/* CSS Document */
body,td,th {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #4866a0;
	font-size: 11px;
}
body {
	margin: 30px auto 5px auto;
	padding: 0px;
	background: #c0c0c0;
}

.white {color: #FFFFFF;}
.orange {color: #fd5500;}
.light {color: #656565;}
.hard_light {color: #999999;}
.sin {color: #4866a0;}
.red {color:#FF0000;}
.t9 {font-size: 9px;}
.t10 {font-size: 10px;}
.t11 {font-size: 11px;}
.t12 {font-size: 12px;}
.t14 {font-size: 14px;}
.t18 {font-size: 18px;}
.bold { font-weight:800;}
a {text-decoration: none; color:#4866a0}
a:hover {text-decoration: none;}

.bulets {padding-top: 3px;}

/* ============= menu container =============== */
#vmenu { float: left; margin: 0px; padding: 0 0 0 13px; width: 170px; background: #5e7fe3;}	/* background: #C6DC7F; */
.vmenu-nav { position: relative; background: url(/pictures/vm_bgr_1.gif) repeat-x 0 0; float: left; clear: left; margin: 0; } /* border-bottom: 1px solid #FFFFFF; */ 
.vmenu-nav-active { position: relative; background: #3356c2 url(/pictures/vm_bgr_1.gif) repeat-x 0 0; float: left; clear: left; margin: 0;}
.vmenu-nav-title { position: absolute; height: 22px; width: auto; margin: 4px 0 0 2px; color:#ffffff; } /*font-weight: bold*/
.vmenu-nav-bullet { position: relative; background: url(/pictures/vm_bullet.gif) 165px 8px no-repeat;}
.vmenu-nav a { display: block;} /* background: url(pictures/vm_main_1.gif) repeat-x 0 0;*/ 
.vmenu-nav a:hover { background: #7291ef; text-decoration: none}
.vmenu-sub { float: left; clear: left; background: #809ef8 url(/pictures/vm_sub.gif) repeat-x 0 0; margin: 0; }	/* background: #E8F6BC;*/	
.vmenu-sub a { display: block; cursor: pointer;}	/* background: #E8F6BC; */
.vmenu-sub a:hover { background: #a2b9fd; text-decoration: none;}
.vmenu-nav-title-sub { position: absolute; height: 22px; margin: 4px 0 0 10px; color:#ffffff; } /*font-weight: bold*/
/* ============= end of menu container ============== */