body {
	background-image: url(images/bg-main.gif);
	background-repeat: repeat-x;
	background-color: #7F0201;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #597441;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
}
.footer a{
	color: #597441;
}
.footer a:hover{
	color: #FFD800;
}
.menu {
	background-image: url(images/menu/bg-menu.gif);
	background-repeat: repeat-x;
	margin-bottom: 6px;
	vertical-align: middle;
}
.menu img {
	margin-right: 24px;
	margin-left: 24px;
	margin-top: 1px;
}
.contentTop {
	background-image: url(images/bg-content-top.gif);
	background-repeat: no-repeat;
	height: 58px;
	width: 658px;
}
.content {
	background-color: #FFFFFF;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #A8A8A8;
	border-left-color: #A8A8A8;
	font-size: .8em;
	padding-right: 36px;
	padding-left: 36px;
}
.content a {
	color: #214502;
	font-weight: bold;
}
.content a:hover {
	color: #FFD800;
	font-weight: bold;
}
.pageTitle {
	margin-top: 18px;
	margin-left: 17px;
}
.textMenu {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}
.sidePic {
	border: 2px solid #214502;
	margin-bottom: 10px;
	margin-left: 15px;
}

.textMenu a {
	color: #214502;
}
.textMenu a:hover {
	color: #FFD800;
}
.team1 {
	background-color: #CC0000;
	font-size: 24px;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	padding: 3px;
	border: 2px solid #770000;
	font-style: italic;
	text-transform: uppercase;
}
.team1a {
	border-right: 2px solid #770000;
	border-bottom: 2px solid #770000;
	border-left: 2px solid #770000;
	padding: 5px;
}
.team2 {
	background-color: #003399;
	font-size: 24px;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	padding: 3px;
	border: 2px solid #001D59;
	font-style: italic;
	text-transform: uppercase;
}
.team2a {
	border-right: 2px solid #001D59;
	border-bottom: 2px solid #001D59;
	border-left: 2px solid #001D59;
	padding: 5px;
}
.teamForm td{
	padding-bottom: 10px;
}