body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #000;
	text-decoration: none;
	background-color: #333;
	text-align: center;
}
a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #930;
	text-decoration: none;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #930;
	text-decoration: none;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #000;
	text-decoration: underline;
}

a.w:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: bold;
	color: #FFF;
	text-decoration: underline;
}

a.w:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: bold;
	color: #FFF;
	text-decoration: underline;
}
a.w:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: bold;
	color: #CCC;
	text-decoration: none;
}
h1 {
	color: #6ea642;
	text-decoration: none;
	font: bolder 14pt Arial, Helvetica, sans-serif;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bolder;
	color: #FFF;
	text-decoration: none;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: bold;
	color: #666;
	text-decoration: none;
}
table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	color: #333;
	text-decoration: none;
}

#container {
	margin: 0px auto;
	width:800px;
	text-align: left;
	padding: 5px;
	border: 1px solid black;
	background: #afafaf;
}

div.Main-Title_ {
	position: relative;
	width:800px;
	height:180px;
	padding: 0px;
}

div.Sub-Title_ {
	position: relative;
	width:800px;
	height:118px;
	padding: 0px;
}

div.Main-BG_ {
	position: relative;
	width: 784px;
	background: #8da7c0 url(../images/Main_BG.jpg) no-repeat left top;
	min-height: 800px;
	padding: 8px;
}
#navbar {
	position: relative; 
	top: 10px; 
	text-align: right; 
	width: 100%;
}
#footer {
	position: relative; 
	float: left; 
	width:800px; 
	left:-20px; 
	height:20px;
}