body {
	line-height:1.3em;
}
a {
	color:#026C6C;
}
a:visited {
	color:#800080;
}
a:hover {
	text-decoration:none;
}
.float_r {
	float:right;
}
.float_l {
	float:left;
}
.text_r {
	text-align:right;
}
.text_l {
	text-align:left;
}
.mb5 {
	margin-bottom:5px;
}
.mb10 {
	margin-bottom:10px;
}
.wrapper{
	width:900px;
	margin:0 auto;
}
.w700{
	width:700px;
	margin-right:10px;
	float:left;
}
.w190{
	width:190px;
	float:right;
}
.w190 li{
	margin-bottom:8px;
}
.footer {
	background-color:#d0d0d0;
	margin:20px 0;
	text-align:center;
	padding:10px 0;
}
#logo {
	margin:20px 0;
}


