BODY{
}
/*MAIN NAVIGATION*/
.Snav {
	text-decoration: none;
	color: Black;
	font-family : Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : bold;	
}
A.Snav {
	text-decoration: none;
	color: Black;
	font-family : Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : bold;
}
A.Snav:Hover {
	text-decoration: underline;
	color: red;
}
A.SnavON {
	text-decoration: none;
	color: Red;
	font-family : Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : bold;
}
A.SnavON:Hover {
	text-decoration: none;
	color: red;
}







/* Anchor Elements */
/*A {
	text-decoration: underline;
	color: Black;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
}
A:Hover {
	text-decoration: underline;
	color: red;
}*/
A.TopNav {
	text-decoration: none;
	color: White;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
}
A.TopNav:Hover {
	text-decoration: underline;
	color: red;
}


A.BottomNav {
	text-decoration: underline;
	color: Black;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10px;
}
A.BottomNav:Hover {
	text-decoration: underline;
	color: red;
	font-weight : bold;
}


/* SPECIAL GLOBAL ELEMENTS*/
.OrderedList {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	font-weight: bold;

}


/*TEXT*/
.BottomNavCopy {
	color: Black;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
}
