a:link {
	color: #666666;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	color: #666666;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: none;
}
a:active {
	color: #CCCCCC;
	text-decoration: none;
}


#docwrap

{
	width: 408px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #669933;
	margin-top: 10px;
	margin-bottom: 5px;
	padding-top: 10px;
	display: block;
	float: left;
}
.doctitle{
	font-weight: bold;
	color: #666666;
}


.doc
{}

.docpic {
	display: block;
	float: right;
	font-style: italic;
	color: #666666;
	font-weight: 400;
	font-size: 11px;
	padding-left: 10px;
}

a.docs:link {
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: #333333;
}
a.docs:visited {
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: #333333;
}
a.docs:hover {
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: #000000;
}
a.docs:active {
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: #000000;
}

.pics{
	border: 1px solid #FFF;
}