@charset "utf-8";
body{
	margin:0px;
}

a:link {
	color: #000;
	font-size:12px;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	font-size:12px;
	color: #000;
}
a:hover {
	text-decoration: none;
	font-size:12px;
	color: #C00;
}
a:active {
	text-decoration: none;
	font-size:12px;
	color: #C00;
}

.box{
	border-bottom-width:1px;
	border-bottom-color:#BB6765;
	border-left-width:1px;
	border-left-color:#BB6564;
	border-right-width:1px;
	border-right-color:#BB6564;
	border-top-width:0px;
	border-style:solid;
}

.txthead1{
	font-size:13px;
	color:#FFF;
}

.txthead2{
	font-size:13px;
	color:#000;
}

.txthead3{
	font-size:13px;
	color:#900;
}

.leftborder{
	border-left-color:#FFF;
	border-left-style:dashed;
	border-left-width:2px;
}

.text{
	font-size:12px;
	line-height:20px;
}

.title{
	font-size:14px;
	line-height:25px;
}

.table_border1{
	border-bottom-width:0px;
	border-left-width:1px;
	border-right-width:0px;
	border-top-width:1px;
	border-style:solid;
	border-color:#000;
	font-size:12px;
}

.table_border2{
	border-bottom-width:1px;
	border-left-width:0px;
	border-right-width:1px;
	border-top-width:0px;
	border-style:solid;
	border-color:#000;
	text-align:center;
	height:25px;
}

.size10{
	font-size:10px;
}

.size11{
	font-size:11px;
}

.size12{
	font-size:12px;
}

.size14{
	font-size:14px;
}

