<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* 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: #FFFFFF;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}

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;
}
table  { margin:0 auto;
}

#menus {width:160px; padding-left:30px; height:50px; float:right;}
#menu { width:951px; height:50px; float:right; margin-right:10px; }
#menu ul { list-style: none; margin: 0px; padding: 0px; }
#menu ul li { float:right; margin-left:8px;color:#FFFFFF;}
#menu ul li a { display:block; width:118px; height:50px; line-height:50px; text-align:center;font-size:14px; color:#FFFFFF; text-decoration:none;}
#menu ul li a:hover{ display:block; width:118px; height:50px; line-height:50px; text-align:center;font-size:14px; color: #FFFFFF;  background: #303030; text-decoration:none;}
#menu ul li ul { border:1px solid #CCCCCC; display:none; position:absolute;}
#menu ul li ul li { float:none; width:118px; background:#000; margin:0;color:#FFF;}
#menu ul li ul li a { background:#B4172A;color:#FFF; text-decoration:none;}
#menu ul li ul li a:hover { background:#303030; color: #FFFFFF;text-decoration:none;}
#menu ul li:hover ul { display:block; z-index:8000px;}
#menu ul li.sfhover ul { display:block;z-index:8000px;}
</pre></body></html>