BODY {		FONT: 11px arial, verdana, sans-serif;
		scrollbar-base-color: #000000;
		scrollbar-track-color: #000000;
		scrollbar-face-color: #000000;
		scrollbar-highlight-color: #FFFFFF;
		scrollbar-3dlight-color: #FFFFFF;
		scrollbar-darkshadow-color: #FFFFFF;
		scrollbar-shadow-color: #FFFFFF;
		scrollbar-arrow-color: #FFFFFF; }
body {
margin: 0px;
padding: 0;
}
body {
 background-image: url(picts/bg.gif); 
 background-color: #000000;
 background-position: top 0px;
 background-repeat: repeat;
 background-attachment:fixed; padding:0px; }
 
a:link		{ color: #99CCFF; text-decoration: none }

a:visited	{ color: #99CCFF; text-decoration: none }

a:active	{ color: #FFFFFF; text-decoration: none }

a:hover		{ color: #99FFFF; text-decoration: none }

.menulinks 	{ FONT: 11px arial, "Times New Roman", arial; font-weight: bold }

.picturebar 	{ background-color:#FFFFFF }


TABLE 		{ COLOR: #C0C0C0; FONT: 12px arial, sans-serif; font-weight: bold }


.title 		{ COLOR: #3880A1; FONT: 13px arial, "Times New Roman", arial, sans-serif; font-weight: bold }

.subtitle 	{ COLOR: #C8C9C9; FONT: 12px arial, "Times New Roman", arial, sans-serif; font-weight: bold }

.phonetitle 	{ color: #F0F0F0; font: 11px verdana, arial, sans-serif; font-weight: bold }

.copytext 	{ COLOR: #F0F0F0; FONT: 9px arial, verdana, sans-serif; font-weight: bold }


.just {text-align: justify;}


.button { 	background-image: url("picts/button.gif");
		background-color:#FFFFFF;
		FONT-FAMILY: Georgia, "Times New Roman", arial;
		color: #000000;
		font-size: 8pt;
		height: 20px;
		width: 100px;
		cursor:hand;
		font-weight: bold;
		text-align: center;
		BORDER: #000000 1px solid }

.buttonon { background-image: url("picts/buttonon.gif");
		background-color:#FFFFFF;
		FONT-FAMILY:  Georgia, "Times New Roman", arial;
		color: #666666;
		font-size: 8pt;
		height: 20px;
		width: 100px;
		cursor:hand;
		font-weight: bold;
		text-align: center;
		BORDER: #000000 1px solid }


.shadeform	{ FONT: 13px arial, verdana, sans-serif;
		background-image: url("picts/shadeform.gif");
		text-align: left;
		WIDTH: 200PX;
		BORDER: #666666 1px solid}

.textarea	{ FONT: 13px arial, verdana, sans-serif;
		background-image: url("picts/shadeform.gif");
		text-align: left;
		WIDTH: 275PX;
		HEIGHT: 125PX;
		BORDER: #999999 2px solid}

.dropdown {	COLOR: #333333;
		WIDTH: 200PX;
		FONT: 11px geneva, verdana, arial, sans-serif}
		
		
/*Sample CSS to style the two tickers in the demo*/

.infosclass{
width: 105px;
padding: 5px;
background-color: #333333;
border: 1px solid black;
margin-bottom: 0em;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=60); /*Specify fade effect in IE. Remove if desired.*/
-moz-opacity: 0.6; /*Specify fade effect in Firefox. Remove if desired.*/
}

.infosclass a{
text-decoration: none;
}

.bbcclass{
width: 400px;
padding: 6px;
background-color: lightyellow;
border: 1px solid #004A00;
}

.rsstitle{ /*shared class for all title elements in an RSS feed*/
font-weight: bold;
}

.rssdate{ /*shared class for all date elements in an RSS feed*/
color: back;
font-size: 85%;
}

.rssdescription{ /*shared class for all description elements in an RSS feed*/
}

