/* CSS Document */

body,td,th {
	font: normal 12px Arial;
	color: white;
}
.style5 {
	font-size: 14px;
	color: orange;
}
    BODY {
	SCROLLBAR-FACE-COLOR: red;
	SCROLLBAR-HIGHLIGHT-COLOR: #000000;
	SCROLLBAR-SHADOW-COLOR: #000000;
	SCROLLBAR-3DLIGHT-COLOR: #000000;
	SCROLLBAR-ARROW-COLOR: black;
	SCROLLBAR-TRACK-COLOR: #000000;
	SCROLLBAR-DARKSHADOW-COLOR: #000000;
	SCROLLBAR-BASE-COLOR: #000000;
	background-color: #000000;
	font: normal 12px Arial;
	color: #FFFF00;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	text-transform: none;
	font-variant: normal;
	text-decoration: none;
}

INPUT, TEXTAREA, SELECT, CHECKBOX {
    background: black;
    color: yellow;
    border-color: red;}

A:link {text-decoration: underline; font:"Arial"; color:red}
A:visited {text-decoration: underline; font:"Arial"; color:orange}
A:active {text-decoration: underline; font:"Arial"; color:yellow}
A:hover{text-decoration: none; font:"Arial"; color:white}
.style1 {
	font-family: "Arial";
	font-size: 12px;
}
a {
	font-family: Arial;
	font-size: 12px;
}

ul#main_Nav {list-style-type: none; margin: 0 0 0 0px; padding: 0px;height:28px;overflow:hidden;}
#main_Nav li {float:left;background: url(images/nav/bg_nav.jpg);padding-top:7px;height:28px;width:107px;text-align:center;}
#main_Nav li:hover {background: url(images/nav/bg_nav_hover.jpg)}
#main_Nav li.linksLink {width:110px;}
#main_Nav li a {font-weight:bold;color:#FFAC31;text-decoration:none;}
#main_Nav li a:hover {color:red;}
#main_Nav li.navEnd {background:none;padding:0px;width:81px;}

ul#sub_nav {list-style-type: none; margin: 0 0 0 0px; padding: 0px;overflow:visible;height:50px;}
#sub_nav li {float:left;padding-top:7px;text-align:center;overflow:visible;}
#sub_nav li a {background: url(images/nav/main_nav.jpg) no-repeat 0px 0px;font-size:18px;padding: 15px 0px 25px 63px;text-decoration:none;}
#sub_nav li a:visited {color:red;}
#sub_nav li.active a {color:orange;}
#sub_nav li a:hover {text-decoration:underline;color:white;}

ul#leftNav {list-style-type: none; margin: 0 0 0 0px; padding: 0px;}
	#leftNav li {background: url(images/nav/rmenua.jpg);height:33px;width:100px;text-align:center;}
	#leftNav li:hover {background: url(images/nav/rmenub.jpg);}
	#leftNav li.largeLeftButton {background: url(images/nav/rmenuLa.jpg);height:86px;}
	#leftNav li.largeLeftButton:hover {background: url(images/nav/rmenuLb.jpg);}
	#leftNav li.largeLeftButton a {position:relative;top:30px;}
	#leftNav li a {position:relative;top:9px;text-decoration:none;font-weight:bold;color:#FFAC31;}
	#leftNav li a:hover {color:red;}
	
.linkedImage {background: url(images/nav/button.jpg) no-repeat 0px 2px; line-height: 12px; padding: 5px 0px 0px 20px;}	