	body {
		background-color:#EEEEEE;
		background-color:#FFF;
		margin: 0;
		margin-left: 7px;
	}
	body,td {
		font-family:Verdana;
		font-size:11px;
		color:black;
	}
	.RS_navigation {
		color:#7F7F7F;
		cursor:default;
	}
	.RS_navigation_inactive {
		color:#CCCCCC;
		cursor:default;
	}
	.RS_navigation_over {
		color:#333333;
		font-weight:bold;
		cursor:default;
	}
	.RS_navigation_click {
		color:white;
		font-weight:bold;
		cursor:default;
		background-color:#5F8CE7;
		line-height:33px;
	}
	.RS_title {
		font-size:30px;
		font-weight:bold;
		cursor:default;
		padding-left: 10px;
	}
	.RS_pretitle {
		color:#919191;
		font-weight:normal;
	}

	.RS_white {
		color:white;
	}
	.RS_footer {
		color: #999999
	}
	.RS_append {
		display:none;
	}
	.RS_append_visible {
		display:inline;
	}
	.RS_append_link:link, .RS_append_link:visited {
		color:white;
		background-color:#96B4F0;
		text-decoration:none;
		display:block;
		padding-top:6px;
		padding-bottom:6px;
		padding-left:3px;
		width:97%;
	}
	.RS_append_link:hover, .RS_append_link:active {
		color:white;
		background-color:#B4C9F4;
		text-decoration:none;
		display:block;
		padding-top:6px;
		padding-bottom:6px;
		padding-left:3px;
		width:97%;
	}
	.RS_append_link:active {
		background-color:#5F8CE7;
	}
	.RS_preloading {
		display:none;
	}

	#footer_left {
		display: inline;
		float: left;
	}

	#footer_right {
		display: inline;
		float: right;
		margin-right: 7px;
	}
