body,td,{
	font-family: "MS UI Gothic";
	font-size: 12px;
	color: #666666;
	margin-top: 0px;
}
body {
   font-size: 12px;
}
td {
   font-size: 12px;
}      
p {
	border: none;
	margin: 5px;
	padding: 2px;
}
a:link {
	text-decoration: none;
	color: #0000CC;

}
a:visited {
	text-decoration: none;
	color: #0000CC;

}
a:hover {
	color: #CC0000;
	text-decoration: underline;
}
a:active {
	color: #CC0000;
	text-decoration: underline overwrite;
}
.s1{
	font-size: 12px;
	color: #FFFFFF;
}
a.s1:link {
	text-decoration: none;
	color: #FFFFFF;
}
a.s1:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a.s1:hover {
	color: #FFFF99;
	text-decoration: underline;
}
a.s1:active {
	color: #FFFFFF;
	text-decoration: underline overwrite;
}
.s2 {
	font-size: 12px;
	font-family: "MS UI Gothic";
}
.s3 {
	font-size: 14px;
}
.s4 {
	font-family: "Arial";
	font-size: 24px;
}
.s5 {
@Line-height:15px;
}
.undot{
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
}
.topdot{
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #CCCCCC;
}