LI.em {
	font-weight : bold;
}
BODY {
	background-color : #000080;
	background-image : url(objects/res/bg.gif);
	background-repeat : repeat-x;
	color : #DAD9F9;
}
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.small {
	font-size : x-small;
}

.indent {
	margin-left : 40px;
}

.underline {
	text-decoration : underline;
}

B.underline {
	font-weight : bold;
	text-decoration : underline;
}

H1 {
	color : #FFFF99;
	font-size : x-large;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
}

H2 {
	font-family : Arial, Helvetica, sans-serif;
	font-style : italic;
	font-size : large;
	color : #FFFF99;
	font-weight : bold;
}

H3 {
	font-family : Arial, Helvetica, sans-serif;
	font-style : italic;
	font-size : medium;
	color : #FFFF99;
}

H3.blue {
	color : Blue;
}

TABLE.results	{
	border-spacing:0;
}

TABLE.results TD {
	padding:1px;
}

TD.results {
	border-style : Solid;
	border-width : thin 1px 1px 1px;
	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:10pt;
	border-style:solid;
	border-width : thin 1px 1px 1px;
	border-color : #FFFF99;
}

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;
	border-style:solid;
	border-width : thin 1px 1px 1px;
	border-color : #FFFF99;
}

TR.data td	{
border-style:solid;
border-top-width:0px;
border-right-width:2px;
border-bottom-width:2px;
border-left-width:2px;
border-color:#004080 #FFFF93 #004080 #FFFF93;
text-align : right;
}

TR.data td.LeftJustify {
	text-align:left;
}


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.LeftJustify {
	text-align : left;
}

a:link {
	text-decoration: none;
	color: #33FFCC;
}

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 : #000080;
}

div.main {
	position:absolute;
	left:23px;
	right:10px;
	top : 70px;
}

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;
}

div.leftcontent{
    position: fixed
}

div.container{
    position:relative;
    clear:left;
}
