/********************************
**          Body               **
********************************/

body {
	background: white;
}

body,td {
	overlflow: auto;
	margin:0;
	padding:0;
	font-family: Verdana, Tahoma, Arial;
	font-size: 11px;
        color:#455560;
}

/********************************
**    DEFAULT HTML ELEMENTS    **
********************************/

form, input {
	font-family: Verdana, Tahoma, Arial;
	font-size: 11px;
}
	
h1 {
	font-size: 25px;
}

h2 {
	font-size: 17px;
}

h3 {
	font-size: 12px;
}

h4 {
	padding: 2px;
	color: #A6978E;
	font-size: 11px;
	border-bottom: 1px solid #E1DCD9;
	border-left: 1px solid #E1DCD9;
}

a:hover {
	color: #C10435
}