td, p	{
	font-family: verdana, arial, helvetica;
	font-size: 11px;
	color: 000000;
}

.red	{
	color: CC0000;
	font-weight: bold;
}
a:link {
	color: #04175c;
}
a:visited {
	color: #5D8750;
}
a:hover {
	color: 5D8750;
}
.floatright{
	float: right;
	margin: 0 0 10px 10px;
}
#contents{
	padding: 0 20px;
}
#contents ol li{
	margin-bottom: 1em;
}
#contents  form ol li{
	margin-bottom: 1.5em;
}

form{
	border: 1px solid #eee;
	padding: 5px;
}
label{

}
label.required, .error{
	color: #c00;
}
.error{
	font-weight: bold;
}
label.required{
	padding-left: 15px;
	background: url(../images/asterisk.gif) no-repeat;
}
textarea,select{
	width: 98%;
	display: block;
	margin-top: 0.5em;
}
select{
	display: inline;
	width: auto;
}
textarea.short{
	height: 100px;
}
textarea.medium{
	height: 200px;
}
textarea.long{
	height: 400px;
}
.style1 {color: #FFFFFF}
.style2 {font-size: 9px}
.center{
	text-align: center;
}
