@charset "utf-8";

html,body{
	height:100%;
}

body,div,pre,p,blockquote,
form,fieldset,input,textarea,select,option,
dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,
table,th,td,embed,object {
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}

body {
	background:url(../images/body_bg_top.gif) repeat-x top;
	font-family: 'Arial', 'Tahoma', sans-serif;
	font-size:84%;
	text-align:center;
}

input,textarea{
	border:1px solid #ccc;
	background:#eee;
}

h1,h2,h3,h4,h5,h6 {
	font-size:85%;
	font-weight:normal;
	margin:0;
	padding:0;
}
p,li,dt,dl {
	line-height:160%;
	color:#575757;
}
li {
	list-style:none;
}
img {
	border:0;
}

hr {
	display:none;
}

.clear {
	margin:0;
	padding:0;
	font-size:0;
	line-height:0;
	clear:both;
	display:block;
}

a {
	text-decoration:underline;
	color:#343434;
}
a:link {
	text-decoration:underline;
	color:#343434;
}
a:visited {
	text-decoration:underline;
	color:#343434;
}
a:hover {
	text-decoration:none;
	color:#848484;
}
a:active {
	text-decoration:underline;
	color:#343434;
}