﻿a {
	color: #600;
	background-color: transparent;
	text-decoration: none;
}
a:active, a:hover {
	color: olive;
	background-color: transparent;
	text-decoration: underline;
}
.nav {
	font-size: 13px;
}
a.white {
	color: white;
	background-color: transparent;
	text-decoration: none;
}
a.white:active, a.white:hover {
	color: #999966;
	background-color: transparent;
	text-decoration: underline;
}
a.sidenav {
	color: white;
	background-color: #8a895c;
	display: block;
	border: 1px #8a895c solid;
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
	text-align: left;
	margin: 20px 0px 0px 4px;
	width: 90%;
	height: 30px;
	vertical-align: middle;
}
a.sidenav:active, a.sidenav:hover {
	color: #600000;
	background-color: #cfce96;
	display: block;
	border: 1px #cfce96 inset;
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
	text-align: left;
	margin: 20px 0px 0px 4px;
	width: 90%;
	height: 30px;
	vertical-align: middle;
}
a.purchase {
	color: white;
	background-color: #8a895c;
	display: block;
	border: 1px #8a895c outset;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	font-variant: small-caps;
	text-align: center;
	margin: 4px auto;
	width: 70px;
	height: 20px;
	vertical-align: middle;
}
a.purchase:active, a.purchase:hover {
	color: #600000;
	background-color: #cfce96;
	display: block;
	border: 1px #cfce96 inset;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	font-variant: small-caps;
	text-align: center;
	margin: 4px auto;
	width: 70px;
	height: 20px;
	vertical-align: middle;

}
a.webad:active, a.webad:hover {
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
	filter: alpha(opacity=80);
	opacity: .80;
	-moz-opacity: .80;
}
body {
	background-color: #300000;
	margin: 0px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
	margin-right: 0px;
	font-family: "Times New Roman", "Times Roman", Times, serif;
	font-size: 12pt;
	color: #000;
	text-align: left;
}
h1 {
	font-family: "Times New Roman", "Times Roman", Times, serif;
	font-size: 13pt;
	font-weight: bold;
	font-variant: small-caps;
	color: #663333;
}
h2 {
	font-family: "Times New Roman", "Times Roman", Times, serif;
	font-size: 12pt;
	font-weight: bold;
	font-style: italic;
	color: #663333;
}
h3 {
	font-family: "Times New Roman", "Times Roman", Times, serif;
	font-size: 11pt;
	font-weight: bold;
	font-style: italic;
	color: black;
}
.bordertable {
	background-color: #999966;
	width: 784px;
	border-collapse: collapse;
	border: 2px white solid;
	font-size: 5px;
	padding: 20px;
}
.maintable {
	border-collapse: collapse;
	width: 100%;
	background-color: #ffffff;
	border: 2px #600 solid;
	font-size: 11pt;
	color: #333333;
}
.maincell {
	padding: 6px;
	vertical-align: top;
	text-align: left;
}
.cellem {
	background-color: #999966;
	border-right: 2px white solid;
	border: 0px transparent none;
	padding: 2px;
	color: white;
	text-align: center;
}
.techtablecellleft {
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 50%;
	text-align: right;
	font-size: small;
	font-weight: bold;
}
.techtablecellright {
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 50%;
	text-align: left;
	font-size: small;
	font-weight: bold;
}
.left {
	text-align: left;
	vertical-align: top;
}
.right {
	text-align: right;
}
.center {
	text-align: center;
}
.justify {
	text-align: justify;
}
.bold {
	font-weight: bold;
}
.italic {
	font-style: italic;
}
.underline {
	text-decoration: underline;
}
.indent {
	text-align: left;
	margin-left: 40px;
}
img.noborder {
	border-width: 0px;
}
.medalgold {
	color: #cc9900;
	font-weight: bold;
}
.medalsilver {
	color: #a0a0a0;
	font-weight: bold;
}
.medalbronze {
	color: #cc6600;
	font-weight: bold;
}
.navbox {
	color: white;
	background-color: #300000;
	margin: 2px;
	padding: 2px;
	font-size: 13px;
	font-weight: bold;
	border: 2px olive solid;
	height: 40px;
	text-align: center;
}
.form {
	background-color: white;
	color: black;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	padding: 1px;
	border: 2px #600 inset;
	margin: 2px;
}
.fieldrequired {
	background-color: #ffffcc;
	color: #600;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	padding: 1px;
	border: 2px #600 inset;
	margin: 2px;
}
.formbutton {
	background-color: #600;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	font-variant: small-caps;
	color: white;
	border: 2px #600 outset;
	margin: 2px;
}
table.mediakit {
	width: 98%;
	padding: 2px;
	border: 1px #efefef solid;
	border-collapse: collapse;
}
td.mediakit {
	background-color: #600;
	color: white;
	font-family: sans-serif;
	font-size: 10pt;
	font-weight: bold;
	font-variant: small-caps;
}
td.mediakitcentered {
	background-color: #600;
	color: white;
	font-family: sans-serif;
	font-size: 10pt;
	font-weight: bold;
	font-variant: small-caps;
	text-align: center;
}
/* DWT Main Navigation */
.clear { /* generic container (i.e. div) for floating buttons */
    overflow: hidden;
    width: 100%;
}
a.button {
	background: #600 url('../images/styles/background.jpg') repeat scroll;
    color: white;
    display: block;
    font-family: inherit;
    font-size: 12px;
    font-variant: inherit;
    font-weight: bold;
    height: 36px;
    width: 61px;
    text-align: center;
    margin-top: 1px;
    margin-right: 1px;
    margin-left: 1px;
    padding-right: 0px; /* sliding doors padding */
    padding-top: 1px;
    text-decoration: none;
    border: 1px #993333 hidden;
    position: relative;
    float: left;
}
a.button:active, a.button:hover {
    background-position: bottom right;
    color: #999966;
    background-color: maroon;
    text-decoration: none;
    border: 1px #993333 inset;
    position: relative;
    float: left;
    outline: none; /* hide dotted outline in Firefox */
    margin-right: 0px;
    margin-left: 0px;
}
/*End DWT Main Navigation */
/*AnyLink Drop-Down Horizontal Nav CSS */
.hanylinkcss {
	position: absolute;
	visibility: hidden;
	font-family: inherit;
	font-size: 12px;
	font-weight: bold;
	font-variant: small-caps;
	line-height: 22px;
	z-index: 10;
	background-color: #999966;
	width: 154px;
	text-align: left;
	opacity: .90;
	filter: alpha(opacity=90);
	-moz-opacity: .90;
}
.hanylinkcss a {
	width: 100%;
	display: block;
	text-indent: 3px;
	border-bottom: 1px #999966 solid;
	padding: 1px 0px;
	text-decoration: none;
	font-weight: bold;
	text-indent: 5px;
}
.hanylinkcss a:active {
	/*hover background color*/
	color: white;
	text-decoration: underline;
}
.hanylinkcss a:hover {
	/*hover background color*/
	color: white;
	text-decoration: underline;
}
/*End AnyLink Drop-Down Horizontal Nav CSS */