body {
	background-image: url(/images/background.jpg);
	background-color: #b0b0b0;
	background-repeat: repeat-x;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: 4C4D4F;
}
.style1 {
	font-size: 12px
}
.style2 {
	color: #FFFFFF
}
.style3 {
	font-size: 12px;
	font-weight: bold;
}
.style4 {
	font-size: 16px;
	font-weight: bold;
}
.style5 {
	font-size: 14px;
	font-weight: bold;
}
a:link {
	color: 4C4D4F;
}
a:visited {
	color: 4C4D4F;
}
a:hover {
	color: #CC0000;
}
a:active {
	color: #CC0000;
}
a.style2:link {
	color: #FFFFFF;
	text-decoration: none;
}
a.style2:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a.style2:hover {
	color: #CC0000;
	text-decoration: underline;
}
a.style2:active {
	color: #CC0000;
	text-decoration: underline;
}
a.style5:link {
	color: 4C4D4F;
	text-decoration: none;
}
a.style5:visited {
	color: 4C4D4F;
	text-decoration: none;
}
a.style5:hover {
	color: #CC0000;
	text-decoration: underline;
}
a.style5:active {
	color: #CC0000;
	text-decoration: underline;
}