LI.em {
	font-weight : bold;
}
BODY {
	background-color : #ffffcc;
	background-image : url(objects/res/bg.gif);
	background-repeat : repeat-x;
	color : #666600;
}


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 {
	font-size : x-large;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : #9999F9
}
H2 {
	font-family : Arial, Helvetica, sans-serif;
	font-style : italic;
	font-size : large;
	font-weight : bold;
	color : #9999F9
}
H3 {
	font-family : Arial, Helvetica, sans-serif;
	font-style : italic;
	font-size : medium;
	color : #9999F9
}
H3.blue {
	color : Blue;
}

TABLE {
	background-color : #000066;
	color : #9999F9;
}

TABLE.results{
	background-color : #000066;
	border-color : 660000;
	border-width : Medium;
}

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;
border-bottom:4px solid #660000;
}

TR.dataBC{
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-bottom:4px solid #660000;
}

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;
border-bottom:4px solid #660000;
}

TD.time {
	text-align : right;
	padding-left : 10;
	padding-right : 5;
}

TD.RightJustify {
	text-align : right;
}

a:link {
	text-decoration: none;
	color: #585998;
}

a:visited {
	text-decoration: none;
	color: #55BBCC;
}

a:hover {
	text-decoration: none;
	color: #474887;
}
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;
}
