body{
	margin:0px;
	overflow: hidden;
	font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
	color: #000000;
}
.centersec{
	margin: 0 auto;
	width:	796px;	
}
.graybg{
	background:#CCC;
	color:#000;
	padding-top: 5px;
	padding-bottom: 5px;
	
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	margin-bottom:5px;
	
	padding-left: 5px;
}

.square_top{
	background:#0055a6; 
	
	font-family:  Arial, Helvetica, sans-serif; 
	font-size: 13px; 
	color: #fff; 
	padding: 2px;
	padding-left: 20px;
	padding-right:20px;
}
.square_bod{
	border:#0055a6 solid 1px; 
	padding:17px;
}

div.square_bod {
	/*height: 100% !important;*/
	overflow: auto;
}
table { font-size: 12px; }
@font-face {
    font-family: 'thesansbold';
    src: url('/home/fonts/thesans_bold_plain-webfont.eot');
    src: url('/home/fonts/thesans_bold_plain-webfont.eot?#iefix') format('embedded-opentype'),
         url('/home/fonts/thesans_bold_plain-webfont.woff') format('woff'),
         url('/home/fonts/thesans_bold_plain-webfont.ttf') format('truetype'),
         url('/home/fonts/thesans_bold_plain-webfont.svg#the_sans_bold-regular') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'thesansplain';
    src: url('/home/fonts/thesans_plain-webfont.eot');
    src: url('/home/fonts/thesans_plain-webfont.eot?#iefix') format('embedded-opentype'),
         url('/home/fonts/thesans_plain-webfont.woff') format('woff'),
         url('/home/fonts/thesans_plain-webfont.ttf') format('truetype'),
         url('/home/fonts/thesans_plain-webfont.svg#thesansplain') format('svg');
    font-weight: normal;
    font-style: normal;

}



.uimptop{
	background:#CCC;
	color:#000;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 30px;
	
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin-left:1px;
	float: left;
}
.uimptop2{
	background:#999;
	font-weight: bold;
}


.theader{
	background: #6d6e70;
	color: #fff;
	text-transform:uppercase;
	font-weight:bold;
	
	font-size: 9pt;
	padding: 2px;	
}
#ttable {
	border-spacing: 5px;
    border-collapse: separate;
}

.squarefill{
	background:url(/images_global/squ.png);
	background-repeat: no-repeat;
	background-position: left -26px;
	padding-left: 13px;
	margin-left: 15px;
}
.squarefill:hover{
	background-position: left 3px;
}
.botbar{
	background-color:#e5e5e5;
	padding:3px;
	
}

.curve_arr{
	background:url(/images_global/cruve.png);
	background-repeat: no-repeat;
	background-position: left 0px;
	display:block;
	margin-top: 0px;
	float:right;
	height: 19px;
	width: 20px;
}
.curve_arr:hover{
	background-position: left -20px;
}
.curve_arr:active{
	background-position: left -40px;
}

.impressstyle{
	font-family: arial;
	text-align: justify;
	width: 85.5%
}