/*
$File: default.css $
$Author: David M. Cvet $
$Date: Dec 10, 2008 $
*/

/* general */
.mainpagetext {font-family: verdana,tahoma,sans-serif; font-size: 11px; color:black}
A:link {text-decoration: underline;}
A:visited {text-decoration: none;}
A:active {text-decoration: none;}
A:hover {text-decoration: none; color: red;}

/* end of general */

/*
.uslnavplain { font-size: 11px; font-family: Arial, sans-serif; color: #000000; text-decoration: none;}
a.uslnav:link { font-size: 11px; font-family: Arial, sans-serif; color: #000000; text-decoration: none; font-weight: normal; }
a.uslnav:visited { font-size: 11px; font-family: Arial, sans-serif; color: #000000; text-decoration: none; font-weight: normal; }
a.uslnav:hover { font-size: 11px; font-family: Arial, sans-serif; color: #000000; text-decoration: underline; font-weight: normal; }
*/


A.linksgray

{
	font-family: verdana,tahoma,sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}	
A.linksgray:hover
{
	font-family: verdana,tahoma,sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: black;
	text-decoration: none;
}

A.linksgrayreg

{
	font-family: verdana,tahoma,sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: gray;
	text-decoration: underline;
}	
A.linksgrayreg:hover
{
	font-family: verdana,tahoma,sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: red;
	text-decoration: underline;
}


A.linksred
{
	font-family: verdana,tahoma,sans-serif;
	font-size: 11px;
/*	font-weight: bold; */
	color: black;
	text-decoration: underline;
}
A.linksred:hover
{
	font-family: verdana,tahoma,sans-serif;
	font-size: 11px;
/*	font-weight: bold; */
	color: red;
	text-decoration: underline;
}

A.linksyellow

{
	font-family: verdana,tahoma,sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: yellow;
	text-decoration: none;
}	
A.linksyellow:hover
{
	font-family: verdana,tahoma,sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: black;
	text-decoration: none;
}
A.linksblack

{
	font-family: verdana,tahoma,sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: white;
	text-decoration: none;
}	
A.linksblack:hover
{
	font-family: verdana,tahoma,sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: yellow;
	text-decoration: none;
}
