
/*  Old Yellow CSS */
body { font-family: sans-serif, Verdana, Arial, Helvetica; font-size: 8pt }
td { font-family: sans-serif, Verdana, Arial, Helvetica; font-size: 8pt }
a:active { color: #0000CC; text-decoration: none }
a:link { color: #0000CC; text-decoration: none }
a:visited { color: #0000FF; text-decoration: none }
a:hover { color: #0000FF; text-decoration: underline }
.TableTitleRow { background-color: #C8D6E5; font-weight: bold; text-align: center }
.TableTitle { font-weight: bold; text-align: center; font-size: 10pt }
.TableRow1 { background-color: #FFFFFF }
.TableRow2 { background-color: #EEEEEE }
.TableSolidRow { font-weight: bold; background-color: #C8D6E5 }
.TableSummaryRow { font-weight: bold; background-color: #EEEEEE }
.ReportTitle { font-weight: bold; font-size: 13pt }
.CategoryTitle { font-weight: bold; font-size: 13pt }
.ChartTitle { font-weight: bold; text-align: center; font-size: 10pt }
.SectionTitle { font-weight: bold; text-align: center; font-size: 10pt; background-color: #6699CC; color: #FFFFFF }
.TOC { background-image: url(contents_back.gif); background-repeat: repeat-x }




/*  New Black CSS   */

body {
	margin: 0px;
	padding: 0px;
	background-color:#000000;
}
a.link:link, a.link:visited {
	color:#A27C08; text-decoration:none;}
a.link:hover {
	color:#A27C08; text-decoration:none;}
.text {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:20px;
	color:#A27C08;
	text-decoration:none;
}
a.textlink:link {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:20px;
	color:#FF0000;
	text-decoration:underline;
}
a.textlink:visited {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:20px;
	color:#FF0000;
	text-decoration:underline;
}
a.textlink:hover {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:20px;
	color:#db0202;
	text-decoration:none;
}
a.textlink1:link {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:20px;
	color:#A27C08;
	text-decoration:underline;
}
a.textlink1:visited {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:20px;
	color:#A27C08;
	text-decoration:underline;
}
a.textlink1:hover {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:20px;
	color:#7F6000;
	text-decoration:none;
}

a.menulink:link {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:15px;
	font-weight:bold;
	color:#A27C08;
	text-decoration:none;
}
a.menulink:visited {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:15px;
	font-weight:bold;
	color:#A27C08;
	text-decoration:none;
}
a.menulink:hover {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:15px;
	font-weight:bold;
	color:#715500;
	text-decoration:none;
}
a.foot_menulink:link {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#a27c08;
	line-height:20px;
	text-decoration:none;
}
a.foot_menulink:visited {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#a27c08;
	line-height:20px;
	text-decoration:none;
}
a.foot_menulink:hover {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#715500;
	line-height:20px;
	text-decoration:underline;
}
.img-border {
	border: solid 2px #c2a109;
}
a.small:link, a.small:visited{
	font-size:12px; text-decoration:none; color:#A27C08;
}
a.small:hover{
	text-decoration:none; color:#715500;
}

/* Circle Text Styles */
#outerCircleText {
/* Optional - DO NOT SET FONT-SIZE HERE, SET IT IN THE SCRIPT */
font-family: Arial, Helvetica, sans-serif;
color: #ff0000;
size:10px;
font-weight:bold;
/* End Optional */

/* Start Required - Do Not Edit */
position: absolute;top: 0;left: 0;z-index: 3000;cursor: default;}
#outerCircleText div {position: relative;}
#outerCircleText div div {position: absolute;top: 0;left: 0;text-align: center;}
/* End Required */
/* End Circle Text Styles */
