* { margin:0;
    padding:0;
}
body
{
	background: #ffffff;
	color: #000000;
	font: bold 11px tahoma, verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
	margin: 0px ;
	padding: 0px;
}
h1 {
	letter-spacing: -1px;
	font-size: 32px;
}
h2 {
	font-size: 13px;
	color:#333;
	margin: 5px 0;
}
p, ul, ol {
	line-height:18px;
	list-style: none;
}
label {
	padding:4px 0;
}
input, textarea, select, option, input[type="text"], input[type="password"], input[type="file"], input[type="submit"]  {
	font-family : Tahoma, Arial, Verdana, sans-serif, "Lucida Grande", "Lucida Sans Unicode"; 
	font-weight:normal;
	font-size:11px;
}
select, option{
	cursor: pointer;
	vertical-align: middle;
	width: auto;
	padding:1px 5px;
}
textarea ,select {
	border-left:1px solid #AFAEAA;
	border-top:1px solid #AFAEAA;
	border-right:1px solid #D5D5C8;
	border-bottom:1px solid #D5D5C8;
}
textarea {
	cursor: text;
	vertical-align: middle;
	padding:5px;
}
input {
	padding:3px 6px;
	margin:0 2px;
}
input[type="text"], input[type="password"]{
	padding:2px;
	cursor: text;
	border-left: 1px solid #AFAEAA;
	border-top: 1px solid #AFAEAA;
	border-right: 1px solid #D5D5C8;
	border-bottom: 1px solid #D5D5C8;
}
input[type="submit"]{
	cursor: pointer;
	padding:1px 4px;
}
input[type="submit"]:hover  {color:#FF0000;}
input[type="text"]:hover, input[type="password"]:hover, select:hover, textarea:hover{border: 1px solid #006CD9;}
select:focus, textarea:focus, input[type="password"]:focus, input[type="text"]:focus {background-color:#ECFBFF;border: 1px solid #01B3D1;}

a
{
	color: #000040;
	font-family : Tahoma, Arial, Verdana, sans-serif, "Lucida Grande", "Lucida Sans Unicode"; 
	font-weight:bold;
	font-size:11px;
}
a:link, body_alink, a:visited, body_avisited
{
	color: #000000;
	text-decoration: none;
}
a:hover, a:active, body_ahover
{
	color: #006CD9;
	text-decoration: none;
}

form {
	FONT-SIZE: 11px; FONT-FAMILY: Tahoma,Helvetica
}


/* menu_x::base */
div#menu_x {
    height:41px;
	margin:5px auto 10px auto;
    background:url(images/main-bg.png) repeat-x;
}

div#menu_x ul {
    margin: 0;
    padding: 0;
    list-style: none;
    float: right;
}
div#menu_x ul.menu_x {
    padding-right: 30px;
}

div#menu_x li {
    position: relative;
    z-index: 9;
    margin: 0;
    padding-left: 5px;
    display: block;
    float: right;
}
div#menu_x li:hover>ul {
    right: -2px;
}

div#menu_x a {
    position: relative;
    z-index: 11;
    height: 41px;
    display: block;
    float: left;
    line-height: 41px;
    text-decoration: none;
    font: bold 11px tahoma, verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
}
div#menu_x a:hover, div#menu_x a:hover span { color: #fff; }
div#menu_x li.current a {}

div#menu_x span {
    display: block;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: 2% 0;
}
div#menu_x ul ul a.parent span {
    background-position:2% 8px;
    background-image: url(images/item-pointer.gif);
}
div#menu_x ul ul a.parent:hover span {
    background-image: url(images/item-pointer-mover.gif);
}

/* menu_x::level1 */
div#menu_x a {
    padding: 0 10px;
    line-height: 30px;
    color: #e5e5e5;
}
div#menu_x span {
    margin-top: 5px;
}/**@replace#1*/
div#menu_x li { background: url(images/main-delimiter.png) 1% 4px no-repeat; }
div#menu_x li.last { background: none; }

/* menu_x::level2 */
div#menu_x ul ul li { background: none; }
div#menu_x ul ul {
    position: absolute;
    top: 38px;
    right: -999em;
    width: 155px;
    padding-top: 5px;
    background: rgb(45,45,45);
    margin-top:1px;
	border-bottom: 5px solid #009CC4;
}
div#menu_x ul ul a {
    padding:0 15px 5px 0;
    height: auto;
	text-align:right;
    float: none;
    display: block;
    line-height: 24px;
    color: rgb(169,169,169);
}
div#menu_x ul ul span {
    margin-top: 0;
    padding-left: 5px;
    _padding-left: 8px;
    color: rgb(169,169,169);
}
div#menu_x ul ul a:hover span {
    color: #fff;
}
div#menu_x ul ul li.last { background: none; }
div#menu_x ul ul li {
    width: 100%;
}

