font
{
font-family : Arial, Helvetica, sans-serif;
}

body, form, p, td, ul, ol, li, blockquote, input, textarea, select, font.content
{
font-family : Arial, Helvetica, sans-serif;
font-size : 9pt;
}

th, form.bold, p.bold, td.bold, ul.bold, ol.bold, li.bold, blockquote.bold
{
font-family : Arial, Helvetica, sans-serif;
font-size : 9pt;
font-weight : bold;
}

form.small, p.small, td.small, ul.small, ol.small, li.small, blockquote.small
{
font-family : Arial, Helvetica, sans-serif;
font-size : 8pt;
}

h1 {font-family : Arial, Helvetica, sans-serif; font-size : 17pt; font-weight: bold; color: #000000}
h2 {font-family : Arial, Helvetica, sans-serif; font-size : 15pt; font-weight: bold; color: #000000}
h3 {font-family : Arial, Helvetica, sans-serif; font-size : 13pt; font-weight: bold; color: #000000}
h4 {font-family : Arial, Helvetica, sans-serif; font-size : 11pt; font-weight: bold; color: #000000}
h5 {font-family : Arial, Helvetica, sans-serif; font-size : 10pt; font-weight: bold; color: #000000}


a:link {
color : #3F3FFF;
text-decoration : underline;
}
a:visited {
color : #3F3FFF;
text-decoration : underline;
}
a:hover {
color : #000000;
background-color : #afafff;
text-decoration : none;
}
a:active {
color : #000000;
background-color : #afafff;
text-decoration : none;
}

