/* CSS Document */

/* CSS definitions for fonts */

BODY, P, TD
{
	font-size: 13px;
	color: black;
	font-family: Arial,helvetica,Sans-Serif;
}

.searchreturn
{
color:#990000;
}

a:link {
	
	text-decoration: none;
}

a:visited {
	
	text-decoration: none;
}

a:hover {
	text-decoration: underline;	
	color: #AC5335;
}

a:active {
	color: #666699;
	
}

INPUT,TEXTAREA,BUTTON,OPTION,LABEL,SPAN,DIV
{	
	font-size: small;
	font-family: Arial, Sans-Serif;
}

textarea, select, {
	font-size: 11px;
	color: #000000;
	font-weight: bold;
	padding: 0px;
	background-color: #EFEFEF;
	border: 1px solid #000000;
	text-decoration: none;
}

.PageTitleTable
{
	font-size: 1.1em;
}

.bottommenu
{ 
	font-size: .8em;
	font-family: Verdana, Arial, Sans-Serif;
	color: #8490A7 ;
}

.footnote
{
	font-size: .8em;
	font-family: Verdana, Arial, Sans-Serif;
	color: #999999;
}