body{
	margin:0px;
	background-color:#060E9D;
}
td {
	font-family: Verdana;
	font-size : 12px;
	color: #444444;
	line-height:1.5;
}
td.header {
	font-family: Verdana;
	font-size : 12px;
	color: #444444;
	line-height:1;
}
input {
	font-family: Verdana;
	font-size : 12px;
	color: #3B3B3B;
	padding-left: 5px;
	border: 1px solid #8B9499;
}
input.text {
	font-family: Verdana;
	font-size : 12px;
	color: #3B3B3B;
	padding-left: 5px;
	border: 1px solid #8B9499;
}
textarea { 
	font-family: Verdana;
	font-size : 12px;
	color: #3B3B3B;
	padding-left: 5px;
	border: 1px solid #8B9499;
	background-color: #FFFfff; 
}
select { 
	font-family: Verdana;
	font-size : 12px;
	color: #3B3B3B;
	padding-left: 5px;
	border: 1px solid #666666;
	background-color: #FFFfff; 
}



a.blue{
	font-family : Verdana;
	font-size : 12px;
	text-decoration : none;
	color : #0177BF;
}

a.blue:hover {
	font-family : Verdana;
	font-size : 12px;
	text-decoration : underline;
	color : #0177BF;
}