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

div.quote {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #666666;
	margin-top: 20px;
	margin-left: 12px;
	width: 80%;
}
div.quote a {
	color: #666666;
}
div.quote a:link {
	color: #666666;
}
div.quote a:hover {
	color: #013A41;
	text-decoration: underline;
}
div.quote p {
	font-size: 12px;
	margin: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
}

div#commentForm {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #666666;
	margin-top: 5px;
	display: none;
}
div#commentForm2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #666666;
	margin-top: 5px;
	display: none;
}
div#commentForm3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #666666;
	margin-top: 5px;
	display: none;
}
.green {
	font-size: 11px;
	font-weight: bold;
	color: #013A41;

}

a.commentLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
