body
{
margin:0px;
padding:0px;
background-color:#eeeeee;
background-image:url(../imges/bg-gray.jpg);
background-repeat:repeat;
}
td
{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
color: #6c6c6c;
font-weight: normal;
}
.menu_top
{
background-color:#eeeeee;
background-image:url(../imges/top-bar.jpg);
background-repeat:repeat-x;
height:56px;
}
.white_bg
{
background-image:url(../imges/white-bg.jpg);
background-repeat:repeat-x;
background-position:top;
}
.shade
{
background-image:url(../imges/shade_03.jpg);
background-repeat:repeat-x;
background-position:top;
}
.banner_left_bg
{
background-image:url(../imges/banner-left.png);
background-repeat:no-repeat;
background-position:top;
width:20px;
height:353px;
}
.banner_center_bg
{
background-image:url(../imges/banner-center.png);
background-repeat:repeat-x;
background-position:top;
height:353px;
}
.banner_right_bg
{
background-image:url(../imges/banner-right.png);
background-repeat:no-repeat;
background-position:top;
width:20px;
height:353px;
}
.main_con_top_bg
{
background-image:url(../imges/main-con-bg-top.png);
background-repeat:no-repeat;
background-position:bottom;
width:946px;
height:13px;
}
.main_con_bottom_bg
{
background-image:url(../imges/main-con-bg-bottom.png);
background-repeat:no-repeat;
background-position:top;
width:946px;
height:13px;
}
.dash_hr
{
border-bottom:#999999 thin dashed;
}
.dash_ver
{
border-right:#999999 thin dashed;
}
.titleGray
{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 24px;
color: #323232;
font-weight: normal;
}
.titleRed
{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 24px;
color: #de1a22;
font-weight: normal;
}
.boldBlue
{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
color: #0082e6;
font-weight: bold;
}
.red12
{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
color: #de1a22;
font-weight: normal;
}
.Font11
{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
color: #6c6c6c;
font-weight: normal;
}
.smalFont10
{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
color: #6c6c6c;
font-weight: normal;
}
.box_left_bg
{
background-image:url(../imges/box-left.png);
background-repeat:no-repeat;
background-position:top;
width:12px;
height:120px;
}
.box_center_bg
{
background-image:url(../imges/box-center.png);
background-repeat:repeat-x;
background-position:top;
height:120px;
}
.box_right_bg
{
background-image:url(../imges/box-right.png);
background-repeat:no-repeat;
background-position:top;
width:12px;
height:120px;
}

a:link 
{
font-size: 13px;
color: #707070;
font-weight: normal;
text-decoration: none;
font-family:Verdana, Arial, Helvetica, sans-serif;
}
a:visited 
{
color: #707070;
font-weight: normal;
text-decoration: none;
font-size: 13px;
font-family: Verdana, Arial, Helvetica, sans-serif;
}

a:hover 
{
font-family:Verdana, Arial, Helvetica, sans-serif;
color: #7a3000 ;
font-weight: normal;
text-decoration: none;
font-size: 13px;
}

.menuLink a:link 
{
font-size: 16px;
color: #5f5f5f;
font-weight: bold;
text-decoration: none;
font-family:Arial, Helvetica, sans-serif;
}
.menuLink a:visited 
{
font-size: 16px;
color: #5f5f5f;
font-weight: bold;
text-decoration: none;
font-family:Arial, Helvetica, sans-serif;
}

.menuLink a:hover 
{
font-size: 16px;
color: #0064b9;
font-weight: bold;
text-decoration: none;
font-family:Arial, Helvetica, sans-serif;
padding-left:10px;
}

.sideLink a:link 
{
font-size: 12px;
color: #5f5f5f;
font-weight: bold;
text-decoration: none;
font-family:Arial, Helvetica, sans-serif;
}
.sideLink a:visited 
{
font-size: 12px;
color: #5f5f5f;
font-weight: bold;
text-decoration: none;
font-family:Arial, Helvetica, sans-serif;
}

.sideLink a:hover 
{
font-size: 12px;
color: #0064b9;
font-weight: bold;
text-decoration: none;
font-family:Arial, Helvetica, sans-serif;
padding-left:10px;
}

.menuBoldBlue
{
font-size: 16px;
color: #0064b9;
font-weight: bold;
text-decoration: none;
font-family:Arial, Helvetica, sans-serif;
text-shadow: 1px 1px 1px #000066;
}
.hd_font
{
font-size: 12px;
color: #000000;
font-weight: bold;
font-family:Georgia, "Times New Roman", Times, serif;
}
ul
{
	margin:0px;
	padding:0px;
}
ul li{
	font-size:16px;
	list-style:none;
	padding:5px;
}
li ul
{
	display:none;
}
ul li:hover ul
{
	display:block;
	margin:0px;
	padding:0px;
	position:absolute;
	color: #5f5f5f;
	
}
ul li:hover > ul li
{
	display:block;
    background:#EEE repeat-x left center;
    border-bottom:1px solid #999;
}
ul li:last-child{
	background:none;
}
.f
{
	font-size:8px;
}