/* CSS Document */

.style1 {
	color: #FF9900;
	font-weight: bold;
}
.style2 {
	color:#999999;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.style3{
	font-family:Arial;
	font-size:16px;
	color:#FFCC00;
	font-weight:bold;
}
.style4{
	font-family:Arial;
	font-size:10px;
	color:#CCCCCC;
	font-weight:bold;
}