/* CSS Document */

.vline {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}

.rightborder {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;
}
.headlines {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #330099;
}
.headers {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 28px;
	color: #000000;
}
.subheaders {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #000000;
}
.copy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000000;
	padding: 6px;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	padding: 6px;
}
.topline {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
}
.featured {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	padding: 6px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000000;
}
.content{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	padding: 6px;
}


