@charset "UTF-8";
/* CSS Document */

body {
	background-color: #e8f2ff;
	margin-left: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
}

td.maintbl {
	border-top: 1px solid #d8dfe9;
	border-bottom: 1px solid #d8dfe9;
	border-left: 1px solid #d8dfe9;
	border-right: 1px solid #d8dfe9;
	background:#FFFFFF;
	padding:inherit;
	}

td.txttbl {
	border-top: 1px solid #e4e4e4;
	border-bottom: 1px solid #e4e4e4;
	border-left: 1px solid #e4e4e4;
	border-right: 1px solid #e4e4e4;
	}
	
td.textbox {
	font-family:Tahoma, sans-serif;
	font-size:11px;
	color:#7a7a7a;
	line-height: 1.2;	
	}

.header_green {
	font-family: Tahoma, sans-serif;
	font-size: 12px;
	font-weight:bold;
	color: #808c1f;
	}
	

td.formcell {
 font: 11px Tahoma, sans-serif;
 color: #7a7a7a;
 border: 1px solid #D7E5F2;
}

.fieldcell {
 width: 220px;
 font: 11px Tahoma,sans-serif;
 background-color: #e8f2ff;
 color: #002d65;
 border: 1px solid #284279;

} 

.buton_form
{
   font-size:10px;
   font-family:Tahoma,sans-serif;
   color:#FFFFFF;
   width:80px;
   height:20px;
   background-color:#b0c5e1;
   border-style:solid;
   border-color:#000066;
   border-width:1px;
}

.style1 {
	color: #FFFFFF;
	font-weight: bold;
} 

a.back:link {
	font-size:12px;
   	font-family:Tahoma,sans-serif;
	color: #666666;
	text-decoration: none;
}
a.back:visited {
	font-size:12px;
   	font-family:Tahoma,sans-serif;
	text-decoration: none;
	color: #666666;
}
a.back:hover {
	font-size:12px;
   	font-family:Tahoma,sans-serif;
	font-weight:bold;
	text-decoration: none;
	color: #999999;
}
a.back:active {
	font-size:12px;
   	font-family:Tahoma,sans-serif;
	text-decoration: none;
	color: #666666;
}