
BODY {
		margin-left: 3%;  margin-right: 3%;
		color: Black;
		font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
		text-align: justify;
		font-size: 9pt;
}

A:link{
	text-decoration : none;
	color: #2F5E5E;
}

A:visited {
	text-decoration : none;
	color: #3A7474;
}

A: active {
	text-decoration : underline;
	color: #336666;
}

A.att{
		COLOR: #cc0000;
		text-decoration:  none; 
		}
                       
H1{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 200%;
	color: #336666;
	text-align: center;
}
 
H2{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 150%;
	color: Black;
	margin-top : 2em;
	margin-bottom : 0.5em;
}

H3{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 130%;
	color: Black;
	margin-top : 0.6em;
	margin-bottom : 0.3em;
	font-weight : bold;
}

H4{
        font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
        font-weight: bold;
        font-size: 100%;
        color: Black;
        margin-top: 1em;
        margin-bottom: 0.5em;
}


TABLE {
		font-size: 9pt;
 }
 
 TR {
	vertical-align: top;
}

OL {
        color: black;
        font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
        margin-top: 0px;
        margin-bottom : 10px;
}

UL {
        color: black;
        font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
        margin-top: 0px;
        margin-bottom : 10px;
		list-style-type : disc;
}

P {
	text-indent : 2em;
	margin-bottom : auto;
	margin-top : 10px;
}

LI {
	margin-top : 5px;
}
LI.plain {
        list-style-type : none;
}

.indent {
        text-indent: 2em;
        margin-top : 0px;
}

.nullbottom {
        margin-bottom : 0px;
}

.margin {
	margin-left: 50
}