body {
	background-image: url(Images/common/Background.gif);
	color: white;
}
a:active {
	color: rgb(51, 153, 255);
}
a:link {
	color: rgb(102, 204, 255);
}
a:visited {
	color: rgb(51, 255, 255);
}
.normalbutton {
	background-image: url(Images/common/button.gif);
	border: 0;
	height: 30;
	width: 100;
	color: white;
	cursor: hand;
}
.disabledbutton {
	background-image: url(Images/common/disabledbutton.gif);
	border: 0;
	height: 30;
	width: 100;
	color: lightgray;
	cursor: hand;
}
.clearbutton {
	background-image: url(Images/common/tabbutton.gif);
	border: 0;
	height: 20;
	width: 77;
	color: white;
	cursor: hand;
}
.closebutton {
	background-image: url(Images/common/altclosebutton.gif);
	border: 0;
	height: 30;
	width: 92;
	cursor: hand;
}
.nextbutton {
	background-image: url(Images/common/altnextbutton.gif);
	border: 0;
	height: 30;
	width: 92;
	cursor: hand;
}
.prevbutton {
	background-image: url(Images/common/altprevbutton.gif);
	border: 0;
	height: 30;
	width: 92;
	cursor: hand;
}
.nextbuttondisabled {
	background-image: url(Images/common/altnextdisabledbutton.gif);
	border: 0;
	height: 30;
	width: 92;
	cursor: hand;
}
.prevbuttondisabled {
	background-image: url(Images/common/altprevdisabledbutton.gif);
	border: 0;
	height: 30;
	width: 92;
	cursor: hand;
}
.popupimage {
	height: 480;
	width: 640;
}
.popupbigimage {
	height: 600;
	width: 800;
}
.popupmap {
	height: 1008;
	width: 816;
}
.popupimagevertical {
	height: 520;
	width: 390;
}
.popupbigimagevertical {
	height: 640;
	width: 510;
}
.popupimagewide {
	height: 210;
	width: 676;
}
.headingtable {
	border-spacing: 0;
	border-collapse: collapse;
}
.headingcell {
	width: 446;
	height: 67;
	background-image: url(Images/common/heading.gif);
	valign: middle;
	text-align: center;
}
.headingfont {
	font-size: 20pt;
	font-weight: bold;
	font-family: arial;
	color: limegreen;
}
.mainmenu {
	position: absolute;
	left: 0px;
	top: 80px;
	width: 720px;
	height: 10px;
	padding: 10px;
}
.submenu {
	position: absolute;
	left: 0px;
	top: 130px;
	width: 120px;
	height: 100px;
	padding: 10px;
}
.submenu2 {
	position: absolute;
	left: 0px;
	top: 230px;
	width: 120px;
	height: auto;
	padding: 10px;
}
.submenu3 {
	position: absolute;
	left: 0px;
	top: 490px;
	width: 120px;
	height: auto;
	padding: 10px;
}
.mainbody {
	position: absolute;
	left: 120px;
	top: 122px;
	height: 600px;
	width: 80%;
	padding: 15px;
	overflow-x: hidden;
	overflow-y: auto;
}
.popupbutton {
	position: absolute;
	left: 150px;
	top: 570px;
	width: 450px;
	height: 30px;
	padding: 0px;
}
.popupbigbutton {
	position: absolute;
	left: 200px;
	top: 680px;
	width: 450px;
	height: 30px;
	padding: 0px;
}
.popupbuttonvertical {
	position: absolute;
	left: 560px;
	top: 400px;
	width: 100px;
	height: 200px;
	padding: 0px;
}
.popupbigbuttonvertical {
	position: absolute;
	left: 700px;
	top: 520px;
	width: 100px;
	height: 180px;
	padding: 0px;
}
.horizontal_line {
	position: absolute;
	font-size: 1px;
	line-height: 2px;
	left: 0px;
	top: 120px;
	width: 100%;
	height: 3px;
	background-color: #cccccc;
}
.vertical_line {
	font-size: 1px;
	position: absolute;
	left: 120px;
	top: 120px;
	line-height: 1px;
	width: 2px;
	height: 100%;
	background-color: #cccccc;
}
.menu2_line {
	font-size: 1px;
	position: absolute;
	left: 0px;
	top: 225px;
	line-height: 1px;
	width: 120px;
	height: 2px;
	background-color: #cccccc;
}
.menu3_line {
	font-size: 1px;
	position: absolute;
	left: 0px;
	top: 485px;
	line-height: 1px;
	width: 120px;
	height: 2px;
	background-color: #cccccc;
}
