A:hover.white {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : bold;
	color : White;
	background-color : transparent;
	text-decoration : underline;
	}
A:hover.green{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 14px;
	font-weight : bold;
	color : #006600;
	background-color : transparent;
	text-decoration : underline;
	}
A:hover.more {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight : normal;
	color : #009999;
	background-color : transparent;
	text-decoration : underline;
	}
A.white {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : bold;
	color : White;
	background-color : transparent;
	text-decoration : none;
	}
A.green {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 14px;
	font-weight : bold;
	color : #006600;
	background-color : transparent;
	text-decoration : none;
}
A.more {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight : normal;
	color : #009999;
	background-color : transparent;
	text-decoration : none;
	}
A.purple {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 14px;
	font-weight : bold;
	color : #660099;
	background-color : transparent;
	text-decoration : none;
	}
A:hover.purple{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 14px;
	font-weight : bold;
	color : #660099;
	background-color : transparent;
	text-decoration : underline;
	}
A.Red{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 14px;
	font-weight : bold;
	color : #990000;
	background-color : transparent;
	text-decoration : none;
	}
A:hover.red{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 14px;
	font-weight : bold;
	color : #990000;
	background-color : transparent;
	text-decoration : underline;
	}
A.Blue {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 14px;
	font-weight : bold;
	color : #000099;
	background-color : transparent;
	text-decoration : none;
	}
A:hover.Blue{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 14px;
	font-weight : bold;
	color : #000099;
	background-color : transparent;
	text-decoration : underline;
	}
	a.Gray { 
	font-family : Arial, Helvetica, sans-serif; 
	color : Silver; 
	font-size : 11px; 
	text-decoration : underline;  
	background : transparent;  
	}

a:hover.Gray {
 font-family : Arial, Helvetica, sans-serif; 
 color : Gray; 
 font-size : 11px; 
 text-decoration : none;  
 background : transparent;  
 }
