/* CSS Document */
.classLeft {
	display: block;
	float: left;
	width: 75%;
}
.classRight {
	display: block;
	float: left;
	width: 25%px;
}

.classHela {
  display: block;
  float: left;
  width: 95%;
}
.redBG {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
	font-size: 11px;
	background-color: #C60024;
	font-weight: bold;
	width: 423px;
	padding: 5px;
	
}
.whiteBG {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #fff;
	width: 100%;
	padding: 5px;
}
.greyBG {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #F8F5F5;
	width: 423px;
	padding: 5px;
}
.ram 
{
  margin-left: 0px;
  width:450px;
  margin-bottom: 15px;
  clear: both;

}