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

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

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

a {
	font-weight: bold;}
	
	
a.pic:link {
	color:#666666;
	text-decoration: none;
}
a.pic:visited {
	color: #666666;
	text-decoration: none;
}
a.pic:hover {
	color: #333333;
	text-decoration: none;
}

a.pic:active {
	color: #333333;
	text-decoration: none;
}
	
.title

{
	font-weight: 400;
	color: #333333;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333333;
	float: right;
	width: 290px;
	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: 110px;
	font-size: 11px;
	font-style: italic;
	line-height: 14px;
	font-weight: normal;
	color: #333333;
	height: auto;
}
.coverpics
{
	float: left;
	width: 134px;
	padding-bottom: 12px;
}
