a:link {
	color: #003869;
	text-decoration: none;
}
a:visited {
	color: #003869;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #003869;
}
a:active {
	text-decoration: none;
	color: #003869;
}

/* HEADINGS
------------------------------------------------------------------ */
h1,
h2,
h3 {
	margin:0 0 10px 0; 
	padding:0; 
	line-height:normal;}	

h1 {font-size:190%;}
h2 {font-size:150%;}
h3 {font-size:120%;}


/* TABLES HEADING
------------------------------------------------------------------ */
th {
	font-weight:bold;
	color:#FFFFFF;
	text-align:left;}