@charset "utf-8";
/* CSS Document */

BODY.rssBody {
	background-color:#FFFFFF;
	height:auto;
	text-align:center;
}

#rssWrapper {
	border:1px #999999 solid;
	margin:45px auto 0px;
	padding:28px 70px;
	width:400px;
	text-align:left;
}

#rssWrapper H1.rssH1 {
	margin:0;
	padding:0;
	border-bottom:3px #999999 solid;
	width:393px;
	text-indent:0;
}
#rssWrapper H2.rssH2 {
	margin:30px 0 0 0;
	padding:0 0 0 4px;
}
#rssWrapper H3.rssH3 {
	background-color:#3366cc;
	color:#FFFFFF;
	font-size:1em;
	*font-size:16px; /* IE 7 */
	_font-size:16px; /* IE 6 */
	padding:5px 7px;
	margin:18px 0 0 4px;
}

#rssWrapper P {
	font-size:0.85em;
	line-height:150%;
	*font-size:12px; /* IE 7 */
	_font-size:12px; /* IE 6 */
	margin:10px 0 0 0;
	padding:0 0 0 4px;
}
#rssWrapper P.rssNoteTxt {
	font-size:0.8em;
	*font-size:11px; /* IE 7 */
	_font-size:11px; /* IE 6 */
}
#rssWrapper P.btnTxt {
	text-align:center;
	margin:35px 0 0 0;
}

#rssWrapper A {
	font-size:1.2em;
	*font-size:18px; /* IE 7 */
	_font-size:18px; /* IE 6 */
}
#rssWrapper A:hover {
	color:#43519a;
}

P.rssCopyright {
	margin:15px 0 0 0;
	padding:0;
}

