@charset "UTF-8";
html {
	margin:0px;
	padding:0px;
	width:100%;
	height:100%;
}
body {
	background-color: #00CC00;
	margin:0px;
	padding:0px;
	width:100%;
	height:100%;
	background-image: url(../Images/bg_pattern.gif);
	background-repeat: repeat;
}
#container {
	position:relative;
	left:0px;
	top:0px;
	width:900px;
	height:2000px;
	z-index:1;
	background-color: #FFFFFF;
	border-right-width: 12px;
	border-left-width: 12px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #333399;
	border-left-color: #333399;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#logobar {
	position:absolute;
	left:0;
	top:0;
	width:880px;
	height:95px;
	z-index:1;
	background-color: #FFCC00;
	padding-top: 15px;
	padding-left: 20px;
}
#tab1 {
	position:absolute;
	left:20px;
	top:110px;
	width:76px;
	height:23px;
	z-index:2;
}
#tab2 {
	position:absolute;
	top:110px;
	width:76px;
	height:23px;
	z-index:3;
	left: 99px;
}
#tab3 {
	position:absolute;
	left:178px;
	top:110px;
	width:48px;
	height:23px;
	z-index:4;
}
#tab4 {
	position:absolute;
	left:229px;
	top:110px;
	width:93px;
	height:23px;
	z-index:5;
}
#tab5 {
	position:absolute;
	left:325px;
	top:110px;
	width:71px;
	height:23px;
	z-index:6;
}
#tab6 {
	position:absolute;
	left:399px;
	top:110px;
	width:71px;
	height:23px;
	z-index:7;
}
#tab7 {
	position:absolute;
	left:473px;
	top:110px;
	width:46px;
	height:23px;
	z-index:8;
}
#tab8 {
	position:absolute;
	left:522px;
	top:110px;
	width:81px;
	height:23px;
	z-index:9;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #CC0000;
	line-height: 16px;
	margin-top: 0px;
	text-align: left;
	margin-bottom: 3px;
	padding-top: 0px;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FF6600;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #6699FF;
}
a:hover {
	text-decoration: underline;
	color: #CC0000;
}
a:active {
	text-decoration: none;
}
.p_dotted_rule {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 17px;
	text-align: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #CC0000;
	padding-bottom: 6px;
}
.list_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	list-style-position: outside;
	list-style-type: square;
	padding-left: -30px;
}
