A:LINK {
	text-decoration : none;
	color : #0036BE;
}
A:HOVER {
	text-decoration : none;
	color : #AA0000;
}
A:VISITED {
	text-decoration : none;
	color : #5959B2;
}
A:ACTIVE {
	text-decoration : none;
	color : #AA0000;
}

A.under:VISITED {
	text-decoration : underline;
	color : #0000CC;
}

A.under:HOVER {
	text-decoration : none;
	color : #AA0000;
}

A.under:LINK {
	text-decoration : underline;
	color : #0000CC;
}

BODY {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align : justify;
	margin-right : 4px;
	margin-left : 0px;
	margin-top : 10px;
	margin-bottom : 0px;
	color : #000066;
	padding-bottom : 0px;
	padding-top : 0px;
	padding-left : 0px;
	font-size : smaller;
}

.text {
	text-align : justify;
	font-size : smaller;
}

.header {
	font-variant : small-caps;
	font-weight: bold;
	font-size : 150%;
	color: #000099;
}
	
.subh {
	font-variant : small-caps;
	font-weight : bold;
}

.listhead {
	color:#AA0000;
	font-weight:bold; 
}
	
.notice {
	font-size:8pt ;
}

.small {
	font-size:7pt;
}

TD.menu {
	font-size : 7pt;
	height : 6px;
}

DIV.hint {
visibility:hidden;
font-size:10pt;
color:#EEEEEE;
background-color:#315796;
position:absolute;
clip:rect(0 100% 0 0);
top:50;
left:115;
width:400;
padding:2 5 2 5;
border-top: thin solid #9999CC;
border-left: thin solid #9999CC;
border-bottom: thin solid #000099;
border-right: thin solid #000099;
}

DIV.leftPic {
visibility:hidden;
position:absolute;
left:6;
top:140;
}