/* order is CRITICAL: a: link, a:visited, a:hover, a:active */
body
{
    font-weight: normal;
    font-size: 10pt;
    left: 0px;
    font-family: verdana, arial, sans-serif;
    top: 0px;
    background-color: #ffffff;
}
p, div
{
    font-weight: normal;
    font-size: 8pt;
    font-family: verdana, arial, sans-serif; 
}
td
{
    font-size: 8pt;
    font-family: verdana, arial, sans-serif;
}
.content
{
	font-weight: normal;
	font-size: 8pt;
	margin-left: 10px;
	color: #000000;
}
.text
{
    font-size: 8pt;
    font-family: verdana, arial, sans-serif;
}
.bold
{
    font-weight: bold;
}
.ten
{
    font-size: 10pt;
}
.tenbold
{
    font-weight: bold;
    font-size: 10pt;
    font-family: verdana, arial, sans-serif;
}
.twelve
{
    font-size: 12pt;
    font-family: verdana, arial, sans-serif;
}
.twelvebold
{
    font-weight: bold;
    font-size: 12pt;
    font-family: verdana, arial, sans-serif;
}
.headline
{
    font-weight: bold;
    font-size: 12pt;
    color: #666666;
}
.maroonheadline
{
    font-weight: bold;
    font-size: 12pt;
    color: #800000;
}
.maroon
{
    color: #800000;
}
.whitebold
{
    font-weight: bold;
    font-size: 10pt;
    color: #ffffff;
}
h1,h2,h3,h4,h5,h6
{
    font-weight: bold;
    font-size: 20pt;
    font-family: verdana, arial, sans-serif;
    text-align: center;
}
h2
{
    font-size: 18pt;
}
h3
{
    font-size: 16pt;
}
h4
{
    font-size: 14pt;
}
h5
{
    font-size: 12pt;
}
h6
{
    font-size: 10pt;
}
ol
{
    margin-top: 2px;
    font-weight: normal;
    font-size: 8pt;
    margin-bottom: 5px;
    font-family: verdana, arial, sans-serif; 
	list-style-position: outside; 
	color: #000000;
}
ul
{
    margin-top: 2px;
    font-weight: normal;
    font-size: 8pt;
    margin-bottom: 5px;
    font-family: verdana, arial, sans-serif; 
	list-style-position: outside;
}
li
{
	margin-top: 0px;
	font-weight: normal;
	font-size: 8pt;
	margin-bottom: 0px;
	font-family: verdana, arial, sans-serif;
}
.listtop
{
    margin-top: 0px;
}
.listbottom
{
    margin-bottom: 0px;
}
.listboth { margin-bottom: 0px ; margin-top: 0px;}
.logored
{
    color: #A32638;
}
.logoheadline
{
    font-weight: bold;
    font-size: 12pt;
    color: #A32638;
}