/* Template */

* {
	padding: 0px;
	margin: 0px;
}

body {
	background-color: #FFFFFF;	
	font-size: 80%;
	line-height: 140%;
	color: #333333;
	margin: 4px;
}
h2 {
	padding: 0px;
	margin: 0px;
}
.clear {
	clear: both;
}
hr {
	display: none;
}
.left {
	float: left;
}
.right {
	float: right;
	margin-left: 2px;
	margin-bottom: 2px;
}
sup {
	font-size: 85%;
	vertical-align:2px;
}
ul {
	list-style-type: none;
}
li {
	list-style-type: none;
}

a {color: #0980b8;}
a:link {color: #0980b8;}
a:visited {color: #64b6dd;}
a:hover {color: #e75e19;}
#MainArea {
	width: 800px;
	background-color: #FFFFFF;
	margin: 0px auto 0px;
	text-align: left;
	position: relative;
	margin-bottom: 20px; 
}
#Header {
	margin: 0px auto 0px;
	height: 74px;
	width: 780px;
	background-image: url(../image/header_bg.gif);
	background-repeat: repeat-x;
}
#Header a {
	margin: 0px;
	padding: 0px;
}
#HeaderLogo {
	width: 232px;
	padding-top: 5px;
	padding-left: 26px;
	float: left;
}

#Footer {
	margin: 0px auto 0px;
	width: 780px;
	background-image: url(../image/footer_bg.gif);
	height: 17px;
}
#Footer img {
	padding-top: 6px;
	padding-left: 310px;
}
