BODY {
	scrollbar-face-color:Teal;
	scrollbar-highlight-color:#00CCCC;
	scrollbar-3dlight-color:#336666;
	scrollbar-darkshadow-color:#336666;
	scrollbar-shadow-color:#006666;
	scrollbar-arrow-color:#66FF00;
	scrollbar-track-color:#336666;
	color: #FFFFCC;
	background-color: Black;
	background-image: url(gif/bg-body.gif);
	font-family: 'Lucida Grande', Verdana, Geneva, Lucida, Arial, Helvetica, sans-serif;
/*
Lucida Grande, for OS X
Verdana for just about everyone else
Geneva is preferable to Arial and Helvetica, for older Macs
Lucida for Unix boxen
Arial for older Windows machines, and Helvetica for Unix without Lucida
Finally a generic sans-serif for other platforms (e.g. handhelds)
*/
}


A:LINK, A:VISITED, A:ACTIVE {
	color : #66CCFF;
	text-decoration : none;
	font-weight: bold;
	}

A:HOVER {
	background-color : #FFFFCC;
	color : Black;
	text-decoration : none;
	font-weight: bold;
	}

blockquote {
	margin-left: 20%;
	margin-right: 20%;
	text-align: left;
}
	
/* Standard Styles */
.title { font-size: 125%; color: #FFFFCC; }
#heading { color: #FFCC99; font-size: 110%; }
#label { text-transform: uppercase; }
#menu { FONT-SIZE: 10pt; }
#script { text-align: center; background-color: transparent; }
.info { FONT-SIZE: 9pt; font-style: italic;	color: Silver; }
.formHL { background-color: #99FF33; }
.centerTable {	text-align: center;  border: none;  }
.greytext {color: #CCCCCC;	font-size: small; font-style: italic;}
table.top {width: 600px;}

.orange {color: #FF9933; font-weight: bold;}
.green {color: #00FF33; font-weight: bold;}
.red {color: Red; font-weight: bold;}
.white {color: White; font-weight: bold;}
.black {color: Black; font-weight: bold;}
.yellow {color: Yellow; font-weight: bold;}

.backbtn {	
	background-color: #666666;
	border-left: 3px solid #999999;
	border-top: 3px solid #999999;
	border-right: 3px outset #666666;
	border-bottom: 3px outset #666666;
	color: White; font-weight: bold;
	padding: 2px 0px 2px 0%;
}


/* Dragable Information Layer */
.dragLayer {
	cursor: default; /* position:relative;  */
	WIDTH: 400px;
	color: #FFFFCC;
	z-index:1000;
	padding: 15px 10px 5px 10px;
	POSITION: absolute; VISIBILITY: hidden; 
	background-image: url(gif/bg-tag.jpg);
	border: 8px groove #999999;
	}
#ul1 { /* image of Switch */
	list-style-position: outside;
	list-style-image: url(gif/sw1.gif);
	list-style-type: disc;
}
#ul2 { /* image of Knob */
	margin: 10px;
	padding: 20px;
	list-style-position: outside;
	list-style-image: url(gif/sw2.gif);
	}


/* Turn UL List into top navigational menu  */
#listBox {
	MARGIN: 0px 0px 0px 0px;
	text-align: center;
	background-color: transparent;
}
#listMenu {
	padding-top: 5px;
	position: relative;
	width: 520px; /* controls width/centering of menu */
	font-size: 12px;
	text-align: center;
	background-color: transparent;
}
listMenu UL {
	LIST-STYLE-TYPE: none;
	TEXT-ALIGN: center;
	padding: 0px 0px 0px 0px;
	border: 0px;
}
#listMenu UL LI {
	MARGIN: 0px; 
	TEXT-ALIGN: center;
	DISPLAY: block; FLOAT: left;
	padding: 0px 0px 0px 0px;
	background-color: transparent;
}
#listMenu UL LI A {
	DISPLAY: block;
	MARGIN: 0px 0px 10px;
	WIDTH: 90px;
	padding: 0px 0px 2px 0px;
	COLOR: #66CCFF;
	TEXT-ALIGN: center; TEXT-DECORATION: none;
	BACKGROUND: transparent;
}
#listMenu UL LI A:hover {	BACKGROUND: #CC3300; COLOR: White}

BODY#main A#main {BACKGROUND: #930; COLOR: #fff }
BODY#over A#over {BACKGROUND: #930; COLOR: #fff }
BODY#glare A#glare {BACKGROUND: #930; COLOR: #fff }
BODY#fwd A#fwd {BACKGROUND: #930; COLOR: #fff }
BODY#ped A#ped {BACKGROUND: #930; COLOR: #fff } 