/*font family for page. If you have another style sheet that sets font family, you can delete this rule*/
div, td, p, a {
	font-family: Verdana, Arial, sans-serif;
	color: #FFFFFF;
}

A:link	{	
	text-decoration: underline;
	}	
		
A:visited	{	
	text-decoration: underline;
	}	
		
A:active	{	
	text-decoration: underline;
	}	
		
A:hover	{	
	text-decoration: underline;
	color:#FFFF66;
	}
	
.font1_04_normal
{
	font-family: Verdana;
	font-size: 4pt;
}

.font1_05_normal
{
	font-family: Verdana;
	font-size: 5pt;
}

.font1_06_normal
{
	font-family: Verdana;
	font-size: 6pt;
}

.font1_06_bold
{
	font-family: Verdana;
	font-size: 6pt;
	font-weight: bold;
}

.font1_07_normal
{
	font-family: Verdana;
	font-size: 7pt;
}

.font1_07_error
{
	font-family: Verdana;
	font-size: 7pt;
	color: Red;
}

.font1_08_normal
{
	font-family: Verdana;
	font-size: 8pt;
}

.font1_08_italic
{
	font-family: Verdana;
	font-size: 8pt;
	font-style: italic;
}

.font1_08_error
{
	font-family: Verdana;
	font-size: 8pt;
	color: Red;
}

.font1_08_optional
{
	font-family: Verdana;
	font-size: 8pt;
	color: Green;
}

.font1_08_bold
{
	font-family: Verdana;
	font-size: 8pt;
	font-weight: bold;
}

.font1_09_normal
{
	font-family: Verdana;
	font-size: 9pt;
}

.font1_09_bold
{
	font-family: Verdana;
	font-size: 9pt;
	font-weight: bold;
}

.font1_09_error
{
	font-family: Verdana;
	font-size: 9pt;
	color: Red;
}

.font1_10_normal
{
	font-family: Verdana;
	font-size: 10pt;
}

.font1_10_bold
{
	font-family: Verdana;
	font-size: 10pt;
	font-weight: bold;
}

.font1_12_normal
{
	font-family: Verdana;
	font-size: 12pt;
}

.font1_12_bold
{
	font-family: Verdana;
	font-size: 12pt;
	font-weight: bold;
}

.font1_12_error
{
	font-family: Verdana;
	font-size: 12pt;
	color: Red;
}

.font1_12_highlight
{
	font-family: Verdana;
	font-size: 12pt;
	font-weight: bold;
	color: Scrollbar;
}

.font1_14_normal
{
	font-family: Verdana;
	font-size: 14pt;
}

.font1_14_bold
{
	font-family: Verdana;
	font-size: 14pt;
	font-weight: bold
}

.font1_16_normal
{
	font-family: Verdana;
	font-size: 16pt;
}

.font1_16_bold
{
	font-family: Verdana;
	font-size: 16pt;
	font-weight: bold;
}

.font1_18_bold
{
	font-family: Verdana;
	font-size: 18pt;
	font-weight: bold;
}

.font1_20_bold
{
	font-family: Verdana;
	font-size: 20pt;
	font-weight: bold;
}

.cssnav	{
			position:relative;
			margin: 0; 
			padding: 0;
			overflow:hidden;/* for ie to hide extra height*/	
}
.cssnav a {
			display: block;
			overflow:hidden;/* for ie to hide extra height*/
}

.cssnav a:hover
{
}

.cssnav img
{
	border: 0;
}
	
* html a:hover
{
	visibility:visible;
}

.cssnav a:hover img
{
	visibility:hidden;
}

.cssnav span
{
	position: absolute;
	cursor: pointer;   
}


