body,table{
	font: 9pt Verdana, Arial;
	color: #666666
}

a:link{text-decoration: none; font-weight: bold;color: #01345C;}
a:active{text-decoration: none; font-weight: bold;color: #01345C;}
a:visited{text-decoration: none; font-weight: bold;color: #01345C;}
a:hover{text-decoration: none; font-weight: bold; color: #BFBFBF;}

}
/*///////////// HEADERS /////////////////*/

.h1{
	font-size: 10pt;
	color: #01345C;
	font-weight: bold;
}
.h2{
	font-size: 10pt;
	color: #9F111F;
	font-weight: bold;
}

.footer{
	font-size: 8pt;
}

.bot, a:link.bot, a:active.bot, a:visited.bot{
	display: block;
	background-color: #8da780;
	color: #FFF;
	font: bold 8pt Verdana, Arial;
	text-decoration: none;
}
a:hover.bot{
	background-color: #D9D3FB;
}




Hex={9F,11,1F} red
Hex={01,34,5C} dark blue
Hex={BF,BF,BF} grey
Hex={F5,F5,F5} light grey on tables
Hex={E6,E6,E6} dark grey on tables
