LI.em {
	font-weight : bold;
}
BODY {
	font-family : "Times New Roman", Times, serif;
	background-color : #D2D2D2;
	color : Black;
	background-image : none;
}

html{
	scrollbar-face-color:#0404B8;
	scrollbar-highlight-color:#000080;
	scrollbar-3dlight-color:#000080;
	scrollbar-darkshadow-color:#000080;
	scrollbar-shadow-color:#000080;
	scrollbar-arrow-color:#000000;
	scrollbar-track-color:#000040;
	
}

P.light {
	color : #CCFFFF;
}

P.close {
	margin-top : 0px;
}

 P.sig {
	font-style : italic;
}

P.small {
	font-size : x-small;
}

.indent {
	margin-left : 40px;
}

.underline {
	text-decoration : underline;
}

B.underline {
	font-weight : bold;
	text-decoration : underline;
}



H1 {
	color : Black;
	font-size : 24px;
	font-weight : bold;
}

H2 {
	color : #990000;
	font-size : 18px;
	font-weight : bold;
}

H3 {
	font-style : italic;
	color : #9999F9;
}

H3.blue {
	color : Blue;
}

H4 {
	text-decoration : underline;
	margin-bottom : 0px;
}

TABLE {
	background-color : #000066;
	color : #9999F9;
	
}

TABLE.results{
	background-color : #000066;
	border-color : #660000;
	border-style : solid solid solid Solid;
	border-width : Medium;
	margin-left : auto;
	margin-right : auto;
}

TD.results {
	border-style : Solid;
	border-width : thin 0px 0px 0px;
	border-color : #FFFF99;
}
TR.header{
background-color:#BFEBFF;
font-family:Arial,Arial,Helvetica,sans-serif;
color:#004080;
text-align:left;
font-weight:normal;
font-style:normal;
font-size:12pt}

TR.data{background-color:#FFFF93;
font-family:Arial,Arial,Helvetica,sans-serif;
color:#004080;text-align:left;
font-weight:normal;
font-style:normal;
font-size:10pt}

TR.rule {
	border-bottom : thin;
}


TR.dataAC{background-color:#FFFFcc;
font-family:Arial,Arial,Helvetica,sans-serif;
color:#004080;
text-align:left;
font-weight:normal;
font-style:normal;
font-size:10pt}

TD.time {
	text-align : right;
	padding-left : 10;
	padding-right : 5;
}TD.RightJustify {
	text-align : right;
}

a:link {
	text-decoration: none;
	color: #0099FF;
}

a:visited {
	text-decoration: none;
	color: #55BBCC;
}

a:hover {
	text-decoration: none;
	color: #FFFFFF;
}

div.leftcontent {
	position:absolute;
	left:0px;
	top:0px;
	width:19px;
	padding-bottom:20px;
	background-color : #D2D2D2;
}

div.main {
	position:absolute;
	left:23px;
	right:10px;
	top : 70px;
	margin-bottom : 10px;
}

TD.contrast {
	background-color : #FFFF99;
}


div.banner	{
	position:relative;
	margin-left:0;
	margin-right: auto;
	height : 50;
	z-index:1;
	margin-top : 10;
	text-align : center;
}
	
div.body {
	position:relative;
	margin-top:40px;
	z-index:0;
}
body>div.leftcontent {position: fixed}