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

img#logo.methodStyle {
	width:88px; 
	height:50px; 
}

.frontFeeder{
	background-color:#78B7DA;
	border-bottom-style:solid;
	border-bottom-color:#1a1a1a;
	border-bottom-width:15px;
}

.feederTitle{
	width:45px;
	position:relative;
	background-color:#000000;
	vertical-align:middle;
	color:#FFFFFF;
	font-family:Arial;
	font-size:10px;
}

.feeder{
	position:relative;
	padding:12px;
	background-color:#000000;
}

.feeder a:link{
	color:#FFFFFF;
	text-decoration:none;
}

.feeder a:active{
	color:#999999;
	text-decoration:none;
}

.feeder a:visited{
	color:#FFFFFF;
	text-decoration:none;
}

.feeder a:hover{
	color:#999999;
	text-decoration:none;
}
