/* CSS Document */
body {
	margin: 0px;
	font-size:12px;
	color:#333;
	line-height:22px;
	
}
a:link {
	color: #333333;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #333333;
}
a:hover {
	text-decoration: none;
	color: #FF0000;
}
.style1 {
	color: #999999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.style2 {
	color: #F7A631;
	font-weight: bold;
}

.style4 {color:#000000; font-size: 18px;}