body {	
	background-image: url(images/background.jpg);
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	margin: 0;
	padding: 0;
}
.text {
	font-size: 12px;
}
.textbig {
	font-size: 13px;
	font-weight: bold;
}
.textbig2 {
	font-size: 13px;
}.textbold {
	font-size: 12px;
	font-weight: bold;
}
.gray {
	font-size: 11px;
	color: #333333;
}
.red {
	font-size: 9px;
	color: #8B0000;
}
.red2 {
	font-size: 12px;
	color: #8B0000;
}
.red3 {
	font-size: 10px;
	color: #8B0000;
}
.white {
	font-size: 12px;
	color: #FFFFFF;
}
.redbig {
	font-size: 15px;
	font-weight: bold;
	color: #FF0000;
	letter-spacing: -1px;
}
a.linkred {
	font-size: 9px;
	color: #8B0000;
	text-decoration: none;
}
a.linkred:hover {
	font-size: 9px;
	color: #A0A0A0;
	text-decoration: underline;
}
a.linkred:visit {
	font-size: 9px;
	color: #FF1800;
	text-decoration: none;
}
a.linkred2 {
	font-size: 11px;
	color: #8B0000;
	text-decoration: underline;
}
a.linkred2:hover {
	font-size: 11px;
	color: #A0A0A0;
	text-decoration: underline;
}
a.linkred2:visit {
	font-size: 11px;
	color: #FF1800;
	text-decoration: none;
}
a.linkred3 {
	font-size: 11px;
	color: #8B0000;
	font-weight: bold;
	text-decoration: underline;
}
a.linkred3:hover {
	font-size: 11px;
	color: #A0A0A0;
	font-weight: bold;
	text-decoration: underline;
}
a.linkred3:visit {
	font-size: 11px;
	color: #FF1800;
	font-weight: bold;
	text-decoration: none;
}
h1 {
	font-size: 15px;
	font-weight: bold;
	color: #FF0000;
	letter-spacing: -1px;
}