@charset "utf-8";
/* CSS Document */



a:link {
	color: #FFF;
	text-decoration: none;
	
}
a:visited {
	text-decoration: none;
	color: #FFF;
	
}
a:hover {
	text-decoration: none;
	color: #FF9900;
	
	
}
a:active {
	text-decoration: none;
	color: #FF9900;
	
}

#Table_01 tr td table {
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size:15px
}

p { line-height:19px; text-align:justify; font-size:12px; color:#CCCCCC; padding-top:20px; }