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

b {
	color: #CC9933;
}

a {
}



a:link {
	color: #BB944E;
	text-decoration: none;
}

a:visited {
	color: #BB944E;
	text-decoration: none;
}
a:hover {
	color: #333333;
	text-decoration: none;
}
a:active {
	color: #000000;
}


.title

{
	font-weight: bold;
	color: #CC9933;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333333;
	float: left;
	width: 100%;
	padding-top: 5px;
	padding-bottom: 15px;
}

.desc

{
	font-weight: 400;
	color: #666666;
	display: block;
	float: left;
	width: 408px;
	text-align: left;
	padding-bottom: 15px;
}

.example

{
	float: left;
	width: 408px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.formwrap

{
	float: left;
	height: auto;
	width: 407px;
	padding-bottom: 25px;
	display: block;
}

.picleft2 {
	float: left;
	width: 130px;
	font-size: 11px;
	font-style: italic;
	line-height: 14px;
	font-weight: normal;
	color: #333333;
	height: auto;
}
.coverpics
{
	float: left;
	width: 134px;
	padding-bottom: 12px;
}