/* CSS Basic Document */
#navigation td {
	height:30px;
	display: block;
	border-bottom:1px solid #DDDDDE;
	width:inherit;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background:  url("../images/buton.gif");
	
	
	}

#navigation a {
	color: #FFFFFF;
	text-decoration: none;
	background-image: url("../images/buton.gif");
	display: block;   
	height: 30px;
	
	
	}

#navigation a:hover {
	background:  url("../images/buton_f2.gif") 0px 0px no-repeat;
	text-decoration: none;
	display: block;	
	height: 30px;
	color:#FEDA25;
	}

body
{
margin:0px auto;
padding:0px;
background-color:#FFFFFF;
}
td.off {
background: url(../images/left_menu_bg.gif) 0px -30px no-repeat;
height:30px;
padding-left:18px;
}
td.on{
background:  url(../images/left_menu_bg.gif) 0px 0px no-repeat;
height:30px;
padding-left:18px;
}
.menu_box
{
border-top:2px solid #FF9900;
border-bottom:2px solid #FF9900;
border-left:2px solid #FFFFFF;
background-color:#FEDA25;
height:30px;
padding-left:20px;
color:#424242;
}
.body_table
{

}
.border_bottom
{
border-bottom:2px solid #DDDDDE;
}
.img
{
border:2px solid #DEDEDF;
}






/* CSS Background image Document */
.header_top_image
{
background:url(../images/top_header.jpg) left top no-repeat;
border-left:2px solid #FFF;
border-top:2px solid #FFF;
height:128px;
}
.header_bottom_image
{
background: url(../images/butom_header.jpg) left top no-repeat;
border-left:2px solid #FFF;
border-bottom:2px solid #FFF;
height:123px;
}
.logo_bg
{
background:url(../images/logo_bg.jpg) left top no-repeat #FFF;
height:103px;
color:#424242;
}




/* CSS Background image Document */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: inherit;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #646464;
	text-decoration: none;
}
.left_menu_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: 30px;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	color:#FFFFFF;
	background-color:inherit;
}
.left_menu_text:hover
{
color:#FEDA25;
text-decoration:none;
background-color:inherit;
}

.menu_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: 30px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	color:#424242;
	background-color:inherit;
}
.menu_text:hover
{
color:#FFFFFF;
text-decoration:none;
background-color:inherit;
}
.orange_link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 14px;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #FF9900;
	background-color:inherit;
	text-decoration:underline
}
.orange_link:hover
{
text-decoration:none;
color: #FF9900;
background-color:inherit;
}
.news_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 13px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #5C5C5C;
	background-color:inherit;
	text-decoration: none;
}
.titles {
	background-color:#FFFFFF;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	color:#666666;
	font-size: 20px;
	font-weight: bold;
	text-align:left;
}
.logos{
	text-align:center;
	vertical-align:middle;
	padding-bottom:1px;
	padding-top:1px;
		
}	.border_left {
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-right-width: 2px;
	border-right-color: #DDDDDE;
}
.border_corner {
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #DDDDDE;
	border-right-color: #DDDDDE;
	border-bottom-color: #DDDDDE;
	border-left-color: #DDDDDE;
}
.border_table {
	display: block;
	border: 2px solid #FFCC00;
}
