body{
	background-color : White;
	}
body,td,table,tr,a,li,ol,ul,textarea,select{
	font-family: Verdana,Tahoma;
	font-size: 10pt;
	}
a{
	color:Navy;
	text-decoration: none;
	}
a:hover{
	text-decoration: underline;
	color: red;
	}
.small{
	font-size:8pt;
}
.red,.error{color:red}
.indent{padding-left:50px}