body
{
    font-SIZE: 10pt;
    ColOR: #ffffff;
    LINE-HEIGHT: 14pt;
    font-FAMILY: arial;
    BACKGROUND-ColOR: #000000;
    margin: 0px;
}
A:link
{
    COLOR: #ff0000;
    text-decoration: none;
}
A:visited
{
    COLOR: #dd0000;
    text-decoration: none;
}
A:active
{
    COLOR: #00000ff;
    text-decoration: none;
}
a:hover
{
    	color: #ff0000;;
    	text-decoration: underline;
}
.normal
{
    font-SIZE: 10pt;
    ColOR: #ffffff;
    font-FAMILY: arial;
    TEXT-align: justify;
    padding: 5px;
}
.header
{
    font-SIZE: 12pt;
    font-FAMILY: arial;
    font-FACE: bold;
}
.small
{
    font-SIZE: 8pt;
    font-FAMILY: arial
}
.verysmall
{
    font-SIZE: 7pt;
    ColOR: #333333;
    text-align:justify;
    font-FAMILY: arial;
    line-height:8pt;
}
.dashedbottom
{
	border-bottom-style: dashed;
	border-width:1px;
	border-color:#000000
}
.solidbottom
{
	border-bottom-style: solid;
	border-width:4px;
	border-color:#000000
}
.solidgrayoutline
{
	border:1px solid #777777;
	width:80%;
}