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

.regular {
	font-weight:normal;
}
a:link, a:visited {
	color:#666;
	text-decoration:none;
}
a:hover {
	text-decoration:none;
	color:#000;
}
h1 {
	padding-top:0px;
	margin-top:0px;
	color: #333;
}
h2 {
	padding-top:0px;
	margin-top:0px;
	color: #333;
}
p {
	margin-top:0px;
	padding-top:0px;
	line-height:16px;
	margin-bottom:8px;
}
.darkType {
	color:#333;
}
.darkType a:link {
	color:#333;
}
.darkType a:visited {
	color:#333;
}
.darkType a:hover {
	color:#000;
}
.fieldWidth {
	width:520px;
}
