@charset "utf-8";
/* CSS Document */
* {
	margin: 0;
	padding: 0;
	border: 0;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
p {
	font-size: 1.1em;
	margin: 5px 0 10px 0;
	line-height: 1.5em;
}
strong{
	font-weight: bold;
}
#content a {
	text-decoration: none;
	color: #999;
}
#content a.readmore {
	float:right;
}
#content a:hover {
	text-decoration: none;
	color:#FFFFFF;
	background: #999;
}
.boxes a {
	text-decoration: none;
	color: #999;
}
.boxes a.readmore {
	float:right;
}
.boxes a:hover {
	text-decoration: none;
	color:#FFFFFF;
	background: #999;
}
span.hideme   {
	left: -1000em;
	position: absolute;
}
h1, h3, h5 {
	margin: 6px 0;
	color:#999;
}
h2, h4, h6 {
	margin: 6px 0;
	color:#000;
}
h1{
	font-size: 2.3em;
}
h2{
	font-size: 2.1em;
}
h3{
	font-size: 1.9em;
}
h4{
	font-size: 1.7em;
}
h5{
	font-size: 1.5em;
}
h6{
	font-size: 1.3em;
	font-weight:bold;
}
.imgRight {
	float: right;
	margin: 0 0 0 15px;
}
input, select, textarea {
	border: 1px solid #999;
	padding: 5px;
	background: #fff;
	margin: 10px 0;
        width: 300px;
}
input.button {
	background: #999;
	color:#FFF;
	width: auto;
}
#content ol{
	margin: 0 0 0 15px;
	line-height: 2em;
	list-style-type: decimal;
	font-size: 1.1em;
}
#content ul{
	margin: 0 0 0 15px;
	line-height: 2em;
	list-style-type: disc;
	font-size: 1.1em;
}
label{
        display: block;
}
.error{border-top: 3px solid #ff0000;border-bottom: 3px solid #ff0000;margin:10px 0;padding: 0 0 0 25px;background: #FFBBBD;}
.success{border-top: 3px solid #030;border-bottom: 3px solid #030;margin:10px 0;padding: 0 0 0 25px;background: #D1FBBF;}
