body {
	background-color:#42494D;
	margin:0px;
}

td {
	font-family: Arial;
	font-size : 12px;
	color:#333333;
	line-height: 1.3;
	text-align:left;
}
input {
	font-family: Arial;
	font-size : 12px;
	color: #3B3B3B;
	padding-left: 5px;
	background-color:#D7E9FF;
	border: 1px solid #83BAF2;
}

textarea { 
	font-family: Arial;
	font-size : 12px;
	color: #3B3B3B;
	padding-left: 5px;
	border: 1px solid #7F9DB9;
	background-color: #FFFfff; 
}
select { 
	font-family: Arial;
	font-size : 12px;
	color: #3B3B3B;
	padding-left: 5px;
	border: 1px solid #7F9DB9;
	background-color: #FFFfff; 
}


a.menu, a.menu:link, a.menu:active { font-family : Arial;font-size : 13px;font-weight:bold;text-decoration : none;color : #FFFFFF;}
a.menu:hover {font-family : Arial;font-size : 13px;font-weight:bold;text-decoration : none;color : #CCDE10;}

a, a:link, a:active { font-family : Arial;font-size : 12px;font-weight:bold;text-decoration : none;color : #FFFFFF;}
a:hover {font-family : Arial;font-size : 12px;font-weight:bold;text-decoration : underline;color : #FFFFFF;}


a.white, a.white:link, a.white:active { font-family : Arial;font-size : 12px;font-weight:normal;text-decoration : none;color : #FFFFFF;}
a.white:hover {font-family : Arial;font-size : 12px;font-weight:normal;text-decoration : underline;color : #FFFFFF;}

a.red, a.red:link, a.red:active { font-family : Arial;font-size : 12px;font-weight:normal;text-decoration : none;color : #CC0000;}
a.red:hover {font-family : Arial;font-size : 12px;font-weight:normal;text-decoration : underline;color : #CC0000;}


.title {
	color:#003399;
	font-family: Arial;
	font-size:24px;
	font-weight:bold;
}