@charset "UTF-8";
/* CSS Document */

#content {
	width:700px;
	margin:auto;
	height:auto;
}

.loginFields {
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
	color:#666666;
	border:1px solid #999999;
	width:400px;
	padding-left:2px;
	margin-left:10px;
	margin-bottom:15px;
}

.commentText {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	color:#333333;
	font-weight:bold;
	padding-left:15px;
}

.header {
	font-family:"Times New Roman", Times, serif;
	font-size:16px;
	color:#CC3366;
	padding-left:13px;
	padding-top:30px;
	font-style:italic;
	font-weight:bold;
}

.text {
	font-family:"Times New Roman", Times, serif;
	font-size:12px;
	color:#000000;
	text-align:justify;
}