@charset "utf-8";
/* CSS Document */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin: 0 auto;
	scrollbar-base-color:#CCCCCC;
}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.blackbg {
	background:url(../image/header_black_bg.jpg);
	background-repeat:repeat-x;
	height:5px;
}
.greenbuttonleft {
	background:url(../image/green_button_left.jpg);
	background-repeat:no-repeat;
	background-position:right;
	height:50ps;
	width:9px;
}
.greenbuttoncenter {
	background:url(../image/green_button_center.jpg);
	background-repeat:repeat-x;
	height:50ps;
}
.greenbuttonright {
	background:url(../image/green_button_right.jpg);
	background-repeat:no-repeat;
	background-position:left;
	height:50px;
	width:9px;
}
.whitetext {
	font:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFFFFF;
	text-align:justify;
}
.whitetext a {
	text-decoration:none;
	color:#FFFFFF;
}
.normaltext {
	font:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#000000;
	text-align:justify;
}
.normaltext a {
	text-decoration:none;
	color:#000000;
}
.textheading {
	font:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333333;
}
.textheading2 {
	font:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
	padding-left:3px;
	text-align:center;
}
ul {
	margin-left: 2px;
	padding-left: 2px;
	list-style-position: inside;
	text-align:justify;
}
DIV.scroll {
	BORDER-RIGHT: #666 1px;
	PADDING-RIGHT: 0px;
	BORDER-TOP: #666 1px;
	PADDING-LEFT: 0px;
	PADDING-BOTTOM: 0x;
	OVERFLOW: auto;
	BORDER-LEFT: #666 1px;
	WIDTH: 250px;
	PADDING-TOP: 0px;
	BORDER-BOTTOM: #666 1px;
	HEIGHT:auto;
}


