body {
	background-color: #000000;
}
#container {
   width: 100%;
   height: 100%;
}
a:link {
	text-decoration: none;
	color: #333333;
}
a:visited {
	text-decoration: none;
	color: #666666;
}
a:hover {
	text-decoration: none;
	color: #000000;
}
a:active {
	text-decoration: none;
	color: #333333;
}
.bg1 {
	background-image: url(images/index_16.gif);
	background-repeat: repeat-x;
}
.scrollbar {
	scrollbar-DarkShadow-Color: #8E95A0; 
	scrollbar-Track-Color: #B4BAC4; 
	scrollbar-Face-Color: #8E95A0; 
	scrollbar-Shadow-Color: #4F5865; 
	scrollbar-Highlight-Color: #8E95A0; 
	scrollbar-3dLight-Color: #4F5865; 
	scrollbar-Arrow-Color: #4F5865;
}
.borders {
	border-bottom: 1px #bbbbbb;
	padding:3px;	
}
.smtxt, .smtxt a {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}