/* CSS Document */

body,td,th {
            font-family: Arial, Helvetica, sans-serif;
            font-size: xx-small;
            color: #000000;
}
body {
            margin-left: 0px;
            margin-top: 0px;
            margin-right: 0px;
            margin-bottom: 0px;
			border: 0;
			padding: 0;
}

.style1 {font-family: Geneva, Arial, Helvetica, sans-serif; font-size: small;}

.style4 {font-family: "Courier New", Courier, monospace; color: #666666; font-size: 16px;}

.style5 {font-family: Arial, Helvetica, sans-serif; font-weight: bold; color: #666666;}

.style7 {color: #CCC999; font-family: "Courier New", Courier, monospace;}

.style8 {font-family: Geneva, Arial, Helvetica, sans-serif; font-size: small; color: #666666; }

.style9 {font-family: Geneva, Arial, Helvetica, sans-serif; font-size: x-small; color: #666666; }

#Layer1 {
	position:absolute;
	left:10px;
	top:125px;
	width:440px;
	height:268px;
	z-index:1;
	overflow: auto;
}
#Layer2 {
	position:absolute;
	left:450px;
	top:125px;
	width:300px;
	height:268px;
	z-index:2;
	overflow: auto;
}
#Layer3 {
	position:absolute;
	left:440px;
	top:218px;
	width:300px;
	height:50px;
	z-index:3;
}
#Layer4 {
	position:absolute;
	left:450px;
	top:125px;
	width:300px;
	height:245px;
	z-index:3;
	overflow: auto;
}

.main {
	font-size: xx-small;
	font-weight: bold;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FF0000;
	background-image: url(img/template/menu.jpg);
	border: 0;
	padding: 0;
	cursor: hand;
}

.mainHover {
	font-size: xx-small;
	font-weight: bold;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FF9900;
	background-image: url(img/template/menuHover.jpg);
	border: 0;
	padding: 0;
	cursor: hand;
}

.dropDown {
	font-size: xx-small;
	font-weight: bold;
	color: #AAAAAA;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #333333;
	background-image: url(img/template/menu2.gif);
	border: 0;
	padding: 0;
	cursor: hand;
}

.dropDownHover {
	font-size: xx-small;
	font-weight: bold;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #666666;
	background-image: url(img/template/menuHover2.jpg);
	border: 0;
	padding: 0;
	cursor: hand;
}

a:link {
	color: #999999;
}
a:visited {
	color: #999999;
}
a:hover {
	color: #CCCCCC;
}
a:active {
	color: #CCCCCC;
}
.menuString {
	font-size: xx-small;
	font-weight: bold;
	color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	border: 0;
	padding: 0;
	cursor: hand;
}