@charset "utf-8";
/* basic */


.banner_headerdiv{
float:right;
width:200px;
margin-right:25px;
margin-top:6px;
}
.banner_headertext{
float:left;
font-size:13px;
margin:0px;
margin-left:40px;
}
.banner_bodydiv{
}
.banner_bottomdiv{
}
.banner_link:link {
	font-size: 13px;
	color: #303030;
	text-decoration: none;
}
.banner_link:visited {
	font-size: 13px;
	color: #303030;
	text-decoration: none;
}
.banner_link:hover {
	font-size: 13px;
	color: #000066;
	text-decoration:underline
}