/* CSS Document */
body {
	margin-top: 20px;
}

a.one:link {
	color:#FFFFFF;
	text-decoration: none;
}
a.one:visited {color:#FFFFFF; text-decoration: none}
a.one:hover {background:#FFFFFF; color:#333333; }

a.two:link {
	color:#999999;
	text-decoration: none;
}
a.two:visited {color:#999999; text-decoration: none}
a.two:hover {background:#999999; color:#333333; }

a.three:link {
	color:#999999;
	text-decoration: none;
}
a.three:visited {color:#999999; text-decoration: none}
a.three:hover {background:#999999; color:#333333; }

.style1 {
	color: #999999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.style2 {
	color: #CCCCCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px
}
.style3 {
	color: #ffbb77;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
.style6 {
	font-size: 12px;
	font-weight: bold;