html
{
	background-color: white;
	color: black;
}

.logo
{
	text-align: center;
}

.footer
{
	font-size: 8pt;
	text-align: center;
	padding-top: 2em;
}

.header
{
	font-family: arial, helvetica, sans-serif;
	font-size: 18pt;
	font-style: normal;
	font-weight: bold;
	color: #CC0000;
	text-align: center;
}

.main .barheader
{
	width: 100%;
	font-family: arial, helvetica, sans-serif;
	font-size: 13.5pt;
	font-style: normal;
	font-weight: bold;
	background-color: #CC0000;
	color: white;
	text-align: center;
	text-transform: uppercase;
}

.subheader1
{
	font-size: 12pt;
	font-weight: bold;
}

.subheader2
{
	font-size: 10.5pt;
	font-style: italic;
}

.leftheader
{
	font-family: arial, helvetica, sans-serif;
	font-size: 16pt;
	font-weight: bold;
}

.main
{
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	font-weight: normal;
}

div.main
{
	margin-left: 170px;
	padding-bottom: 10px;
}

.main A:link
{
	color: darkblue;
}

.main A:hover
{
	color: red;
}

.main A:visited
{
	color: #666666;
}

.main A:visited:hover
{
	color: red;
}

.main hr
{
	width: 33%;
	margin-right: 67%;
}

.red
{
	color: #CC0000;
}

.blue
{
	color: #000099;
}

.sidebar
{
	width: 150px;
}

td.sidebar
{
	vertical-align: top;
	padding-right: 10px;
}

div.sidebar
{
	position: fixed;
	top: 0;
	left: 10;
	bottom: 0;
	padding-left: 5px;
	padding-right: 5px;
	overflow: auto;
	
	background-color: #CC0000;
	color: white;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 9pt;
	font-style: normal;
	font-weight: normal;
}

.sidebar A:link
{
	color: white;
}


.sidebar A:hover
{
	color: #FFFF00;
}

.sidebar A:visited
{
	color: white;
}

.sidebar A:visited:hover
{
	color: #FFFF00;
}

.sidebar hr
{
	width: 90%;
}

.sidebar .barheader
{
	width: 100%;
	font-family: arial, helvetica, sans-serif;
	font-size: 9pt;
	font-style: normal;
	font-weight: bold;
	background-color: white;
	color: #CC0000;
	text-align: center;
	text-transform: uppercase;
	margin-top: 5px;
}

table.outer
{
	border: none;
	height: 100%;
	width: 100%;
}

td.blank
{
	background-color: transparent;
}

td.main
{
	height: 100%;
	vertical-align: top;
	padding-left: 5px;
}

.caption
{
	font-size: 9pt;
	font-style: italic;
}

table.specs
{
	width: 100%;
	font-size: 10pt;
}

td.specLabel
{
	width: 200px;
	vertical-align: top;
}

div.footnote
{
	font-size: 8pt;
}

span.footnote
{
	vertical-align: super;
}

span.problems
{
	color: #CC0000;
	font-style: italic;
	font-weight: bold;
}

.main span.title
{
	font-style: italic;
}

.caption span.title
{
	font-style: normal;
}

div.worksImg
{
	float: left;
	clear: left;
	margin-right: 15px;
}

div.center
{
	text-align: center;
}
