/* CSS Document */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-size:12px;
	background:#FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#3C3C3C;

}
.box {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color:#666666;
	border-bottom-color:#666666;
	border-left-color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.red_1{
	color:#C8015D;
}
.font_white{
	color:#FFFFFF;
	font-family:"ºÚÌå";
	font-size:16px;
}
.white{
	color:#FFFFFF;
	text-decoration:none;
}
.white:hover{
	color:#FFFFFF;

	text-decoration:underline;
}
.font_2em{
	line-height:2em;
}
.font_3em{
	line-height:3em;
}
.red{
	color:#FF3300;
}
.glow{
	filter:glow(color=#ffffff,strength=3)
}
.font_li{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	font-style:italic;
}
.font_14px{
	font-size:14px;
	font-weight:bold;
}
.link1 {
	color: #999999;
	text-decoration: underline;
}
.link1:hover {
	color: #FF6600;
	text-decoration:none;
}

.link2 {
	color: #990000;
	text-decoration: none;
}
.link2:hover{
	color:#976C04
}
.blue{
	font-weight:bold;
	color:#003399;
}
.eng{
	font-family:Arial, Helvetica, sans-serif;
}
.bx {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dashed;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}
.font_case{
	text-transform:uppercase;
}
#t1 a:link{
	color:#990000;
	text-decoration:none;
	
}
#t1 a:hover{
	text-decoration:underline;
}
#t1 a:visited{
	color:#990000;
	text-decoration:none;
}
#t2 a:link{
	color:#990000;
	text-decoration:none;
	
}
#t2 a:hover{
	text-decoration:underline;
}
#t2 a:visited{
	color:#990000;
}
.play{
	display:none;
}