body 	{ 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FFFFFF;
	color : #002654;
}

table, tr, td, input 	{ 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color : #002654;
}

.title
{    POSITION:absolute; 
	TOP:-3px; 
	LEFT:150px;
	font-weight: bold;
	width : 500px;
	color : #000000;
  	font-family : Arial;
  	font-size : 18pt;
	text-align : center;
	border : thin solid #94A2B0;
	background-color:#E5EAEF;
	}

.subtitle {
	color : #002654;
	font-family : Arial;
	font-size : 12pt;
	font-weight : bold;
}	

.horizontalLine {
	background-color: #868B96;
}

.bold 	{ 
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color : #002654;
}

.smalltext 	{ 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color : #002654;
}



.error { color: Red;  font-weight: bold;  }

a { font-weight: bold;  text-decoration: none;  color: #6982AD;   }
a:hover { font-weight: bold;  text-decoration: underline;  color: #6982AD;   }
