body {
	background-color: black;
	color: white;
	font-family: 'Helvetica', 'Arial', sans-serif;
	font-size: 10pt;
	margin:0px;
	padding:0px;
}

a {
	color: white;
}

a:link {
	color: white;
	text-decoration: none;
}

a:visited {
	color: white;
	text-decoration: none;
}

a:hover {
	color: white;
	text-decoration: underline;
}

a:active {
	color: white;
	text-decoration: underline;
}

label {
	color: white;
	font-weight: bold;
	font-size: .9em;
}

img.left {
	float:left;
}

img.right {
	float:right;
}

input {
	font-size:10pt;
}

select {
	font-size:10pt;
}

select.privacy {
	font-size:8pt;
}

textarea {
	font-size: 10pt;
}

textarea.big {
	width:100%;
	height:150px;
}

textarea.medium {
	width:100%;
	height:75px;
}

.tdHeader {
	font-weight:bold;
	font-size:.9em;
	text-align:right;
}

.left {
	text-align:left;
}

.right {
	text-align:right;
}

.indent {
	padding-left:19px;
}

.indentright {
	padding-right:19px;
}

.indenttop {
	padding-top: 6px;
}

.error {
	color: #990000;
	font-weight: bold;
	font-size: .9em;
}

.success {
	color: #009900;
	font-weight: bold;
	font-size: .9em;
}

.pageTotals {
	font-weight:bold;
	font-size:.8em;
	border-bottom: solid 1px black;
	border-top: solid 1px black;
	padding:.25em;
	margin-top:.5em;
	margin-bottom:.5em;
}

.nospacing {
	padding:0px;
	margin:0px;
}

.navBg {
	background-image: url('../images/nav_bg.gif');
	background-repeat: repeat-x;
}

.ad {
	margin: 6px;
}

.login{
	font-size: small;
	font-weight: bold;
	padding-bottom:12px;
	padding-right:8px;
}

.padding10 {
	padding:10px; 
}

.greybg {
	background-color: #F8F7F7;
}

.tdborder {
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #000077;
}

.designer {
	text-align:center;
}

.designer a:link, .designer a:visited, .designer a:hover, .designer a:active {
	color: white;
	font-size: .5em;
}

.copyright {
	font-size: .6em;
	text-align:center;
}

.benchmark {
	font-size: .4em;
	text-align:center;
}

.footer_nav {
	padding-top:15px;
	color:white;
	font-weight:bold;
	font-size:.9em;
	text-align:center;
}

.footer_nav a:link {
	color: white;
}

.footer_nav a:visited {
	color: white;
}

.footer_nav a:hover {
	color:white;
}

.footer_nav a:active {
	color: white;
}

.smallText {
	font-size: .8em;
}

.boldText {
	font-weight: bold;
}

.large {
	font-weight:bold;
	font-size: 1.5em;
}

.xsmallText {
	font-size: x-small;
	font-weight: bold;
}

.xxsmallText {
	font-size: xx-small;
	font-weight: bold;
}

.mediumText {
	font-size: medium;
}

.whiteText {
	color: #ffffff;
}

.loginContainer {
	margin: auto;
	width: 300px;
	text-align: center;
}

.loginTable {
	width: 300px;
}

.loginTable th {
	text-align: right;
	font-weight: bold;
	font-size: .9em;
}

.loginTable td {
	text-align: left;
	font-weight: normal;
	font-size: .8em;
}


.italic {
	font-style:italic;
}

.small {
	font-size:.8em;
	font-weight:bold;
}

.legal {
	font-size:.7em;
}

.gray {
	color: #999999;
}

.highlight {
	color: #000077;
}

#containerTable {
	text-align: center;
}

#settingTable {
}

#shadowBoxTable {
	
}

.shadowBoxTop {
	background-image:url('../images/shadowbox_t.gif');
	background-position:bottom left;
	background-repeat:repeat-x;
}

.shadowBoxLeft {
	background-image:url('../images/shadowbox_l.gif');
	background-position:top right;
	background-repeat:repeat-y;
}

.shadowBoxBody {
	background-image:url('../images/shadowbox_body.gif');
	background-position:top left;
	background-repeat:repeat;
}

.shadowBoxRight {
	background-image:url('../images/shadowbox_r.gif');
	background-position:top left;
	background-repeat:repeat-y;
}

.shadowBoxBottom {
	background-image:url('../images/shadowbox_b.gif');
	background-position:top left;
	background-repeat:repeat-x;
}


#gradientBoxTable {
	
}

.gradientBox {
	color: #FFFFFF;
}

.gradientBoxTop {
	
}

.gradientBoxLeft {
	
}

.gradientBoxBody {
	background-color:white;
	background-image:url('../images/gradientbox_body.gif');
	background-position:bottom left;
	background-repeat:repeat-x;
}

.gradientBoxRight {
	
}

.gradientBoxBottom {
	
}

