.shellbody {
	background : #000000;
	margin : 0px 0px 0px 0px;
	padding : 15px 0px 0px 0px;		
}

.maintext{
	font-size: 12px;
	font-family : Verdana;
	font-weight:normal;
	line-height:18px;
	color: #000000;
}

.maintextbold{
	font-size: 13px;
	font-family : Verdana;
	font-weight:bold;
	line-height:18px;
	color: #000000;
}

a {
	font-family : Verdana;
	font-size : 12px;
	color : #000000;
	text-decoration : underline;
}

a:visited {
	font-family : Verdana;
	font-size : 12px;
	color : #000000;
	text-decoration : underline;
	
}

a:active {
	font-family : Verdana;
	font-size : 12px;
	color : #000000;
	text-decoration : underline;
}

a:hover {
	font-family : Verdana;
	font-size : 12px;
	color : #000000;
	text-decoration : none;
}


