body
{
    font-SIZE: 10pt;
    ColOR: #000000;
    LINE-HEIGHT: 14pt;
    font-FAMILY: arial;
    BACKGROUND-ColOR: silver;
    margin: 0px;
}
A:link
{
    COLOR: #0000AA;
    text-decoration: none;
}
A:visited
{
    COLOR: #AA0000;
    text-decoration: none;
}
A:active
{
    COLOR: #AA0000;
    text-decoration: none;
}
a:hover
{
    	color: #FF0000;;
    	text-decoration: underline;
}
.normal
{
    font-SIZE: 14pt;
    ColOR: #008000;
    font-FAMILY: san-serif;
    TEXT-align: center;
    padding: 5px;
}
.justify
{
    font-SIZE: 14pt;
    ColOR: #008000;
    font-FAMILY: san-serif;
    TEXT-align: justify;
    padding: 5px;
}
.header
{
    font-SIZE: 18pt;
    font-FAMILY: san-serif;
    color: red;
}
.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%;
}