/* CSS Document */
body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	background-color: #eeeeee;
}
a {
	font-size: 12px;
	color: #0080CC;
	font-weight: bold;
	text-decoration:none;
}
a:visited {
	color: #F37D00;
}
a:hover {
	color: #5DBCF4;
}
a:active {
	color: #999999;
}
.style1 {
	color: #F47E02;
	font-weight: bold;
}
.style2 {
	color: #0682B6;
	font-weight: bold;
}
.style3 {
	color: #F38001;
	font-weight: bold;
}
.style4 {color: #0180CD}
.style5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
