body {
	font-family: Arial;
	font-size: 10px;
	color: #FFFFFF;
	background-color: #8a0a0a;
	background-image: url(../images/bkg.jpg);
	background-repeat: repeat;
	margin-top: 80px;
}
table {	
	font-family: Arial;
	font-size: 10px;
}
.side {
	background-image: url(../images/side.jpg);
	background-repeat: no-repeat;
}
.title {
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
}
.border {
	border: 1px solid #8a0a0a;
}
.red {
	background-color: #8a0a0a;
	color: #FFFFFF;
}
.gray {
	background-image: url(../images/gray.jpg);
	color: #8a0a0a;
	background-repeat: repeat;
}
a:link {
	font-family: Arial;
	font-size: 10px;
	font-weight: bold;
	color: #8a0a0a;
	text-decoration: underline;
}
a:visited {
	font-family: Arial;
	font-size: 10px;
	font-weight: bold;
	color: #8a0a0a;
	text-decoration: underline;
}
a:hover {
	font-family: Arial;
	font-size: 10px;
	font-weight: bold;
	color: #8a0a0a;
	text-decoration: none;
}
a:active {
	font-family: Arial;
	font-size: 10px;
	font-weight: bold;
	color: #8a0a0a;
	text-decoration: none;
}
a.white:link {
	font-family: Arial;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
}
a.white:visited {
	font-family: Arial;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
}
a.white:hover {
	font-family: Arial;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
a.white:active {
	font-family: Arial;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
input {
	font-family: Arial;
	font-size: 10px;
	color: #FFFFFF;
	background-color: #8a0a0a;
	border: 1px solid #FFFFFF;
}
textarea {
	font-family: Arial;
	font-size: 10px;
	color: #FFFFFF;
	background-color: #8a0a0a;
	border: 1px solid #FFFFFF;
}