/*******************************************************************
HTML Elements 
*******************************************************************/
a
{
	color : #424865;
	text-decoration : none;	
}

a:link
{
	color : #424865;
	text-decoration : none;	
}

a:active
{
	color : #990000;
	text-decoration : none;
}

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

input
{
	font-size: 8pt;
	font-weight: normal;
	font-family : Arial, Helvetica, sans-serif; 
}

select
{
	font-size: 8pt;
	font-weight: normal;
	font-family : Arial, Helvetica, sans-serif; 
}

td
{
	font-size : 8pt; 
	font-family : Arial, Helvetica, sans-serif; 
}

body
{
	font-size : 8pt; 
	font-family : Arial, Helvetica, sans-serif; 
}

.SearchField
{
	background-color: #FFFFFF;
	padding: 1px;
	border-color: #CCCCCC;
	border-style: solid;
	border-width: 1px;
	color: #333333;
	font-size: 8pt;
	font-weight: normal;
	font-family : Arial, Helvetica, sans-serif; 
}

.HeaderFooter
{
	color: #424865
}

.AdminHeader
{
	font-size : 12pt; 
	font-family : Arial, Helvetica, sans-serif; 
	font-weight : bold;
}

