A.OtherTabs:link
{
	font-weight: bold;
	font-size: 17px;
	color: black;
	font-family: 'Times New Roman';
	text-decoration: underline;
}

A.OtherTabs:visited {
	font-weight: bold;
	font-size: 17px;
	color: black;
	font-family: 'Times New Roman';
	text-decoration: underline;
}

A.OtherTabs:active  {

    color:red;
}

A.OtherTabs:hover
{
	color: red;
	text-decoration: underline;
}

A.nav_section 
{
	font-weight: bold;
	font-size: 16px;
	color: black;
	font-family: 'Times New Roman';
	text-decoration: none;
}

A.nav_section:hover
{
	font-weight: bold;
	font-size: 16px;
	color: #b4c800;
	font-family: 'Times New Roman';
	text-decoration: none;
}

A.contact_section:link
{
	color: white;
	font-size: 17px;
	font-family: Arial;
	text-decoration: underline;
}
A.contact_section:visited
{
	color: white;
	font-size: 17px;
	font-family: Arial;
	text-decoration: underline;
}

a.admin:link, a.admin:active, a.admin:visited{
	font-family:Verdana, Arial, Helvetica;
	font-size:11px;
	color:#FF6600;
	text-decoration:none;
	font-weight:bold;
}

a.admin:hover{
	font-family:Verdana, Arial, Helvetica;
	font-size:11px;
	color:#001911;
	text-decoration: none;
	font-weight:bold;
}

DIV.nav_section_hover
{
	
	background-image: url(images/buttonOff.gif);
	cursor: pointer;
}

DIV.nav_section
{
	background-image: url(images/buttonOff.gif);
	cursor: pointer;
	
}

DIV.nav_section_on
{
	font-weight: normal;
	font-size: 16px;
	color: black;
	font-family: 'Times New Roman';
	text-decoration: none;	
	background-image: url(images/buttonOn.gif);	
}

DIV.nav_section_click
{
	background-image: url(images/buttonOn.gif);
	cursor: pointer;
	
}

.buttonStyle
{
	background-image: url(images/buttonOff.gif);
	cursor: pointer;
	font-weight: bold;
	font-size: 16px;
	color: black;
	font-family: 'Times New Roman';
	text-decoration: none;
	width:165px;
	height:32PX
}

