body {
	font-family: helvetica-neue, helvetica, arial, sans-serif;
	background-color: #333333;
	background-image: url(/sitewide/venombackground.gif);
	background-repeat: no-repeat;
	background-attachment: fixed;
	margin:0;
	padding:0;
}
.wrapper {
	width: 990px;
	margin: 0 auto;
	padding:0;
}

.nav
{ width:116px; margin:0; padding:0; }

/* LINKS */

a:link.uber, a:visited.uber 
{
	color: #F15D22;
	text-decoration: none;
	text-align: center;
	border: 2px #F15D22 solid;
	display: block;
	font-weight: bold;
	padding: 3px;
	background-color: #000;
}

a:link.uberactive, a:visited.uberactive
{
	color: #9F0;
	text-decoration: none;
	text-align: center;
	border: 2px #FFF solid;
	display: block;
	font-weight: bold;
	padding: 3px;
	background-color:#000;
	}

a:link.side, a:visited.side 
{
	color: #F15D22;
	text-decoration: none;
	text-align: center;
	border: 2px #F15D22 solid;
	display: block;
	font-weight: bold;
	padding: 3px;
	background-color: #000;
}

a:link.sideactive, a:visited.sideactive
{
	color: #9F0;
	text-decoration: none;
	text-align: center;
	border: 2px #FFF solid;
	display: block;
	font-weight: bold;
	padding: 3px;
	background-color:#000;
	}

a
{ color: #9F0; text-decoration:none; }

/* TEXT */

.white { color: #FFF; }
.boldred { color: #F15D22; font-weight: bold; }
.boldredactive { color: #9F0; font-weight: bold; }
.notop { padding-top:0; margin-top:0; }
.centerhead
{
	color: #9F0;
	font-size: 24pt;
	line-height: 24pt;
	font-weight: bold;
	text-align: left;
	padding-bottom: 4px;
	border-style: dotted;
	border-color: #F15D22;
	border-width:  0px 0px 1px 0px;
}

p, td {
	color: #FFF; 
	line-height: 130%;
}

td { vertical-align:top; }

td.specsright
{
	padding: 6px;
	text-align: right;
	border-bottom: solid #666 1px;
	font-weight: bold;
}

td.specsleft
{
	padding: 6px;
	border-bottom: solid #666 1px;
}

td.bgridright
{
	padding: 4px;
	text-align: right;
	border: 1px solid #666;
	font-weight: bold;
}

td.bgridleft
{
	padding: 4px;
	border: 1px solid #666;
}

th
{
	color: #F15D22;
	background-color: #000;
	padding:4px;
}

/* RULES */

.dottedhr
{
	border-bottom-color: #F15D22;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	padding: 0px;
	margin: 0px;
}

td { vertical-align: top; }