body{
	margin: 0px;
	/*background-color : #8E96A0;*/
	}

form{
	margin: 0px;
	}

.bodytxt  {
	font-family: Verdana;
	color : #333333;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	}

.boxtitle  {
	font-family: Verdana;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	}
	
.boxsubtitle  {
	font-family: Tahoma;
	color: #2B55AB;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	}

.boxerror  {
	font-family: Tahoma;
	color: #ff0000;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	}
		
.textForm {
	font-family: Arial;
	color: #333333;
	font-size: 11px;
	
	background-color: #D3DCED;
	border-bottom: #6D8AC5 1px solid;
	border-left: #6D8AC5 1px solid;
	border-right: #6D8AC5 1px solid;
	border-top: #6D8AC5 1px solid;
	
	padding-top:3px;
	padding-left:7px;
	}

.footertxt{
	font-family: Verdana;
	color: #FFFFFF;
	font-size: 11px;
	font-weight: normal;
	}
	
.options{
	font-family: Tahoma;
	color: #003399;
	font-size: 12px;
	font-weight: bold;
	}
	
.maincontent 	{
		width:165px;
		height:210px;
		padding:0px;
		margin: 0px;
		text-align: left;
		background-image: url('../images/bg/bigback.gif');
		border: 0px solid #CECECE;
		float : left;
		overflow:auto;
		}