@charset "utf-8";
/* CSS Document */

body,td,th {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #666666;
}
body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #06C;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #06C;
}
a:hover {
	text-decoration: none;
	color: #03F;
}
a:active {
	text-decoration: none;
	color: #06C;
}
img {
	border: 0px;	
}
br {
	line-height: 10px;
	height: 10px;
}

#Head {
	width: 100%;	
	height: 41px;
	background: url(/images/v2/layout/header_bg.gif) repeat-x;
}
#Head .logo {
	padding: 13px 0px 0px 10px;	
}
#Foot {
	clear: both;
	width: 980px;
	margin: 30px auto 20px auto;
	border-top: 1px solid #F1F1F1;	
	color: #CFCFCF;
	text-align: center;
	padding-top: 5px;
}
#Foot a{ color: #CFCFCF; }

/*#Head .top {
	background-image: url(/images/bg/fill_hdr_01.gif);
	height: 28px;	
}
#Head .top img {
	float: left;		
}
#Head .top ul {
	height: 25px;
	font-size: 10px;
	float: right;
	padding: 0px;
	margin: 0px;
}
#Head .top li {
	line-height: 25px;
	color: #FFFFFF;
	padding: 0px;
	margin-right: 5px;
	display: inline-block;
	float: left;
}
#Head .top a {
	color: #FFF;	
}
#Head .top a:hover {
	text-decoration: underline;
}
#Head .bot{
	background-image: url(/images/bg/fill_hdr_02.gif);
	height: 24px;
	border-top: 1px solid #f5e0d3;
}
*/
.clear {
	clear: both;
	height: 0px;
	width: 0px;
	margin: 0px;
	padding: 0px;
	display: inline-block;
	line-height: 0px;
}

