body {
	font-family:			verdana,arial,tahoma,verdana,helvetica;
	font-size:				15px;
	color:						#0f77ae;	//0f77ae
}

h1,p {
	background:				transparent;
}

h1 {
	font-size:				18px;
	font-weight:			bold;
	color:						#ffffff;	// Deep Blue
}

h2 {
	font-size:				14px;
	font-weight:			bold;
	color:						#004366;	// Deep Blue
}
.h1 {
	font-size:				14px;
	font-weight:			bold;
}
.h2 {
	font-size:				12px;
	font-weight:			bold;
}

p {
	line-height:			16px;
	color:						#ffffff;
}


a {
	font-family:			tahoma,verdana,helvetica,sans-serif;
	outline:					none;
	margin-left:		  15px;
}

a:link {
	text-decoration:	none;
	color:						#ffffff;
}

a:visited {
	text-decoration:	none;
	color:						#ffffff;	// white
}

a:hover {
	text-decoration:	underline;
	color:						#cf4a16;	// Ochre
}

td,option,select,input {
	color:						#ffffff;
	font-size:				11px;
	margin-bottom:		 0px;
}

textarea {
	font-family:			tahoma;
	font-size:				11px;
}

.article  {
	font-size: 				11px;
	color: 						#ffffff; 
}

.menu { 
	font-size: 				10px;
	color: 						#015581; // Dark Blue
}

.h1o {
	color:						#cf4a16;	// Ochre
}

.h2o {
	font-size: 				14px;
	color:						#cf4a16;	// Ochre
}

.text { 
	color: 						#015581; // Dark Blue
	text-indent: 			5px;
}

.tablehead { 
	font-size: 				14px;
	font-weight:			bold;
	text-indent: 			1px;
	color: 						#ffffff; // White
}		

.black { 
	color: 						#000000; // Black
}

.black:hover { 
	color: 						#000000; // Black
}

.white { 
	color: 						#ffffff; // Black
}
.date { 
	font-weight:			bold;
	color: 						#7591BC; // Mid Blue
	text-indent: 			5px;
}

.fineprint { 
	font-size:				7pt;
	color: 						#015581; // Mid Blue
}

.check { 
	font-weight:			bold;
	color: 						#800000; // Red
}

.check_ok { 
	font-weight:			bold;
	color: 						#008000; // Green
}
