.content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.time {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight:bold;
	color: #FFFFFF;
	padding:7px 10px 0px 0px;
}
.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CCCCCC;
}
.paraTitle {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-variant: small-caps;
	font-weight: bold;
	color: 55001D;
	text-decoration: underline;
}
.paraTitle_noLine {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-variant: small-caps;
	font-weight: bold;
	color: 55001D;
	text-decoration: none;
}

input {
	font-family: "Courier New", Courier, mono;
	font-size: 12px;
	border-top: 1px solid #55001D;
	border-right: 1px none #55001D;
	border-bottom: 1px solid #55001D;
	border-left: 1px none #55001D;
	width: 300px;


}
textarea {

	font-family: "Courier New", Courier, mono;
	font-size: 12px;
	border-top: 1px solid #55001D;
	border-right: 1px none #55001D;
	border-bottom: 1px solid #55001D;
	border-left: 1px none #55001D;
	width: 300px;
}

