body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
a:link {
	color: #F20000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #F20000;
}
a:hover {
	text-decoration: underline;
	color: #666666;
}
a:active {
	text-decoration: none;
	color: #F20000;
}
body {
	background-color: #333333;
	background-image: url();
}
.style1 {
	color: #000000;
	font-weight: bold;
}
.style2 {color: #000000}

.style3 {color: #cccccc;
font-size:11px}

.style5 {color:#FFFFFF;
font:Verdana;
font-size:10px;
}

.style6 {
	color: #000000;
	font-weight: bold;
	font-size:13px;
	}

a.style5:link {
	color: #FFFFFF;
	text-decoration: none;
}
a.style5:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a.style5:hover {
	text-decoration: underline;
	color: #cccccc;
}
a.style5:active {
	text-decoration: none;
	color: #FFFFFF;
}

.cssButton {
	color: #FFFFFF;
	background-color: #F20000;
	border: 1px solid #000000;
	padding: 1px;
	font-size:9px;
}