/* CSS Document */

BODY {
background: #FFFFFF;

}

H1, H2, H3 {
	color:#005782;
	font-family: tahoma, Arial, Helvetica, sans-serif;
	font-size:18px;
	line-height: 18px;
	font-weight: lighter;
	margin: 0px;
}

P, DIV, TD {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color:#3e3d40;
}

A {
	color:#005782;
}



INPUT { line-height: 17px;}

textarea {
	font-family: Arial, Helvetica;
	font-size: 11px;
	color: #7C7171;
	background-color: #FFFFFF;
	border: 1px solid #D3D0D1;
	overflow: auto;
}

