body
{
font-family: verdana, arial, helvetica;
font-size: xx-small;
font-style: normal;
font-weight: normal;
color: #000000;
}

table
{
	font-size: xx-small;
}

A
{
	TEXT-DECORATION: none;
}

A:link
{
	color: blue;
}

A:visited
{
	color: gray;
}

div.NoMatch A:link, div.NoMatch A:visited
{
	color: #000066;
}

div.NoMatch A:hover, A:hover
{
	TEXT-DECORATION: underline;
	color: red;
}

A.imagelink:hover
{
	TEXT-DECORATION: none;
}

SELECT, option, input
{
font-family: verdana, arial, helvetica;
font-size: 8pt;
font-style: normal;
font-weight: normal;
color: #000000;
}

fieldset
{
	background-color: #D1D5D8 /* #fdc848 / *orange * / / * #6699cc #5080B1 blueish*/;
	color: #000066;
	border: none;
	padding-bottom: 2em;
}

.inputSubmit
{
	background-color: black; /*dimgray; #D1D5D8;*/
	color: white;
	font-weight: bold;
	border: none; /*-color: black; / *dimgray;*/
}
		
.chevHeading
{
/*font-family: verdana, arial, helvetica;*/
font-size: 14pt;
font-style: normal;
font-weight: bold;
color: #000066; /*#626366*/;
}

.chevText
{
/*font-family: verdana, arial, helvetica;*/
font-size: 8pt;
font-style: normal;
font-weight: normal;
color: #ffffff;
}

.headerDesc
{
/*font-family: verdana, arial, helvetica;*/
font-size: 14pt;
font-style: normal;
font-weight: normal;
color: #626366;
}

.footer
{
	padding-top: 1em;
	border-top: solid;
	border-top-width: 1px;
	border-top-color: #aaaaaa;
	color: #888888;
	font-size: 85%;
}
