body, td{
	color : #333333;
	text-decoration : none;
	font-size : 11px;
	font-family : Arial, Helvetica, sans-serif;
	
}
.txt_bold{
	color : #333333;
	text-decoration : none;
	font-size : 11px;
	font-family : Arial, Helvetica, sans-serif;
	font-weight: bold;

}
.txt_orange{
	color : #FF3300;
	text-decoration : none;
	font-size : 11px;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : normal;
		
}
.txt_orange_bold{
	color : #FF3300;
	text-decoration : none;
	font-size : 12px;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : bold;
		
}
	a:link{
	color : #FF3300;
	font-size : 11px;
	font-family : Arial, Helvetica, sans-serif;
	text-decoration : none;
	}
	a:hover{
	color : #333333;
	text-decoration : none;
	font-size : 11px;
	font-family : Arial, Helvetica, sans-serif;
	}
	a:visited{
	color : #333333;
	font-size : 11px;
	font-family : Arial, Helvetica, sans-serif;
	text-decoration : none;
	}
	



