body {
	background-color:#ffffff;
	margin:0px;
}

td {
	font-family: Arial;
	font-size : 12px;
	color: #525252;
	line-height: 1.3;
	text-align:left;
}
input {
	font-family: Arial;
	font-size : 12px;
	color: #3B3B3B;
	padding-left: 5px;
	border: 1px solid #7F9DB9;
}

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 : #2F73FF;}
a:hover {font-family : Arial;font-size : 12px;font-weight:bold;text-decoration : underline;color : #2F73FF;}


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 : #BFD828;}

a.black, a.black:link, a.black:active { font-family : Arial;font-size : 12px;font-weight:normal;text-decoration : none;color : #000000;}
a.black:hover {font-family : Arial;font-size : 12px;font-weight:normal;text-decoration : underline;color : #2F73FF;}


.title {
	color:#003399;
	font-family: Arial;
	font-size:24px;
	font-weight:bold;
}