
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.font_white{
	font-size:12px;
	color:#FFFFFF;
}
.font_black {
	font-size:12px;
}
.font_height {
	font-size:12px;
	line-height:22px;
}
.font_bold {
	font-size:12px;
	font-weight:bold;
}

a{
font-size:12px;
text-decoration:none;
color:#000000;
}
a:hover{
font-size:12px;
text-decoration:none;
color:#FF6600;
}



.line {
	border-top:#CCCCCC 1px dotted;
}
.left_line {
	border-left:#CCCCCC 1px solid;
}