.toppic {
	background-image: url(images/top.jpg);
	display: block;
	margin: 0px;
	padding: 0px;
	height: 158px;
	width: 1000px;
}
body {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	overflow:auto;	
	scrollbar-arrow-color:black;
	scrollbar-track-color:blue;
  	scrollbar-shadow-color:white;
  	scrollbar-face-color:blue;
  	scrollbar-darkshadow-color:black;
  	scrollbar-3dlight-color:black;
	}
.backpic {
	background-image: url(images/bg.jpg);
	background-attachment: fixed;
	background-position: center center;
	background-repeat:no-repeat;
}
.box {
	padding: 0px;
	border: 1px solid #333333;
	margin: 0px;
	color: #FFFFFF;
}
.box2 {
	border: 1px solid #000000;
}
.mainwhite {
	color: #FFFFFF;
}
.h_splitter {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
.textbox {
	height: 15px;
	width: 150px;
	border: 1px solid #3366CC;
	font-size: 11px;
}
.textbox2 {
	height: 15px;
	width: 310px;
	border: 1px solid #3366CC;
	font-size: 11px;
}
.messagebox {
	height: 100px;
	width: 310px;
	border: 1px solid #3366CC;
	font-size: 11px;
}
.btn {
	padding: 2px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #CCCCCC;
}

a:link {
	text-decoration:none;
	color:#0033CC;
}
a:visited {

	text-decoration:none;
	color: #0033CC;
}
a:hover {
	text-decoration:underline;
	color: #0033CC;
}
a:active {
	text-decoration:none;
	color: #0033CC;
}
.vr_splitter {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;
}
.linkbtn {
	background-image: url(images/buttonbg.jpg);
	display: block;
	height: 20px;
	width: 92px;
	visibility: inherit;
}
.linkbtnbig {

	background-image: url(images/buttonbgbig.jpg);
	display: block;
	height: 20px;
	width: 132px;
	visibility: inherit;
}
