/* CSS Document */

.featured {
	font-family: Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	color:#777777;
	font-size: 10px;
	border-top: dotted #999999 1px;
	border-bottom: dotted #999999 1px;
	padding:3px 0 3px 0;
}
.caption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #777777;
	text-transform: uppercase;
}
.paragraph {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #777777;
	line-height: 18px;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #777777;
	line-height: 16px;
}
.line {
	border-top: dotted #999999 1px;
	padding:3px 0 0 0;
}
a:link {
	color: #CF6F43;
	text-decoration: none;
}
a:visited {
	color: #CC9966;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #FF9966;
}
a:active {
	text-decoration: none;
}
.title {
	color: #777777;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-transform: uppercase;
	font-weight: bold;
	padding-top: 5px;
}
body {
	background-color: #EEEEEE;
}
