@charset "utf-8";

.txt_gray {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	color: #444444;
	font-weight: bold;
}
.txt_blue {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	color: #0d9cc6;
	font-weight: bold;
}
.txt_green {
	line-height:30px;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif; 
	color: #BFCE33; 	
	font-weight: bold;	
}

#mainContent {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: normal;
	}
#mainContent A:link {text-decoration: none;}
#mainContent A:visited {text-decoration: none; color: #727a26;}
#mainContent A:active {text-decoration: none; color: #0d9cc6;}
#mainContent A:hover {text-decoration: none; color: #444444;}

#leftColumn A:link {text-decoration: none;}
#leftColumn A:visited {text-decoration: none; color: #444444;}
#leftColumn A:active {text-decoration: none; color: #0d9cc6;}
#leftColumn A:hover {text-decoration: none; color: #ffffff;}