/* menu_x::level3 */
div#menu_x ul ul ul {
    padding: 0;
    margin: -38px 155px 0 0 !important;
    margin-right:172px;
}

/* colors */
div#menu_x ul ul ul { background: rgb(41,41,41); padding-top: 5px;}
div#menu_x ul ul ul ul { background: rgb(38,38,38); }
div#menu_x ul ul ul ul { background: rgb(35,35,35); }

/* lava lamp */
div#menu_x li.back {
    background: url(images/lava.png) no-repeat left -44px !important;
    background-image: url(images/lava.gif);
    width: 13px;
    height: 44px;
    z-index: 8;
    position: absolute;
    margin: -1px 0 0 -5px;
}
div#menu_x li.back .left {
    background: url(images/lava.png) no-repeat top right !important;
    background-image: url(images/lava.gif);
    height: 44px;
    margin-left:2px;
}

.top_header {
	height:140px;
	width: 100%;
	background:url(images/head_back.jpg) repeat-x top right;
}
.container {
	width: 100%;
	height: 25px;
	margin:15px 0 10px 0;
}
.clear {clear:both;
}

.tit_block {
    height:41px;
	margin:2px auto;
    background:url(images/titblock-bg.png) repeat-x;
	text-align:center;
}

.a_block{
    height:30px;
	margin:2px auto;
}
.a_block td{
	padding:4px;
	text-align:right;
}

#menu ul {
	list-style-type: none;
	color:#222; 
}
#menu li {
	padding: 3px;
}
#menu a,.blocklink a{
	border-bottom:1px dotted #ccc;
	font:bold 12pt arial, verdana, geneva, lucida, 'lucida grande',  helvetica, sans-serif;
	display:block;
	outline: none;
	padding: 2px 20px 2px 2px;
	text-decoration: none;
	background: url(images/bullet-list.gif) no-repeat right center;
	text-align:right;
	color:#222; 
}
#menu a:hover, .blocklink a:hover{
	color: #004080;
	background:#f7f7f7 url(images/checklist-bg.gif) no-repeat right center;
	text-decoration: none;
	padding-right:30px ;
}


.table_bo{
	margin:5px auto;
	width:100%;
	border: 1px solid #F9F9F9;
}
.tit_block_table {
    height:30px;
	border-top: 2px solid #444;
	border-bottom: 1px solid #FFFFFF;
	background:#fff url(images/Untitled-1.jpg) repeat-x right center;
	margin:2px auto;
	text-align:center;
	color:#003064;
	font:bold 12pt arial, verdana, geneva, lucida, 'lucida grande',  helvetica, sans-serif;
}
.a_table{
    height:30px;
	margin:2px auto;
}
.a_table tr{
	text-align:center;
	padding:3px;
}
.a_table td{
	text-align:right;
	padding:3px 10px;
}

#footer {background: #000; padding:0 10px 10px 10px; font: bold 11px tahoma, verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif; color:#666;}
#footertop { height: 20px; padding-top:10px;color:#666;}
#rightfooter { display: none;background: #000; padding:10px;text-align:justify;}
#bottom { padding:10px 0px; clear:both; border-top: solid 1px #111; margin:5px auto;}
#sidebar1 {float:left;background: #000; }
#sidebar1 h2, #sidebar1 h3{display: inline;}
#rightfooter a, #rightfooter a:visited, #rightfooter a:active { text-align:justify;height:19px; padding:0px 2px; text-decoration:none; color:#111;font: normal 24px tahoma, "Trebuchet MS", Verdana, sans-serif;}
#rightfooter a:hover {color:#444;}
#footer h2 { padding:3px; font: bold 16px "Trebuchet MS", Verdana, sans-serif; color:#999; }
#footer img {border:none;}
#bottom a, #bottom a:visited{color:#999; }
#bottom a:hover {color:#fff; text-decoration:none;}

.fonttitletable,.linktable {
	color:#0058B2;
	font:bold 12pt arial, verdana, geneva, lucida, 'lucida grande',  helvetica, sans-serif;
}

.fonttitleblock {
color:#FFF;
font: bold 11px  tahoma, sans-serif, arial, verdana, geneva, lucida, 'lucida grande',  helvetica;
}

.fontblock {
COLOR: #004080;
}
.fontblock2 {
COLOR: #ff0000;
}


.fonttable {
COLOR: #555;
}
.fonttable2 {
COLOR: #0058B2;
}

.fontnews {
COLOR: #004080; 
}
.linknews a:link ,.linknews a:visited {
COLOR: #0066cc;
}

.linknews a:hover {
COLOR: #3399ff;
}
.dcitb {
	FONT: 8pt 'Microsoft Sans Serif', verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif; 

}
UNKNOWN {
	VISIBILITY: visible
}
