body {
	background: #FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	margin:0px auto 0;
	}
a, a:link, a:visited {
	color: #233e8e;
	}

a:hover, a:active {
	color:#87B258;
}
.subtitle {
	color:#87B258;
	font-size: 12px;
}

p {
	padding:0 5px;
}
	
.default_text {
	font-size: 12px;
	font-weight:normal;
	color:#000;
}	
.small_text {
	font-size: 10px;
	color:#999;
}

.center {
	font-size: 10px;
	color:#999;
	text-align:center;
	padding: 15px 15px 15px 10px;
}

.content1 {
	width: 640px;
	float: left;
	background: #fff;
	padding: 0;
	margin: 0;
	display: block;
	}

/*---------------------------- datagrid tables -------------------*/
.datagrid {
	padding: 0 0 0px 0;
}

.datagrid table.hover {
	width: 100%;
	}
	
.datagrid tr.blue {
	color: #233e8e;
	}
/* Event for ie 6 only */
.datagrid tr.hover {
	background-color: #FFFFCC;
	}
/* normal way */
.datagrid tr:hover {
	background-color: #FFFFCC;
	}

.datagrid td {
	margin: 0;
	padding: 2px;
	}
.datagrid .no_border {
	border: 0;
	}
.datagrid .bold {
	font-weight: bold;
}
.positive_data {
	color: #3a8e27;
	}
.negative_data {
	color: #AB0000;
	}
.netural_data {
	color: #114477;
	}
	
.datagrid .results {
	font-size: 18px;
	background-color: #efefef;
	font-weight: bold;
}

.datagrid .gray {
	background-color: #efefef;
	}
.datagrid .white, .datagrid .white:hover {
	background-color: #fff;
	}
.datagrid .right {
	text-align: right;
	}
.datagrid .center {
	text-align: center;
	}

	font-weight: bold;	

/*---------------------------- news module -------------------*/

.headlinelists ul{
	padding: 0px;
	margin: 0;
	list-style: none;
	}
.headlinelists li{
	padding: 0px;
	background: url(/images/li_headlinebullet.gif) no-repeat 0px 0%;
	margin-bottom: 10px;
	font-size: 11px;
	font-weight: bold;
	}

.headlines ul{
	padding: 0px;
	margin: 0;
	list-style: none;
}
.headlines li{
	padding-left: 12px;
	background: url(/rb/images/li_headlinebullet.gif) no-repeat 0px 0%;
	margin-bottom: 10px;
	padding-right: 10px;
	font-size: 11px;
	font-weight: bold;
}
.headlines ul.left{
	float:left;
	width: 45%;
	}
.headlines ul.right{
	float:right;
	width: 45%;
	}


.box634 .top_story h3 {
	padding:0; margin:0;
}
.top_story {
	border-bottom: 1px solid #ccc;
	margin-bottom: 10px;
}
.top_story img#story_img, 
.text_header img#story_img {
	float: right;
	padding-left: 5px;
}

.hotlist_message {
	margin-top: 40px;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	}
	
.video_player {
	background: url(/rb/images/player_top.gif) top left no-repeat;
	padding-top:12px;
}


