/* CSS Stylesheet */

BODY
{
	background-color: whitesmoke;
	font-family: Verdana, Tahoma, Helvetica;
	font-size: 9pt;
}

.NoFlow
{
	float: none;
}

P {
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 6px;
}

H1, H2, H3, H4, H5
{
	font-family: Tahoma, Verdana, Helvetica;
	color: chocolate;
}

H1 {
	font-weight: 900;
	font-size: 14pt;
	margin: 16px 0px 0px;
	background-color: gainsboro;
	text-align: center;
}

H2 {
	font-size: 11pt;
	background-color: gainsboro;
	font-weight: 700;
	margin-bottom: 0px;
	margin-left: 4px;
	margin-right: 0px;
	margin-top: 12px;
}

H3
{
	font-size: 10pt;
	background-color: gainsboro;
	font-weight: 600;
	margin-bottom: 0px;
	margin-left: 6px;
	margin-right: 0px;
	margin-top: 8px;
}

H4 {
	font-size: 10pt;
	font-weight: 500;
	margin-bottom: 0px;
	margin-left: 8px;
	margin-right: 0px;
	margin-top: 4px;
}


OL {
	margin-bottom: 0px;
	margin-top: 0px;
}

OL LI {
	font-size: 9pt;
	margin-left: 8px;
	margin-top: 4px;
	list-style-type: decimal;
}

UL {
	margin-bottom: 0px;
	margin-top: 0px;
}

UL LI {
	margin-top: 4px;
	font-size: 8pt;
	list-style-type: disc;
}

.txtSmall {
	font-size: 7pt;
}


TABLE.grey{
	border: 0px;
	padding: 0px;
	color: black;
	font-family: Verdana, Helvetica, sans-serif;
	background-color: #eeeeee;
	border-collapse: collapse;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 6px;
}

TD.grey {
	font-size: 9pt;
	background-color: #eeeeee;
	border: white 1px solid;
	border-collapse: collapse;
}

TD.ninePoint {
	font-size: 9pt;
}

TD.eightPoint {
	font-size: 8pt;
}

TH.grey {
	border: white 2px solid;
	font-weight: bold;
	font-size: 10pt;
	vertical-align: middle;
	text-align: center;
	background-color: #d6d6d6;
}

.caption {
	font-weight: bold;
	color: maroon;
	font-size: 11pt;
	background-color: #c6c6c6;
}


TH.TblHdr2 {
	font-size: 9pt;
}

TH.eightPoint {
	font-size: 8pt;
}

A:link {
	color: #3333cc;
}

A:visited {
	color: #333399;
}

A:active {
	color: #333399;
}

A:hover {
	text-decoration: underline;
	color: #3333cc;
}

BLOCKQUOTE, PRE {
	margin-top: 4px;
	margin-bottom: 3px;
	font-family: Courier New, monospace;
	font-size: 10pt;
}

IMG {
	margin-top: 5px;
	margin-left: 10px;
	margin-right: 10px;
}

/* special assigned classes */
.datagrid {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: .8em;
	font-weight: normal;
}

.CSStemplate {
	background-color: white;
}

Table.CSSheader {
	width: 100%;
	background-color: #000066;
	border: none;
	padding: 0;
}

TD.CSSheader {
	margin: 0;
	border: none;
	vertical-align: middle;
}

/* class for buttons */
Input {
}

.CSSbutton {
	font-weight: bold;
	font-size: 8pt;
}

.CSSbrowseButton {
	font-size: 7pt;
}

/* class for ASP hyperlinks and link-buttons */
.CSSLinkButton {
	padding-right: 2px;
	padding-left: 2px;
	font-weight: bold;
	font-size: 8pt;
	padding-bottom: 2px;
	padding-top: 2px;
	text-decoration: none;
}

/* class for text boxes */
.CSSTextBox {
	font-size: 10pt;
	color: Black;
}

/* class for drop down lists */
.CSSddlbox {
	font-size: 8pt;
	color: Black;
}

/* class for check boxes and check box lists */
.CSScheckboxes {
	font-size: 8pt;
}

.CSSerr_label {
	font-weight: bold;
	color: tomato;
	font-family: Tahoma, Sans-Serif;
	background-color: black;
}

.CSS_ZeroBorders {
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin: 0px;
	border-top-style: none;
	padding-top: 0px;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
}
