@charset "utf-8";
body {
	background-color: #7F9153;
	background-image: url(graphics/field.jpg);
	background-repeat: repeat;
	padding-top: 0px;
	margin-top: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.txtHome {
	text-align: justify;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
}
.bottom {
	background-image: url(graphics/bottom.gif);
	background-repeat: repeat-x;
	height: 27px;
}
.bottomR {
	background-image: url(graphics/bottomR.gif);
	background-repeat: no-repeat;
	height: 27px;
	width: 27px;
}

.txtFooter {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding: 15px;
	text-align: center;
	font-weight: bold;
}
.txtTeam {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-align: center;
}
.pTop {
	background-image: url(graphics/pTop.gif);
	background-repeat: no-repeat;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	background-position: top;
	height: 43px;
	width: 190px;
}

.top {
	background-image: url(graphics/top.gif);
	background-repeat: repeat-x;
	height: 27px;
}
.left {
	background-image: url(graphics/left.gif);
	background-repeat: repeat-y;
	width: 27px;
}
.whiteTable {
	background-color: #FFFFFF;
}

.topL {
	background-image: url(graphics/topL.gif);
	background-repeat: no-repeat;
	height: 27px;
	width: 27px;
}
.topR {
	background-image: url(graphics/topR.gif);
	background-repeat: no-repeat;
	height: 27px;
	width: 27px;
}
.right {
	background-image: url(graphics/right.gif);
	background-repeat: repeat-y;
	width: 27px;
}
.pMid {
	background-image: url(graphics/pMiddle.gif);
	background-repeat: repeat-y;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	background-position: top;
	width: 190px;
	font-size: 10px;
}
.pBottom {
	background-image: url(graphics/pBottom.gif);
	background-repeat: no-repeat;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	background-position: top;
	height: 41px;
	width: 190px;
}
.bottomL {
	background-image: url(graphics/bottomL.gif);
	background-repeat: no-repeat;
	height: 27px;
	width: 27px;
}
.pMidRight {
	background-image: url(graphics/pMiddle.gif);
	background-repeat: repeat-y;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	background-position: top;
	width: 190px;
}
.pTop2 {
	background-image: url(graphics/pTop.gif);
	background-repeat: no-repeat;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	background-position: top;
	height: 43px;
	width: 190px;
	line-height: 20px;
	vertical-align: top;
}
a.fan:link {
	color: #FF0000;
	text-decoration: none;
}
a.fan:visited {
	text-decoration: none;
	color: #FF0000;
}
a.fan:hover {
	text-decoration: underline;
	color: #0033FF;
}
a.fan:active {
	text-decoration: none;
	color: #FF0000;
}
.green {
	color: #009900;
}
