/* CSS Document */
* {
	padding:0px;
	margin:0px;
}
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
a {
	color:#000000;
	text-decoration:none;
}
a:hover {
	text-decoration:none;
}
ul {
	list-style:none;
}
img {
	border:none;
}
.clear {
	clear:both;
	overflow:hidden;
	width:100%;
	height:0px;
}
#Page {
	width:990px;
	margin:0 auto;
	height:auto;
}
#Main_Content, .BottomArea {
	width:990px;
}
h1, h2, h3, h4, h5, h6 {
	font-size:12px;
	font-weight:normal;
}
.No_bg {
	background:none !important;
}
.No_border {
	border:none!important;
}
