/* CSS Document */

* {
	margin: 0;
	padding: 0;
	text-align: left;
	color: #CCC;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
}

p {
	line-height: 14px;
}

img {
	border: 0;
}

.supergreen{
	color: #0fce0f;
}

body {
	background: #000;
	text-align: center;
}

#Wrapper {
	text-align: left;
	margin: 40px auto;
	border: 2px solid #FFA500;
	width: 737px;
}

#Footer, #Footer p, #Footer a{
	font-size: 10px;
	text-align: right;
	padding: 1px 7px;
}

#Footer a:link, #Footer a:visited {
	text-decoration: none;
	color: #FFF;
}

#Footer a:hover, #Footer a:active {
	text-decoration: none;
	color: #FFA500;
}

#LoginArea {
	background: #000 url(img/lowerCol.gif) repeat-y top left;
}

.Bump {
	margin-left: 16px;
}

.Bump td, .Bump td label {
	font-size: 9px;
	color: #FFA500;
	padding-bottom: 3px;
}

.Bump input {
	font-size: 9px;
	width: 159px;
	height: 14px;
	color: #000;
}

.Bump input.Login {
	font-size: 9px;
	width: auto;
	height: 14px;
}

.InfoBox, #FramedContent {
	background-color: #323232;
}

.Nav {
	background: #000 url(img/navBg.gif) no-repeat top center;
}

h1 {
	text-transform: uppercase;
	color: #FFA500;
	font-weight: normal;
	font-size: 12px;
}

h2 {
	text-transform: uppercase;
	color: #FFA500;
	font-weight: normal;
	font-size: 11px;
}

.GalNumbers {
	text-align: center;
}

a:link, a:visited {
	color: #CCC;
	text-decoration: none;
}

a:hover, a:active {
	color: #FFA500;
	text-decoration: none;
}

.contentCell {
	padding: 0 8px 0 8px;
}

.goRight, .goRight p {
	text-align: right;
}

a.reverse:link, a.reverse:visited {
	color: #FFA500;
	text-decoration: none;
}

a.reverse:hover, a.reverse:active {
	color: #FFF;
	text-decoration: none;
}

.contactBox {
	width: 150px;
	margin: 5px 0 5px 0;
	color: #333;
}

.messageBox {
	width: 99%;
	height: 55px;
	margin: 5px 0 5px 0;
	color: #333;
}

#PopWin {
	background-color: #000;
	text-align: center;
}

#PopTable {
	background-color: #323232;
	margin: 20 auto;
	text-align: left;
	border: 1px solid #CCC;
}

.line td {
	border-top: 1px solid #CCC;
}

.yellowtext {
	color: #FFA500;
}