/* ACCESSIBILITY - Settings #03 */
#Column-02 {
	


     color: #000000;	

	font: 18px/36px helvetica, arial, sans-serif; 
	
 }
#Column-02 h1 {
	font-size: 28px;
	font-weight: bold;
	color: #000000;}
#Column-02 h2 {
	font-weight: bold;
	font-size: 20px;
	font-weight: bold;
	color: #000000;}
#Column-02 h3 {
	font-weight: bold;
	font-size: 18px;
	font-weight: bold;
	color: #ff9900;}


/**** TO WORK PROPERLEY IN FIREFOX...ORDER OF "Anchor" CSS is important....link,visited,hover !***/

#Column-02 a:link {
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}


#Column-02 a:visited {
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

#Column-02 a:hover {
	font-weight: bold;
	color: #FF9900;
	text-decoration: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}


