body {margin:0; padding:0; background:url(images/bgr_1.jpg)}
form {margin:0; padding:0}

td, tr {font:11px/14px tahoma, arial, helvetica, sans-serif; color:#899398; vertical-align:top;  text-align:left;}

.end{ color:#565656; text-decoration:none;}
.end a{ color:#565656; text-decoration:none;}
.end a:hover{ color:#565656; text-decoration:underline;}


h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #FFCC00;
	line-height: normal;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #FF9900;
	line-height: normal;
	}

a{ color:#858E92; text-decoration:underline;}
a:hover{ color:#858E92; text-decoration:none;}

.deep td{ color:#71716C; line-height:16px;}
.deep td a{ color:#71716C; text-decoration:underline}
.deep td a:hover{ color:#71716C; text-decoration:none}
.deep td b{ color:#86877F;}

.r1 ul { margin:0; padding:0; list-style:none; line-height:16px; }
.r1 li { background:url(images/r1.gif) center left no-repeat; margin:0 0 0 0; padding:0 0 0 11px;}
.r1 li a {color:#919798; text-decoration:none;  background-position:left center;}
.r1 li a:hover { text-decoration:underline; color:#919798;}

.r2 ul { margin:0; padding:0; list-style:none; line-height:18px;}
.r2 li a { color:#858E92; text-decoration:underline;  background-position:left center;}
.r2 li a:hover { text-decoration:none; color:#858E92;}


.f1{ width:123px; height:18px; border:1px solid #98A6B4; padding:0 0 1px 5px; font-size:10px; color:#3E3E3E; font-family:tahoma;}
.f2{ width:64px; height:17px; color:#222222; font-family:tahoma; font-size:10px; padding:0 0 1px 5px; }
.f3{ width:98px; height:19px; color:#222222; font-family:tahoma; font-size:10px; padding:0 0 1px 5px; margin:2px 0 5px 0}

.f4{ width:45px; height:19px; color:#222222; font-family:tahoma; font-size:11px; padding:0 0 1px 5px; }
.f5{ width:74px; height:19px; color:#222222; font-family:tahoma; font-size:11px; padding:0 0 1px 5px; }
.f6{ width:184px; height:19px; color:#222222; font-family:tahoma; font-size:11px; padding:0 0 1px 5px; }
.f7{ width:37px; height:19px; color:#222222; font-family:tahoma; font-size:11px; padding:0 0 1px 5px; }
.f8{ width:139px; height:19px; color:#222222; font-family:tahoma; font-size:11px; padding:0 0 1px 5px; }
.f11{ width:208px; height:19px; color:#222222; font-family:tahoma; font-size:11px; padding:0 0 1px 5px; margin:2px 0 12px 0;}
.f12{ width:208px; height:121px; color:#222222; font-family:tahoma; font-size:11px; padding:0 0 1px 5px; margin:1px 0 0 0; overflow:auto;}
.blu b{ color:#1584A9;}

.footer {
	margin: 33px 0 33px 114px;
	text-align:center;
	}
	
/*MODAL WINDOW

/* Z-index of #mask must lower than #boxes .window */
#mask {
	position:absolute;
	z-index:9000;
	background-color:#000;
	display:none;
	left: 0px;
	top: 0px;
}
  
#boxes .window {
	position:fixed;
	width:440px;
	height:200px;
	display:none;
	z-index:9999;
	padding:20px;
	background-image: url(images/modalbg.png);
	background-repeat: no-repeat;
}


/* Customize your modal window here, you can add background image too */
#boxes #dialog {
	width:375px;
	height:203px;	
}

#close {
	float:right;
	background-color: #CC0000;
}
