a.nav:link {
	color: #D60303;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 20px;
}
a.nav:visited {
	color: #333333;
	text-decoration: none;
	font-size: 13px;
	line-height: 20px;
}
a.nav:hover {
	color: #333333;
	text-decoration: underline;
	font-size: 13px;
	line-height: 20px;
}
a.nav:active {
	color: #333333;
	font-size: 13px;
	line-height: 20px;
} 

.content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 24px;
	color: #000000;
	list-style-type: circle;
	border:none;
}

.hader_content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	letter-spacing: 1pt;
	font-weight: bold;
}
.line {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
.line_B {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}
.line_T_B {
	background-color: #F2F2F2;
	border: 1px solid #CCCCCC;
}
.hader_content_read {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #D60303;
	line-height: 25px;
}
.processer_content {
	line-height: 60px;
	background-color: #F2F2F2;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
}
.contentSmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 20px;
	color: #333333;
	list-style-type: circle;
}
.hader_contentSmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FF0000;
	letter-spacing: 1pt;
	font-weight: bold;
}

