.style1 {
	color: #B8A104;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
a:link {
	color: #FFCC00;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFCC00;
}
a:hover {
	text-decoration: underline;
	color: #FFFF00;
}
a:active {
	text-decoration: none;
	color: #FFCC00;
}
body {
	background-color: #000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/back2.jpg);
	background-repeat: repeat-y;
	background-position: center;     
    scrollbar-face-color:#000000;
	scrollbar-highlight-color:#666666;
	scrollbar-3dlight-color:#333333;
	scrollbar-darkshadow-color:#D37E0A;
	scrollbar-shadow-color:#666666;
	scrollbar-arrow-color:#D37E0A;
	scrollbar-track-color:#333333;
}
.borderCopy {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-right-style: dotted;
	border-left-style: dotted;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
}
