/* CSS Document */

Body {
	background-color: #ffffff;
	font-family: "arial", "sans serif";
	font-size:8.5pt;
	color:#333333;
	margin: 5px;
}
           
H1 {
	font-family: "arial", "sans serif";
	font-size:18pt;
	font-weight:bold;
	line-height:18pt;
	color:#006699;
}
    
H2 {
	font-family: "arial", "sans serif";
	font-size:14pt;
	font-weight:normal;
	line-height:18pt;
	color:#006699;
}
    
P {
	font-family: "arial", "sans serif";
	font-size:8.5pt;
	color:#333333;
	line-height: 11pt;
}

UL {
	font-family: "arial", "sans serif";
	font-size:8.5pt;
	color:#333333;
	line-height: 11pt;
}
   
TD {
	font-family: "arial", "sans serif";
	font-size:8.5pt;
	color:#333333;
	line-height: 11pt;
}

span.homehead {
	font-family: "arial", "sans serif";
	font-size:12pt;
	line-height: 14pt;
	font-weight:bold;
	color:#00557D;
	font-style: italic;
}
   
A:link {
	text-decoration:underline;
	color:#006699;
}

A:visited {
	text-decoration:underline;
	color:#006699;
}

A:hover {
	text-decoration:none;
	color:#006699;
}

A:active {
	text-decoration:none;
	color:#006699;
}

P.menu {
	font-weight:normal;
        font-size:9pt;
        line-height:12pt;
        color:#330066}
           
P.menu A:link {
	text-decoration:none;
	color:#ff6633;
}

P.menu A:visited {
	text-decoration:none;
	color:#ff6633;
}

P.menu A:hover {
	text-decoration:underline;
	color:#ff6633;
}

P.menu A:active {
	text-decoration:underline;
	color:#ff6633;
}


.index-body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8.5pt;
	font-style: normal;
	color: #333333;
	text-align: left;
	margin: 0px 0px 0px 10px;
	text-indent: 0px;
	white-space: normal;
}
