@charset "UTF-8";
/* CSS Document */

body {
	color: #333333;
	font-size:11px;
	line-height: 14px;
	font-family: helvetica, arial, sans-serif;
	background-color: #FFFFFF;
	margin:0;
}
p {
	color: #333333;
	font-size:13px;
	line-height: 16px;
	font-family: helvetica, arial, sans-serif;
}
h1 {
	color: #006093;
	font-size:25px;
	text-transform:uppercase;
}
h2 {
	color: #006093;
	font-size:17px;
	text-transform:uppercase;
}
h3 {
	color: #0cbff2;
	font-size:15px;
	text-transform:uppercase;
}
h4 {
	color: #333333;
	font-size:13px;
}
a {
	color: #006093;
	font-weight: bold;
	font-family: helvetica, arial, sans-serif;
	text-decoration: underline;
}
a:hover {
	color: #006093;
	text-decoration: none;
}
.footer {
	color: #ffffff;
	font-size: 10px;
	line-height: 12px;
	text-align:left;
}
.footer p {
	color: #ffffff;
	font-size: 10px;
}
.footer a {
	color: #ffffff;
	font-size: 10px;
}
img {
	border: 0px;
	outline: none;
}
/* FeedWind */
#content .feed_item {
	margin:0 3px 7px 2px;
	padding:0 3px 7px 2px;
	background-image:none;
}
#content .feed_item_title {
	margin:1px 0 1px 3px;
	padding:1px 0 1px 3px;
	color:#006093;
	font-weight:bold;
}
#content .feed_item_title a:link {
	color:#006093;
	text-decoration:none;
}
#content .feed_item_title a:visited {
	color:#006093;
	text-decoration:none;
}
#content .feed_item_title a:hover {
	color:#006093;
	text-decoration:underline;
}
#content .feed_item_title a:active {
	color:#006093;
	text-decoration:none;
}
#content .feed_item_description {
	margin:0 0 0 3px;
	padding:0 0 0 3px;
	color:#333333;
	line-height:135%;
}
