
body {
    font-size: 10pt;
    font-family: Verdana, Arial, Times;
    color: #333333;
    background-color: white;
	margin-top: 0;
 }


h1 {
    font-size: 16pt;
	font-weight: bold;
	font-style: normal;
	font-family: Verdana, Arial, Times;
	color: #24456E;
 }

h2 {
    font-size: 12pt;
	font-weight: bold;
	font-style: normal;
	font-family: Verdana, Arial, Times;
	color: #24456E;
 }
 
h3 {
    font-size: 12pt;
	font-weight: bold;
	font-family: Verdana, Arial, Times;
	color: #7C040B;
 }	
 
h4 {
    font-size: 10pt;
	font-weight: bold;
	font-family: Verdana, Arial, Times;
	color: #24456E;
 }
 
.buttonscontainer {width: 748px;}

.buttons a {color: #FFFFFF;
background-color: #24456E;
padding: 14px;
padding-left: 12px;
font: 13px Verdana, sans-serif;
font-weight: bold;
font-color: #FFFFFF;
text-decoration: none;
text-align: middle;}

.buttons a:hover {background-color: #CFDBEA;
color: #CFDBEA;
text-decoration: none;} 

a:link {
color: #24456E}
a:visited {
color: #24456E}
a:hover {
color: #7C040B}
a:active {
color: #7C040B}