.bg_pattern {
	background-image: url(images/pattern2.gif);
	background-repeat: repeat-x;
	background-position: center;
}
.light-line-bg {
	background-image: url(images/light-line-bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
.dark-line-bg {

	background-image: url(images/dark-line-bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
.white-border {
	border: 5px solid #FFFFFF;
}

a.SubLink:link {
	color: #CCCCCC;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
}
a.SubLink:visited {
	color: #CCCCCC;
	font-weight: normal;
	font-size: 11px;
	text-decoration: none;
}
a.SubLink:hover {
	color: #CCCCCC;
	text-decoration: underline;
	font-size: 11px;
	font-weight: normal;
}

.scrollbar{
	scrollbar-base-color: #222222; 
	scrollbar-arrow-color: #cccccc;
	scrollbar-DarkShadow-Color: #222222; 
	scrollbar-track-color:#222222; 
	
	scrollbar-3dlight-color:none; 
	scrollbar-face-color:#222222; 
	scrollbar-highlight-color:#222222; 
	scrollbar-shadow-color:#222222; 
}
.qoute {
	font-family: tahoma;
	font-size: 11px;
	color: #CCCCCC;
}

.img-border {
	border: 5px solid #333333;
}

