/* CSS Basic Document */
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
{
margin:2px 0px;
}
.border_bottom
{
border-bottom:2px solid #DDDDDE;
}
.img
{
border:2px solid #DEDEDF;
}






/* CSS Background image Document */
.header_top_image
{
background:url(../images/header_top_image.jpg) left top no-repeat;
background-position:top left;
border-left:2px solid #FFF;
border-top:2px solid #FFF;
height:128px;
}
.header_bottom_image
{
background: url(../images/header_bottom_image.jpg) left top no-repeat;
background-position:top left;
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: 14px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #646464;
	text-decoration: none;
}


.bottom_link
{
    font-family: Tahoma;
    font-weight: 500;
    color: #ffffff;
    text-decoration: none;
    font-size: 11px;
}


.bottom_menu
{
    font-weight: 800;
    font-size: 11px;
    color: #000000;
    font-family: Arial;
    text-decoration: none;
}

.copyright
{
    font-family: Tahoma;
    font-weight: 500;
    color: #ffffff;
    text-decoration: none;
    font-size: 11px;
}

.header_title
{
    background: url( '../images/logo.gif' );
    background-repeat: repeat-x;
    height: 75px;
    background-color: #feda25;
    font-family: 'Times New Roman';
    font-weight: 700;
    font-size: 22px;
    color: #000000;
    font-style: italic;
    text-decoration: none;
}

.text_heading
{
    font-weight: 900;
    font-size: 18px;
    color: #5c5c5c;
    font-family: arial;
    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;
}


.link
{
    font-weight: bold;
    font-size: 12px;
    color: #846f07;
    font-family: Verdana;
    text-decoration: none;
}

.link:hover
{
    color: #f7cf07;
}

.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;
}

.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;
}

.news
{
    font-size: 13px;
    color: #fede04;
    font-family: Arial;
    text-decoration: none;
    font-weight: 600;
}

.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;
}





