A 
{
	font-family:Verdana;
	font-size:10px;
	text-decoration:none;	
	color:Black;
}

A:active
{
	font-family:Verdana;
	font-size:10px;
	text-decoration:none;	
	color:Black;
}

A:visited
{
	font-family:Verdana;
	font-size:10px;
	text-decoration:none;	
	color:Black;
}

A:link
{
	font-family:Verdana;
	font-size:10px;
	text-decoration:none;	
	color:Black;
}

A:hover
{
	font-family:Verdana;
	font-size:10px;
	text-decoration:underline;
	color:Black;
}

.nor
{
	font-family:Verdana;
	font-size:10px;
}

.answred
{
	background-color:Red;
	color:Yellow;
}

.answrgreen
{
	background-color:#00FF00;
}

.tit
{
	font-family:Verdana;
	font-size:12px;
	font-weight:bold;
}

.tab_azz 
{
	background-color:aqua;
	font-family:Verdana;
	font-size:10px;
	color:#000;
}

.tab_blu
{
	font-family:Verdana;
	font-size:10px;
	background-color:Blue;
	color:#fff;
}
SELECT
{
	font-family:Verdana;
	font-size:10px;
	padding-left: 5px;
}

.butt_tr
{
	background-color:Transparent;
	font-family:Verdana;
	font-size:10px;
	background-image:url(images/arrow.gif);
	background-position: left; padding-left: 12px;
	background-repeat: no-repeat;
	width:130px;
	cursor:pointer;
	cursor:hand;
}

a.nav1:active 		{ color: #030A71; text-decoration:none; background-repeat: no-repeat; background-position: left; }
a.nav1:link		{ color: #030A71; text-decoration: none;  background-repeat: no-repeat; background-position: left; }
a.nav1:visited 		{ color: #030A71; text-decoration: none; background-repeat: no-repeat; background-position: left;}
a.nav1:hover 		{ color: #000000; text-decoration: none;  background-repeat: no-repeat; background-position: left;}
