/* body {
scrollbar-arrow-color: cc9933;
scrollbar-base-color: ;
scrollbar-dark-shadow-color: ;
scrollbar-track-color: 000000;
scrollbar-face-color: 996600;
scrollbar-shadow-color: ;
scrollbar-highlight-color: ;
scrollbar-3d-light-color: ;
}
*/

#fixedtipdiv{
position:absolute;
padding: 2px;
border:1px solid black;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
}



#dhtmlfloatie{
position: absolute;
left: 0;
left: 0px;
filter:alpha(opacity=0);
-moz-opacity:0;
border: 2px solid white;
padding: 5px;
z-index: 100;
}



A:visited  {color:#B5B785; text-decoration: none;}
A:link  {color:#FFFFFF; text-decoration: none;}
A:active  {color:#0000CC; text-decoration: underline;}
A:hover   {cursor: crosshair; color:#CAA24A; background-color:yellow;}


div {
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: fixed;
}


p.uppercase {text-transform: uppercase}
p.lowercase {text-transform: lowercase}
p.capitalize {text-transform: capitalize}

body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #000000;
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: fixed;

}
.horizontalnav{
	font-family: Verdana, Geneva, Arial, Helvetica, Courier, sans-serif;
	font-size: 12px;
	letter-spacing: 2px;
	color: #FFFFFF;
	font-weight: bold;
	font-variant: small-caps;

}
.smallhorizontalnav {
font-family: Verdana, Geneva, Arial, Helvetica, Courier, sans-serif;
font-size: 9px;
text-transform:lowercase;
letter-spacing: 2px;
color: #FFFFFF
}

.expanded {
	font-family: Verdana, Geneva, Arial, Helvetica, Courier, sans-serif;
	font-size: 12px;
	line-height: 20px;
	letter-spacing: 2px;
	color: #FFFFFF;
	white-space: normal;
	margin: 5px;

}

.justified {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align: justify;
}

.footer {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #FFFFFF;
	font-style: italic;
	font-weight: 200;
}


.floatright {float:right}

.floatleft {float:left}

.pos_left {position:relative;left:-50px}

.pos_right {position:relative;left:20px}