/* CSS Document */
body {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 9pt;
	background-image: url(images/torn.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	background-color: #2C2C2C;
	margin: 0px;
}
h1 {
	font-size: 12pt;
	color: #FFEE01;
	font-weight: normal;
}
h2 {
	font-size: 11pt;
	color: #FFEE01;
	font-weight: normal;
	border-bottom: 1px solid #FFF;
	padding-bottom: 4px;
}
.YellowEleven {
	font-size: 10pt;
	color: #FFEE01;
	font-weight: normal;
}
.formbox {
	background-color: #FFFFFF;
	border: 1px solid #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	padding: 3px;
}	
a {
	color: #FFEE01;
	text-decoration: none;
}
a:link {
	color: #FFEE01;
}
a:hover {
	color: #FF0000;
}
.topnav {
	background-image: url(images/top-nav.gif);
	background-repeat: no-repeat;
	background-position: right;
}
.topButton {
	color: #FFFFFF;
	text-transform: uppercase;
	font-size: 10px;
}
.topButton a {
	color: #FFFFFF;
	padding-left: 8px;
	text-decoration: none;
}
.topButton a:link {
	color: #FFFFFF;
}
.topButton a:hover {
	color: #FFEE01;
}
.credit {
	color: #CCCCCC;
	font-size: 8pt;
	padding: 5px;
	border-top: solid 1px #2C2C2C;
	margin-top: 10px;
}
.credit a {
	color: #CCCCCC;
	text-decoration: none;
}
.credit a:link {
	color: #CCCCCC;
}
.credit a:hover {
	color: #FF0000;
}
.rightcol {
	padding: 10px;
	border-left: 1px solid #FFFFFF;
	background-image: url(images/splat.gif);
	background-repeat: no-repeat;
	background-position: center;
}
.rightcolnoimg {
	padding: 10px;
	border-left: 1px solid #FFFFFF;
	border-top: 1px solid #FFFFFF;
}
.leftcol {
	padding: 10px;
	border-top: 1px solid #FFFFFF;
}
.leftcolnoborder {
	padding: 10px;
}
.splat {
	background-image: url(images/splat.gif);
	background-repeat: no-repeat;
	background-position: center;
	padding: 10px;
	padding-top: 0px;
}
.imagepadbottom {
	margin-bottom: 10px;
}
.magsRed {
	color: #FF0000;
}
.whiteeleven {
	color: #FFFFFF;
	font-size: 11pt;
}