body{
	background-color : White;
	margin : 0;
	background-image : url(../pics/back.gif);
	background-repeat : repeat-x;
}
a:link,a:visited,a:active{
	color:#214794;
	text-decoration:none;
	font-family: verdana;
	font-size:11px;
}
a:hover{
	text-decoration:underline;
}
h1{
	color:#214794;
	font-family: verdana;
	font-size:14px;
}
p,td,input,select,textarea{
	color:#000000;
	font-family: verdana;
	font-size:11px;
}
