BODY {
	font-size: 9pt;
	font-family: "Arial", serif;
	background-color: white;
}

td {
	font-size: 9pt;
	font-family: "Arial", serif;
}

th {
	font-size: 9pt;
	font-family: "Arial", serif;
}

H2 {
	font-size: 18pt;
	font-family: "Arial", serif;
	font-weight: bold;
	color: darkblue;
}

H3 {
	font-size: 12pt;
	font-family: "Arial", serif;
	font-weight: bold;
	color: darkblue;
}

.OddRow {
	background-color: cornsilk;
}

.EvenRow {
	background-color: white;
}

.label {
	font-weight: bold;
}

.small {
	font-size: x-small;
	font-family: sans-serif;
	font-weight: normal;
}

.dataEntry {
	font-size: 8pt;
	font-weight: normal;
	text-align: right;
}

.note {
	font-family: sans-serif;
	font-weight: normal;
	font-style: italic;
	color: lime;
}

.dataHeader {
	font-family: Arial;
	font-weight: bold;
	background-color: #e0fcfb;
}

.dataData {
	font-family: Arial;
	font-weight: normal;
	font-style: italic;
}

.DocketViewOdd {
	background-color: cornsilk;
}

.DocketViewEven {
	background-color: white;
}

.WelcomeMessage {
	font-size: 18pt;
	font-family: "Arial", serif;
	font-weight: bold;
	color: red;
}

tr.tableHeading td {
	background-color: #B0C0FF;
	height: 22px;
	font-weight: bold;
	font-size: 12px;
	color: #435c7c;
	font-style: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
}

tr.tableSubHeading td {
	background-color: #D0E0EE;
	height: 20px;
	font-weight: bold;
	font-size: 11px;
	color: #435c7c;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
}

.FormTable,.ReportTable {
	width: 80%;
	background-color: #ffffff;
	border: 1px solid #203530;
}

.connectionStackTrace {
	color: green;
	font-size: 0.6em;
	font-weight: bold;
}

.adobeReader {
	border: 0px;
	vertical-align: bottom;
}

.exhibitSuccess {
	font-size: 12pt;
	color: green;
	font-weight: bold;
}

.boldedAndUnderlined {
	text-decoration: underline;
	font-weight: bold;
}