.topbg {
	
	background-image: url(images/mask.gif);
	background-repeat: no-repeat;
	background-color: #ffffff;
	background-position: right top;
}
.pagebg {
	background-image: url(images/pagebg.gif);
	background-repeat: repeat-x;
	background-color: #696969;
	background-position: right top;
}
.box {
	
	background-image: url(images/boxbot.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.arial10 {
	font-family: Arial;
	font-size: 10px;
	color: #333333;
	text-decoration: none;
}
.arial8 {
	font-family: Arial;
	font-size: 8pt;
	color: #333333;
	text-decoration: none;
}

.arial2 {
	font-family: Arial;
	font-size: 3px;
	color: #333333;
	text-decoration: none;
}

.arial11white {
	font-family: Arial;
	font-size: 11px;
	color: white;
	text-decoration: none;
}
.arial8bold {
	font-family: Arial;
	font-size: 8pt;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
	
}

.arial8boldorange {
	font-family: Arial;
	font-size: 8pt;
	font-weight: bold;
	color: orange;
	text-decoration: none;
}

.arial8boldkelabu {
	font-family: Arial;
	font-size: 8pt;
	font-weight: bold;
	color: gray;
	text-decoration: none;
}

A.class1:link { text-decoration: none; color: black; }
A.class1:visited {text-decoration: none; color: black; }
A.class1:hover {text-decoration: none; color: white; }
A.class1:active {text-decoration: none; color: black }

A.class2:link { text-decoration: none; color: white; }
A.class2:visited {text-decoration: none; color: white; }
A.class2:hover {text-decoration: none; color: gold; }
A.class2:active {text-decoration: none; color: white }

A.class3:link { text-decoration: none; color: orange; }
A.class3:visited {text-decoration: none; color: orange; }
A.class3:hover {text-decoration: underline; color: #5D5D5D; }
A.class3:active {text-decoration: none; color: black }


.arial8whitebold {
	font-family: Arial;
	font-size: 8pt;
	font-weight: bold;
	color: white;
	text-decoration: none;
}

.arial9 {
	font-family: Arial;
	font-size: 9pt;
	color: #333333;
	text-decoration: none;
}

.arial9boldorange {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: orange;
	text-decoration: none;
}

.arial7{
	font-family: Arial;
	font-size: 7pt;
	text-decoration: none;
	color: #000000;
}

.arial12bold {
	font-family: Arial;
	font-size: 12pt;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}

.arial14bold {
	font-family: Arial;
	font-size: 14pt;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}

div.scroll {	height: 230px;	width: 100%;	overflow: auto;	border: 0px solid #171418;	background-color: #FFFFFF;	padding: 8px;}
.toggleopacity img{
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=90);
-moz-opacity: 0.5;
}