/* CSS Document */

body{
	color: #000000;
	font-size: 12px;
	line-height: 25px;
	margin: 0px;
	padding: 0px;
	}

.bt {
      font-size: 12px;
      font-weight:bold;
}
a:link {
	color: #333333;
	text-decoration: none;
}
a:visited {
	color: #333333;
	text-decoration: none;
}
a:hover {
	color: #D00300;
}
a:active {
	text-decoration: none;
	color: #D00300;
}

a.13white {
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
}
a.13white:link {
	text-decoration: none;
}
a.13white:visited {
	text-decoration: none;
	color: #B00956;
}
a.13white:hover {
	text-decoration: none;
	color: #B00956;
}
a.13white:active {
	text-decoration: none;
	color: #FFFFFF;
}

a.white {
	font-size: 12px;
	color: #B00956;
	font-weight: bold;
}
a.white:link {
	text-decoration: none;
}
a.white:visited {
	text-decoration: none;
	color: #B00956;
}
a.white:hover {
	text-decoration: underline;
	color: #FFC761;
}
a.white:active {
	text-decoration: none;
	color: #FFFFFF;
}


a.w1 {
	font-size: 12px;
	color: #B00956;
}
a.w1:link {
	text-decoration: none;
}
a.w1:visited {
	text-decoration: none;
	color: #FFFFFF;
	text-decoration:none
}
a.w1:hover {
	text-decoration: underline;
	color: #FFC761;
}
a.w1:active {
	text-decoration: none;
	color: #B00956;
}

.title_white{
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	}
.title_800000{
	font-size: 12px;
	color: #800000;
	font-weight: bold;
	line-height: 1.8;
	}
	
.font_white{
	color: #B00956;
	font-size: 12px;
	}
	
	
	a.m:link {
	text-decoration: none;
	color: #860D0C;
}
a.m:visited {
	text-decoration: none;
	color: #860D0C;
}
a.m:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
a.m:active {
	text-decoration: none;
	color: #860D0C;
}

#menus {width:164px; padding-left:10px; height:28px; float:left;}
#menu { width:660px; height:28px; float:right; margin-right:10px;}
#menu ul { list-style: none; margin: 0px; padding: 0px; }
#menu ul li { float:left; margin-left:8px;color:#FFFFFF;}
#menu ul li a { display:block; width:87px; height:28px; line-height:28px; text-align:center;font-size:14px; color:#FFFFFF; text-decoration:none;}
#menu ul li a:hover{ display:block; width:87px; height:28px; line-height:28px; text-align:center;font-size:14px; color: #0033CC; background: #ffffff; text-decoration:none;}
#menu ul li ul { border:1px solid #fff; display:none; position:absolute;}
#menu ul li ul li { float:none; width:87px; background:#000; margin:0;color:#FFF;}
#menu ul li ul li a { background:#3675CB;color:#FFF; text-decoration:none;}
#menu ul li ul li a:hover { background:#FFF; color: #0033CC;text-decoration:none;}
#menu ul li:hover ul { display:block; z-index:8000px;}
#menu ul li.sfhover ul { display:block;z-index:8000px;}
