﻿html,form,body
{
	height:100%;
}

body 
{
	margin:0;
	padding:0;
	border:none;
	font-family:arial;
	font-size: 10pt;
}

img 
{
	display: block;
}

#fullheight
{
	height:100%;
	vertical-align: top;
	
}

A:link 
{
	color: #000080;
	font-family:  Arial;
	font-weight: normal;
	text-decoration: none ;
}

A:active
{ 
	color: #000080;
	text-decoration: none;
}

A:visited
{
	color: #000080;
	text-decoration: none ;
	font-weight: normal;
}

A:hover 
{	
	color:  #CF0000;
	text-decoration: none;
}

A.navlink
{
	color:  #AF2026;
	text-decoration: none;
	font-weight:bold;
}
A.navlink:hover
{
	color:  #000000;
	text-decoration: none;
	font-weight:bold;
}

.textbox
{
	font-family:Arial;
	color: #000000; 
	border: 1px solid #000000; 
	background-color: #E6E6DF;
}

table.menu a 
{ 
width:125px;  
display: block; 
} 

div.menu a:link {
color: #333333; 
background: #000000; 
}

div.menu a:active { 
background: #AE1F24; 
}

div.menu a:visited {
background: #000000; 
}

div.menu a:hover {
background: #666666; 
}

div.menu a.current:link {
background: #AE1F24; 
}
div.menu a.current:visited {
background: #AE1F24; 
}
div.menu a.current:hover {
background: #AE1F24; 
}
div.menu a.current:active {
background: #AE1F24; 
}



