body {
	background-color: #A3A3A3;
	background-image: url(../images/bg_pattern.gif);
	margin-bottom:0;
	margin-left:0;
	margin-right:0;
	margin-top:0;
	
}
.darkgrey_line {
	background-image: url(../images/darkgrey_bg.gif);
	background-repeat: repeat;
}
.lightgrey_bg {
	background-color: #A3A3A3;
}
.darkgrey_bg {
	background-color: #000000;
}

.text60 {
	font-family: Arial;
	font-size: 60%;
	color: #e6dfd6;
}
.text80_light{
	font-family: Arial;
	font-size: 80%;
	color: #e6dfd6;
}


.text80_dark {
	font-family: Arial;
	font-size: 80%;
	color: #000000;
}
.button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 60%;
	color: #000000;
	background-color: #766754;
	border: 1px solid #000000;
	cursor:pointer;
}


.text70_black {
	font-family: Arial;
	font-size: 70%;
	color:#000000;
}
.text80orange {
	font-family: Arial;
	font-size: 80%;
	color: #48453C;
}
a {
	font-family: Arial;
	color: #766754;
	text-decoration: none;
}
a:hover {
	font-family: Arial;
	color: #48453C;
	text-decoration:underline;
}
.border_black {
	border: 1px solid #000000;
}




.frame{
	scrollbar-face-color:#A3A3A3;
	scrollbar-arrow-color:#766754;
	scrollbar-track-color:#A3A3A3;
	scrollbar-shadow-color:#766754;
	scrollbar-highlight-color:#766754;
	scrollbar-3dlight-color:#766754;
	scrollbar-darkshadow-Color:#766754;
}
div.transOFF {width: 100%;}
div.transON  {width: 100%; opacity:.75;filter: alpha(opacity=75); -moz-opacity: 0.75;}
.bottomdash {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333333;
}
.border_left {
	border: 1px double #CCCCCC;
}
