@charset "utf-8";
/* CSS Document */
/*-- Default Selector Values --*/
body {
	text-align:center;
	overflow:none;
}
body,html {
	width:100%;
}
body,p,td,th,ol,ul,dl,dt,dd,input,textarea,select {
	font-family:Arial,Helvetica,sans-serif;
	color: #666666;
	font-size:12px;
	line-height: 15px;
}
body,div,p,table,td,th,ol,ul,li,h1,h2,h3,h4,h5,h6,img,address,hr {
	margin:0px;
	padding:0px;
	border:0px;
}
a {
	color: #999999;
}
a:hover {
	color: #000000;
}
img {
	display: block;
}
li {
	list-style-type:none;
}
a {
	text-decoration: none;
}
a:hover {
text-decoration: none;
}
p {
	margin-bottom:1em;
}
* html .clear {
	font-size:0;
} 
.clear {
	clear:both;
	line-height:0;
	height:0px;
}
/*-- End Default Selector Values --*/
body {
	background:url('../images/bg_body.jpg') repeat-x top #0071bc;
}
#maincontent {
}
