/* css bugs discovered and browser compatibility issues:
--ns4.5/4.7 doesn't take background-image VALUE only background-color VALUE dammit...
--ns6 must put 0% margins on a tag if using SAME class name even if ref A tag as opposed to generic class name
		--see a.copyright VS .copyright VS span.copyright
*/

/* core design CSS elements */

body {
	background-color: #000000;
	background-image: none;
	scrollbar-base-color: #000000;
	scrollbar-arrow-color: #FFFFFF;
	margin-left: 0%;
	margin-top: 0%;
	margin-right: 0%;
	margin-bottom: 0%;
	color: #FFFFFF;
	}
	
.outeryellow {
	background-color: #FFCC00;
	background-image: none;
	}

.tablepad {
	background-color: #000000;
	margin-left: 8px;
	margin-top: 8px;
	margin-right: 8px;
	margin-bottom: 8px;
	color: #FFFFFF;
	}

.darkgraybg {
	background-color: #333333;
}

.topdot {
	background-color: #333333;
	}
	
.bottomdot {
	background-color: #333333;
	}
	
.scanlines {
	background-color: #3F3F3F;
	}
	
/* END core design CSS elements */

img {
 display : block;
}

	
tr.decoration img {
	display: block;
	}

ul	{
	font-family: arial, helvetica;
	font-size: 10pt;
	color: #FFFFFF;
	}


a	{
	font-family: arial;
	font-size: 10pt;
	color: #FFCC00;
	text-decoration: underline;
	}
	
a:link	{
	color: #FFCC00;
	}
a:visited	{
	color: #FFCC00;
	}
a:hover	{
	color: #F1730E;
	}
a:active	{
	color: #CB732C;
	}

/* BEGIN COPYRIGHT styles */
/* bugs discovered:
	--ns6 must put 0% margins on a tag if using SAME class name even if ref A tag as opposed to generic class name
			--see a.copyright VS .copyright VS span.copyright
*/
a.copyright	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #FFFFFF;
	text-decoration: none;
	margin-left: 0%;
	margin-top: 0%;
	margin-right: 0%;
	margin-bottom: 0%;
	}

a:hover.copyright	{
	font-family: arial;
	font-size: 11pt;
	color: #FFFFFF;
	text-decoration: underline;
	}
	
.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #FFCC00;
	margin-left: 7px;
	margin-top: 5px;
	margin-right: 7px;
	margin-bottom: 5px;
	}

.footer {
	margin-left: 2px;
	margin-top: 2px;
	margin-right: 2px;
	margin-bottom: 2px;
	}
	
span.copyright  {
	font-size: 11pt;
	font-weight: bold;
	color: #000000;
	margin-left: 0%;
	margin-top: 0%;
	margin-right: 0%;
	margin-bottom: 0%;
	}
/* END COPYRIGHT styles */

/* BEGIN FONTS / COLORS styles */
.subtitle {
color: #FFCC00;
font-weight: bold;
}
.white {
color: #FFFFFF;
}
.black {
color: #000000;
}
.blackbg {
background-color: #000000;
}
.nomarg {
	font-family: arial, helvetica;
	font-size: 10pt;
	color: #FFFFFF;
	margin-right: 8px;
	line-height: 1.5em;
	}
	
.yellow {
color: #FFCC00;
}

/* END COLORS / FONTS styles */

/* BEGIN homepage styles */
.homecontent {
	font-family: arial, helvetica;
	font-size: 10pt;
	color: #FFFFFF;
	line-height: 1.5em;
	margin-top: 20px;
	margin-right: 20px;
}

.homebody {
	background-image: url(../../images/homepage/body/bg-body.gif); 
	background-color: #000000;
	background-position: center top;
	background-repeat: no-repeat;
}

.homedot {
	background-image: url(../../images/homepage/whitedot.gif); 
	background-color: #000000;
	background-position: 0%;
	background-repeat: repeat-horizontal;
}

/* END homepage styles */

.content {
	font-family: arial, helvetica;
	font-size: 10pt;
	color: #FFFFFF;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-right: 10px;
	line-height: 1.25em;
	}
	
.bulletcontent {
	font-family: arial, helvetica;
	font-size: 10pt;
	color: #FFFFFF;
	margin-top: 2px;
	margin-bottom: 2px;
	margin-left: 0px;
	margin-right: 5px;
}

.maincontent {
	font-family: arial, helvetica;
	font-size: 10pt;
	color: #000000;
	line-height: 1.5em;
	}
	
a.footer {
	font-family: arial, helvetica;
	font-size: 8pt;
	color: #000000;
	text-decoration: underline;
	}
	
a:hover.footer {
	font-family: arial;
	font-size: 8pt;
	color: #000000;
	text-decoration: underline;
	}
 
.headline {	
	font-size: 12pt;
	font-weight: bold;
	}
	
.form {
	font-family: arial, helvetica;
	font-size: 10pt;
	color: #000000;
	margin-top: .03in;
	margin-bottom: .03in;
	margin-left: .03in;
	margin-right: .03in;
	}

select, .colorfield, textarea {
	font-family: arial, helvetica;
	font-size: 10pt;
	color: #000000;
	background-color: #CCCCCC;
	}
