	body {
		background-color:#333333;
		margin: 0;
	}
	body,td {
		font-family:Verdana;
		font-size:11px;
		color:white;
	}
	.RS_navigation {
		color:white;
		cursor:default;
		font-weight:bold;
	}
	.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:#333333;
		line-height:33px;
	}
	.RS_title_top {
		height:70px;
		padding-top:25px;
	}
	.RS_title {
		color:white;
		font-size:3.4em;
		font-weight:bold;
		cursor:default;
		padding-left: 10px;
	}
	.RS_pretitle {
		color:#919191;
		font-weight:bold;
	}
	.RS_text {
		color:white;
	
		font-size: 1em;
	}
	.RS_white {
		color:white;
	}
	.RS_footer {
		color: #333333
	}
	.RS_append {
		display:none;
	}
	.RS_append_visible {
		display:inline;
	}
	.RS_append_link:link, .RS_append_link:visited {
		color:white;
		background-color:#666666;
		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:#333333;
		text-decoration:none;
		display:block;
		padding-top:6px;
		padding-bottom:6px;
		padding-left:3px;
		width:97%;
	}
	.RS_append_link:active {
		background-color:#666666;
	}
	.RS_preloading {
		display:none;
	}
	.RS_flag {
		width:25px;
		height:18px;
		border:1px solid white;
	}

	#footer_left {
		display: inline;
		float: left;
	}

	#footer_right {
		display: inline;
		float: right;
		margin-right: 7px;
	}

