body
{
	background-color: 0054A6;
	
	SCROLLBAR-FACE-COLOR: #0054A6;
	SCROLLBAR-HIGHLIGHT-COLOR: #0054A6;
	SCROLLBAR-SHADOW-COLOR: #377EC3;
	SCROLLBAR-3DLIGHT-COLOR: #377EC3;
	SCROLLBAR-ARROW-COLOR: #377EC3;
	SCROLLBAR-TRACK-COLOR: #FE901F;
	SCROLLBAR-DARKSHADOW-COLOR: #377EC3;
}

a:link
{
	color: white;
	text-decoration: underline;
}

a:visited
{
	color: white;
}

a:hover
{
	color: silver;
	text-decoration: none;
}

a:active
{
	color: #000066;
}

.SmallLabel
{
	font-size: 9pt;
	font-family: arial, helvetica, sans serif;
	color: white;
}

.DefaultLabel
{
	font-size: 10pt;
	font-family: arial, helvetica, sans serif;
	color: white;
}

.MediumLargeLabel
{
	font-size: 12pt;
	font-family: arial, helvetica, sans serif;
	color: white;
	font-weight: bold;
}

.LargeLabel
{
	font-size: 24pt;
	font-family: arial, helvetica, sans serif;
	color: white;
}

a.SmallLink
{
	font-size: 9pt;
	font-family: arial, helvetica, sans serif;
}

a.DefaultLink
{
	font-size: 10pt;
	font-family: arial, helvetica, sans serif;
}

.SolidTable
{
	border-color: black;
	border-width: 1px;
	border-style: solid;
}

.DefaultTextBox
{
	border-width: 1px;
	border-style: outset;
	border-color: black;
	font-size: 10pt;
	background-color: #FFFFFF;
}

.DefaultSubmitButton
{
	border-width: 1px;
	border-style: outset;
	border-color: black;
	font-size: 10pt;
	background-color: #FFFFFF;
}

a.WarningLink
{
	font-size: 10pt;
	font-family: arial, helvetica, sans serif;
	color: Yellow;
}

.ShadedListBox
{
	background-color : #96B9DA;
}

.ShadedTextBox
{
	border : thin solid Black;
	background-color : #96B9DA;
}

.ShadedSubmitButton
{
	border : thin solid Black;
	background-color : #FE901F;
	color : White;
	letter-spacing : 1px;
	border-color : #ff6633;
	border-style: outset;
}

.AltTableRow
{
	background-color : #3372B0;
}

.SectionHeaderLabel
{
	font-variant : small-caps;
	color: #EEFAFF;
	font-weight : bold;
	letter-spacing : 1px;
	font-size : 12pt;
}

.ErrorLabel
{
	font-size: 10pt;
	font-family: arial, helvetica, sans serif;
	color: red;
	font-weight: bold;
}

.WarningLabel
{
	font-size: 10pt;
	font-family: arial, helvetica, sans serif;
	color: Yellow;
	font-weight: bold;
}

.MethodSeparatorLabel
{
	color: orange;
	font-family: sans-serif;
	font-weight: bold;
	font-size: 12pt;
}

.approved1 {
	font-weight: bold;
	color: #FF9900;
}
.approved2 {
	color: #CCFF42;
}
