A:hover
{
    color : #990000;
}

body
{
	background-color: white;
}

input 
{
	font-family: Tahoma; 
	font-size: 8pt;
	font-weight: normal;
	color: #333333;
	border-style: solid; 
	border-color: DarkGray;
	border-width: 1px;
}

textarea 
{
	font-family: Tahoma; 
	font-size: 8pt;
	font-weight: normal;
	color: #333333;
	border-style: solid; 
	border-color: DarkGray;
	border-width: 1px;		
}


select 
{
	font-family: Tahoma; 
	font-size: 8pt;
	font-weight: normal;
	color: #333333;
	border-style: solid; 
	border-color: lightblue;
	border-width: 1px;
}





table
{
	font-weight: normal;
	font-size: 8pt;
	color: #333333;
	font-family:Verdana, Tahoma;
	text-decoration: none;
	text-align: left;
}


.menu
{
	color:Black;
	font-weight: normal;
	font-size: 8pt;
	font-family: Verdana,Tahoma ;
	text-decoration: none;	
}

.menu3
{
	color:Black;
	font-weight: normal;
	font-size: 10px;
	font-family: Verdana,Tahoma ;
	text-decoration: none;	
}

.menu2
{
	color:Black;
	font-weight: normal;
	font-size: 8pt;
	font-family: Verdana,Tahoma ;
    text-decoration: underline; 
}

.subMenu
{
	color:Black;
	font-weight: normal;
	font-size: 8pt;
	font-family: Tahoma ;
	text-decoration: none;	
}

.header
{
	font-weight: bold;
	font-size: 9pt;
	color: Gray;
	font-family: Tahoma ;
	text-decoration: none;	
}


.subHeader
{
	font-weight: bold;
	font-size: 8pt;
	color: DimGray;
	font-family: Tahoma ;
	text-decoration: none;	
}


.normalTextLink
{
	font-weight: normal;
	font-size: 8pt;
	font-family: Tahoma ;
	text-decoration: none;	
}


.whiteLink
{
	color: #ffffff;
	font-family: Tahoma ;
	text-decoration: none;	
}


.blackLink
{
	font-weight: bold;
	color: black;
	font-family: Tahoma ;
	text-decoration: none;	
}


.lightBorder
{	
	BORDER: DarkGray 1px solid; 		
}


.noBorder
{	
	BORDER: none; 		
}

.darkRedBorder
{	
	BORDER: solid 1px #990000; 		
}

#header
{
	border-right: #FFCC00 1px solid;
	border-top: #FFCC00 1px solid;
	border-left: #FFCC00 1px solid;
	border-bottom: #FFCC00 2px solid;
}


#middle
{
	BORDER-RIGHT:#FFCC00 1px solid;
	BORDER-LEFT:#FFCC00 1px solid;
	BORDER-BOTTOM:#FFCC00 1px solid;
}

#content
{
	
}

#menu
{
	BACKGROUND-IMAGE: url(/images/fon.gif); 
	BACKGROUND-REPEAT: repeat-y;
}

