.style1 {font-size: small}
.style4 {
	font-family: Arial, Helvetica, sans-serif;
	color: #0066CC;
	font-size: x-small;
}
.style4toppad {
	font-family: Arial, Helvetica, sans-serif;
	color: #0066CC;
	font-size: x-small;
	line-height: 150%;
}
.indent {
	padding-left: 15px;
}
.featheader {	padding-top: 10px;
}
a:link {
	color: #0066CC;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #0066CC;
}
a:hover {
	text-decoration: none;
	color: #0066CC;
	background-color: #FFFF00;
}
a:hover img{
	background-color: #FFFFFF;
}
a:active {
	text-decoration: none;
	color: #0066CC;
}
.whitebg {
	background-color: #FFFFFF;
}
body {
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background: #333333 url(../images/bg.jpg) repeat-x;
}
h1 {
	font-size: small;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}
h2 {
	font-size: 11px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	margin: 0px;
	padding: 0px;
}
p.headerdesc {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666; 
}

/* Articles */
h1.articleheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-large;
	color: #000000;
	font-style: normal;
	font-weight: normal;
}
.articletext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}
.articleparheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #009900;
	line-height: 150%;
}
.articleline {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.flyer {
	border: 1px solid #CCCCCC;
	margin-right: 25px;
}
.imagepad {
	padding-right: 25px;
}
