BODY
{
	BACKGROUND-COLOR: White;
	BORDER-BOTTOM: thin none;
	BORDER-LEFT: thin none;
	BORDER-RIGHT: thin none;
	BORDER-TOP: thin none;
	COLOR: black;
	FONT-FAMILY:verdana;
	FONT-SIZE: 10pt;
	MARGIN: 3px;
	PADDING-BOTTOM: 0px;
	PADDING-LEFT: 3px;
	PADDING-RIGHT: 0px;
	PADDING-TOP: 0px;
}

img {
	border: none;
}

p
{
    COLOR: black;
    FONT-FAMILY:verdana,arial,helvetica,sanserif;
    FONT-WEIGHT: normal;
}
a
{
	    COLOR: #000099;
    FONT-WEIGHT: normal;
    Text-decoration:none;
}
a:link
{
    COLOR: #000099;
    FONT-WEIGHT: normal;
    Text-decoration:none;
}
a:visited
{
    COLOR: #000099;
    FONT-WEIGHT: normal;
    Text-decoration:none;
}
a:hover
{
    COLOR: navy;
    FONT-WEIGHT: normal;
    Text-decoration:underline;
}
a.query
{
    COLOR: #000099;
    FONT-WEIGHT: normal;
    Text-decoration:none;
}
a.mainMenuLink{
	font-size: 14px;
}
TABLE
{
    COLOR: black;
    FONT-FAMILY:verdana,arial,helvetica,sanserif;
    FONT-SIZE: 8pt;
}
TABLE.controlPanelTable{
	border: thin ridge Blue;
}
TABLE.displayTable{

}
TH 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #CCFF99;
}
TD.controlPanelTDH {
	border: thin groove Black;
}
TD.controlPanelTD {
	border-right: thin groove Gray;
	border-left: thin groove Gray;
}
TD
{
	FONT-FAMILY:verdana,arial,helvetica,sanserif;
	FONT-SIZE: 10pt;
}
TD.displayName{
	background-color: #E8FFE8;
	width: 25%;
}
TD.displayDetails{
	TEXT-ALIGN: left;
}
TD.tdValues{
	TEXT-ALIGN: center;
}
TR
{

}
TR.ListTop {
 background-color:#99CCFF;
 	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
}
TR.odd {
	background-color: #E8FFE8;
}
TR.odd:hover{
	background-color: #C8F2FF;
}
TR.even {
   background-color: #FFFFFF;
}
TR.even:hover{
	background-color: #C8F2FF;
	
}
TD.TableCenterCells{
	text-align : center;
}
H1
{
	FONT-FAMILY: verdana,arial,helvetica,sanserif;
	Font-weight: bold;
	color: Black;
	font-size: 16px;
	background-color: #CCFF99;
	margin-bottom: 0px;
	margin-top: 0px;
	border: thin outset #FFFFCC;
	padding-left: 20px;
	padding-right: 50px;
}
H2
{
	FONT-FAMILY: verdana,arial,helvetica,sanserif;
	Font-weight: bold;
	color: Black;
	font-size: 12;
}
H2.error
{
    FONT-FAMILY:verdana,arial,helvetica,sanserif;
	Font-weight: bold;
	color: #d3002d;
	font-size: 12;
}
H3
{
	FONT-FAMILY:verdana,arial,helvetica,sanserif;
	Font-weight: bold;
	color: Black;
	font-size:13;
}
H3.error
{
    FONT-FAMILY:verdana,arial,helvetica,sanserif;
	Font-weight: bold;
	color: #d3002d;
	font-size:13;
	
}

H4
{
	FONT-FAMILY:verdana,arial,helvetica,sanserif;
	Font-weight: bold;
	color: 000099;
	font-size:11;
	TEXT-ALIGN: center
}
H4.error{
	color: #d3002d;
}
HR.footer{
	border: thin dotted #CDCDCD;
}
.footerText{
	font-family: "MS Sans Serif", Geneva, sans-serif;
	font-size: 8px;
	color: Gray;
	TEXT-ALIGN: center;
}
TABLE.error  {
	border-style: solid;
	color: Red;
	font-weight: bold;
	background-color: #FFFFCC;
	border-width: 1px;
	border-color: Black;
	padding: 2px;
}

INPUT.field-error  {
	background-color : Red;
	color : White;
}

SPAN.label-error  {
	color : Red;
}

BODY  {
	font-family : Trebuchet MS, san serif;
	font-weight : normal;
}

SPAN.title  {
	font-size : large;
	text-align : center;
}

SPAN.required-marker  {
	color : Red;
	font-weight : bold;
}