a {  
text-decoration: underline
}

a:link {
color: #FF4B00;
text-decoration: underline
}

a:visited {
color: #B4251A;
text-decoration: underline
}

a:hover {
color: #B4251A;
text-decoration: none
}

body {
font-family: Georgia, "Times New Roman", "Baskerville Book", serif;
color: #000000;
font-size: 10pt;
line-height: 13pt;
}

.header {
font-size: 12px;
line-height: 16pt;
font-weight: bold;
}

.small {
font-size: 9px;
line-height: 12pt;
}

.sans {
font-size: 10px;
line-height: 12pt;
color: #000000;
font-family: Geneva, Arial, Trebuchet, sans-serif;
}
