﻿body
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.s_d
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #FFFFFF;
	font-style: normal;
	font-weight: normal;
}

a:link.s_d1
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #3366FF;
	font-style: normal;
	font-variant: normal;
	text-decoration:none;
	text-underline:none
}

.contentheader
{
	color: #B82729;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
}


.GeneralSubHeader
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	text-decoration: underline;
	font-weight: bold;
}

.GeneralDetail
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

.GeneralDetail1
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: italic;
}

.CorSubHeader
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
}

.stamp-fileinfo
{
	color: #808080;
}

#menu
{
	padding: 0;
	margin: 0;
	height: 2em;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	color: #FFFFFF;
	float: right;
}
#menu li
{
	float: left;
	height: 2em;
	line-height: 2em;
	position: relative;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	color: #FFFFFF;
	text-indent: 1em;
	right: 1em;
}
#menu li a, #menu li a:visited
{
	display: block;
	text-decoration: none;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
}
#menu li a span, #menu li a:visited span
{
	display: none;
}
#menu li a:hover
{
	border: 0; /* needed to trigger IE */
	color: #FFFFFF;
	text-decoration: underline;
}
#menu li a:hover span
{
	display: block;
	height: 2em;
	text-align: center;
	position: absolute;
	left: 0px;
	top: 0px;
	cursor: pointer;
}

table.t1
{
	border: 1px solid #000000;
	background-color: white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-small;
	border-spacing: 0px;
	border-collapse: collapse;
	empty-cells: show;
	text-align: center;
}

table.t1 td.t_green
{
	background-color: #FABF8F;
}

table.t1 td.t_green_h
{
	background-color: #FABF8F;
	font-weight: bold;
}

table.t1 td.t_yellow
{
	background-color: #FFFF00;
}

table.t1 td.t_purple
{
	background-color: #B6DDE8;
}

table.t1 td.t_purple_h
{
	background-color: #B6DDE8;
	font-weight: bold;
}

table.t1 td.t_turqoise
{
	background-color: #00CCFF;
}

table.t1 td.t_grey
{
	background-color: #C0C0C0;
}
table.t1 td.t_grey_h
{
	background-color: #C0C0C0;
	font-weight: bold;
}

.t_green
{
	background-color: #FABF8F;
}

.t_yellow
{
	background-color: #FFFF00;
}

.t_purple
{
	background-color: #B2A1C7;
}

.t_turqoise
{
	background-color: #00CCFF;
}

.t_grey
{
	background-color: #C0C0C0;
}

.f_green
{
	color: #008000;
}

.f_red
{
	color: #FF0000;
}

.f_purple
{
	color: #800080;
}