/* CSS Document */

* {
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	color:#666666;
}


img {
	border:0;
}

a{
	color:#83AFEB;
	text-decoration:none;
}
a:hover{
	color:#4672AC;
	text-decoration:none;
}

a.bold{
	color:#C5AD72;
	text-decoration:none;
	font-weight: bold;
}

a.bold:hover{
	color:#A2884A;
	text-decoration:none;
	font-weight: bold;
}

body{
	font-size:12px;
	letter-spacing:0.2em;
}

#base{
	width:780px;
	margin:0 auto;
	padding:0;
}

#footer{
	width:700px;
	margin:0 auto;
	padding:0;
}

hr {
	border:solid #D2DEEA;
	border-width:1px 0px 0px 0px;
	height:1px;
	overflow:hidden;
	margin:0px 0px 5px 0px;
} 

.ft_copyright{
	font-size:10px;
	letter-spacing:0em;
	float:left;
}

.ft_counter{
	float:right;
	color:#F9FCFF;
}

h1{
	padding:0;
	font-weight: normal;
}


