﻿body 
{
 margin-top : 5;
 margin-bottom :0;
 margin-left :0;
 margin-right :0;
 background-image:url(images/bg.jpg);

}

A  
{
	font-family : verdana;
	text-decoration : none;
	color : white;
	font-weight :normal  ;
	font-size : 10pt;

}

A:Visited  {
	font-family : Verdana;
	text-decoration : none;
	color : white;
	font-weight : normal ;
	font-size : 10pt;
	
}

A:Active  {
	text-decoration : none;
	color : #002157;
	font-weight : normal;
	font-size : 10pt;
		background:#002157;
}	

A:Hover  {
	font-family : Verdana;
	text-decoration : none;
	color : orange;
	font-weight : normal ;
	font-size : 10pt;
}
A.Nav
{
 text-decoration : underline;
 color : White;
 font-weight : normal ;
 font-size : 10px;
	}
A.Nav:Visited
{
	 text-decoration : underline;
	 color : White;
	 font-weight : normal ;
	 font-size : 10px;
	}

A.Nav:Hover
{
	 text-decoration : underline;
	 color : White;
	 font-weight : normal ;
	 font-size : 10px;
	}

.mainfont
{
 font-family :Arial ;
 font-size : smaller  ;
 color :Black 
 
	}
.mainfontxx
{
 font-family :Arial ;
 font-size : xx-small
 
	}
	.mainfontx
{
 font-family :Arial ;
 font-size:x-small;

	}
		.headertab
{
 font-family :Verdana ;
 font-size:12px  ;
 font-weight :bold ;
 color : White;
 
	}
.mainfontbold
{
 font-family :verdana ;
 font-size :small;
 font-weight :bold ;	
 color :Black 
 
	}
.mainfontboldwhite
{
 font-family :Verdana ;
 font-size :small;
 font-weight :bold ;	
 color : White
 
	}
.textbox
{
 border:solid, 1px, #cccccc;
 font-family :Verdana ;
 font-size :x-small;
 width : 200;
 height : 20
	}
	
	.topheader
{

 font-family :Verdana ;
 font-size :11px;
 color:#333399; 
	}
.Error
{
 font-family :Verdana ;
 font-size :x-small;
 color:Red 
	}
	
.Backg
{
background : #cccccc;
}
.BackgWhite
{
background : #ffffff;
}