BODY {
	font-family: Arial, Helvetica, Verdana;
}

H1 {
	font-size: 100%;
	font-weight: bold;
	padding: 5px;
	margin: 0px;
}

H2 {
	font-size: 100%;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
}

.main {
	font-size: 80%;
}

.textlink {
	font-size: 90%;
	font-weight: bold;
}

.header {
	font-size: 130%;
	font-weight: bold;
	position: relative;
	left: 15px;
	top: 18px;
}

.ticker {
	background: #000000;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 80%;
	line-height: 180%;
}

.ticker a:link { color: #FFFFFF; text-decoration: none; }
.ticker a:visited { color: #FFFFFF; text-decoration: none; }
.ticker a:hover { color: #FFFFFF; text-decoration: underline; }

.headline {
	background: #ffcc00;
	border-bottom: solid 1px black;
}

.headline2 {
	background: #ffcc00;
}

.headline3 {
	background: #ffcc00;
}

.subscribebox {
	background: #ffcc00;
	border: solid 1px black;
}

.newslist { border-top: solid 1px black; }

.subheader {
	font-size: 100%;
	font-weight: bold;
	position: relative;
	left: 15px;
	top: 18px;
}

.small {
	font-size: 65%;
}

.menu {
	font-size: 95%;
	text-align: right;
	border-bottom: 1px solid black;
	line-height: 150%;
}

.menu a:link {
	text-decoration: none;
	color: black;
	width: 100%;
	background: none;
}
.menu a:visited {
	text-decoration: none;
	color: black;
	width: 100%;
	background: none;
}
.menu a:hover {
	text-decoration: none;
	color: black;
	width: 100%;
	background: #FFCC00;
}

.homeheader {
	font-size: 95%;
	font-weight: bold;
	background: #ffcc00;
	color: black;
	padding-left: 6px;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-right: 8px;
	width: 100%;
}

.home1 { background: #ffffb5; }
.home2 { background: #ffffb5; }
.home3 { background: #ffffb5; }
.home4 { background: #ffffb5; }
.home5 { background: #ffffb5; }

.caption {
	font-size: 80%;
	font-style: italic;
}

.yellowbar { color: #ffcc00; background: #ffcc00; }
.bluebar { color: #0000BB; background: #0000BB; }
.redbar { color: #BB0000; background: #BB0000; }
.whitebar { color: #AAAAAA; background: #AAAAAA; }
