@import url("reset.css");
@import url("clientstructure.css");

body{
	font-family:Arial;
	font-size:12px;
	color:#666666;
}
h1{
	font-size:20px;
	color:#333333;
	padding-bottom:5px;
}
h2{
	font-size:16px;
	color:#333333;
	padding-bottom:5px;
}
#leftcontent h2{
	padding:15px 0 10px 15px;
}
h3{
	font-size:16px;
	font-weight:bold;
	color:#666666;
}
h3.second{
	margin-top:15px;
}
a{
	color:#666666;
}
.postfile a{
	text-decoration:none;
}
.postfile a:hover{
	color:#000000;
}
.error-message{
	color:#BB0000;
}
.clearItem{
	display:block;
	clear:both;
}
.subdued{
	color:#999999;
	font-size:16px;
}

legend{
	font-size:16px;
	color:#333333;
	margin-bottom:10px;
}