.featuresdiv {
	font-family : Arial, Geneva, Arial, Helvetica, sans-serif;
	color       : #747474;
	border      : 0px solid #FF0000;
	font-weight : 600;
	font-size : 55%;
	width       : 90px;
	padding     : 0;
	margin-bottom     : 10px ;
}
.featuresheadspan{
	background  : #FFFFFF;
}
td div.featuresdiv div.featuresspan a.normal {
	text-decoration:underline;
	color       : Gray;
}
td div.featuresdiv div.featuresspan b {
	color:#9dcb69;
}
a.mainbuttontext {
	font-family : Arial, Geneva, Arial, Helvetica, sans-serif;;
    font-size   : 65%;
    color       : #87888C;
	font-weight : bold;
}
a:hover.mainbuttontext {
	font-family : Arial, Geneva, Arial, Helvetica, sans-serif;;
    font-size   : 65%;
    color       : #9DCB5F;
	font-weight : bold;
	text-decoration : none;
}
a;visited.mainbuttontext {
	font-family : Arial, Geneva, Arial, Helvetica, sans-serif;;
    font-size   : 65%;
    color       : #5C3796;
	font-weight : bold;
	text-decoration : none;
}

.main{
	border:1px solid black; 
	position: absolute;
	left: 50%;
	width:800px;
	margin-left: -400px;
	
}
.top{
	text-align:left;
	background: url(banner_applied.jpg) no-repeat;
	padding-top: 28px; 
	height: 95px; 
}
.content{
	width:730px;
	border:4px solid #B8B8B8;
	margin:10px 30px 10px 30px;
	overflow:hidden;
	padding:10px;

}