

body
{
	background-color: #ffffff;
	color: #000000;
	margin: 0px;
}

.pageHeader
{
	font-size: 16pt;
	color: #336666;
	font-family: Georgia, Times New Roman, Times;
}

.subHeader
{
	font-size:x-small;
	color: #336666;
	height: 20px;
}

.fieldHeader
{
    font-family: Georgia, Times New Roman, Times;
    color: #003300;
    font-size: 9pt;
   	font-weight: bold;
}

.errText
{
    font-family: Verdana, Arial;
    color: #990000;
    font-size: 9pt;
}

.text
{
    font-family: Verdana, Arial;
    color: #000000;
    font-size: 9pt;
}
A.text
{
    font-family: Verdana, Arial;
    color: #000000;
    font-size: 9pt;
	text-decoration: none;
}
A.text:hover
{
	color: #003399;
    text-decoration: underline;
}

.tableHeader
{
	font-weight: bold;
	font-size: 10pt;
	color: #003300;
	font-style: italic;
	font-family: Arial;
}

.menuOrange
{
	font-weight: bold;
	font-size: 8pt;
	color: #fe9901;
	font-family: Arial;
	text-decoration: none;
}
A.menuOrange
{
	font-weight: bold;
	font-size: 8pt;
	color: #fe9901;
	font-family: Arial;
	text-decoration: none;
}
A.webServiceTestLabel
{
	font-weight: bold;
	font-size: 12pt;
	color: #fe9901;
	font-family: Arial;
	text-decoration: none;
}
A.webServiceTestLabel:hover
{
    text-decoration: underline;
}
A.menuOrange:hover
{
    text-decoration: underline;
}

.menuBlack
{
	font-weight: bold;
	font-size: 8pt;
	color: #336666;
	font-family: Arial;
	text-decoration: none;
}
A.menuBlack
{
	font-weight: bold;
	font-size: 8pt;
	color: #333333;
	font-family: Arial;
	text-decoration: none;
}
A.menuBlack:hover
{
    text-decoration: underline;
}

A.catLink
{
	font-family: Arial;
	font-size: 14pt;
	color: #003300;
	font-style: italic;
	text-decoration: none;
}
A.catLink:hover
{
    text-decoration: underline;
}


.label
{
	padding-right: 5px;
	text-align: right;
}

.num
{
	text-align: right;
}

.numFooter
{
	background: gainsboro;
	text-align: right;
}


.commandButton     
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
}


.normal
{
	font-family: Georgia, Times New Roman, Times, serif;
    font-size: 12px;
    font-weight: normal;
      
}


.normalTextBox
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
}

.normalRed
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: red
}
.normalYellow
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: yellow
}