

/**********CSS for Menu Left****************************************************************/
.menu a:link {
	color: #000000;
	text-decoration: none;
}

.menu a:visited {
	color: #000000;
	text-decoration: none;
}

.menu a:hover {
	color: #CC0000;
	text-decoration: none;
}

.menu a:active {
	color: #000000;
	text-decoration: none;
}

/**********Body Links CSS **************/

.bodystyle a:link {
	color: #000000;
	text-decoration: none;
	font-family: Verdana;
	font-size: xx-small;
	
}
	
.bodystyle a:visited {
	color: #000000;
	text-decoration: none;
	font-family: Verdana;
	font-size: xx-small;
	
}

.bodystyle a:hover {
	color: #cc0000;
	text-decoration: underline;
	font-family: Verdana;
	font-size: xx-small;
	
}

.bodystyle a:active {
	color: #000000;
	text-decoration: none;
	font-family: Verdana;
	font-size: xx-small;
	
}

.purple{
	background : #663366;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-style : normal;
	font-size : x-small;
	color: #FFFFFF;
	text-decoration: underline;

}

.red{
	background : #cc0000;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-style : normal;
	font-size : x-small;
	color: #FFFFFF;
	text-decoration: underline;

}

.orange{
	background : #EC7600;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-style : normal;
	font-size : x-small;
	color: #FFFFFF;
	text-decoration: none;

}

.yellow{
	background : #FFCF0B;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-style : normal;
	font-size : x-small;
	color: #000000;
	text-decoration: none;

}

.blue{
	background : #00AFE6;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-style : normal;
	font-size : x-small;
	color: #ffffff;
	text-decoration: none;

}
