body {
	font-size: 16px;
	margin: 0px;
	vertical-align: top;
}
a:link {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;

}
a:active {
	text-decoration: none;
}
.headline1 {
	font-size: 18px;
	color: #FFFFFF;
	font-weight: bold;
	}
.headline2 {
	font-size: 18px;

	color: #FFFFFF
	font-weight: bold;
	color: #333333;
	font-weight: bold;
}
.headline3 {
	color: #0000FF;
	font-size: 36px;
	font-weight: bold;
	vertical-align: top;
}
.headline4 {
	color: #FFFFFF;
	font-size: 24px;
	font-weight: bold;
	vertical-align: top;
}

.text {
	font-size: 16px;
	color: #333333
}
.text2 {
	font-size: 18px;
	color: #333333
}

.text3 {
	font-size: 22px;
	color: #000000
}
.main {
	margin-top: 5px;
	margin-bottom: 5px;
}
.top {
	background-image: url(/images/topback.gif);
	background-repeat: no-repeat;
	background-position: center center;
}

.bottom {
	margin-top: 5px;
}
.sidebar {
	background-image: url(../images/sidebar.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
.middle {
	padding: 10px;
}
.boxtop {
	border: 10px solid #CCCCCC;
	float: left;
	margin-bottom: 5px;
}
.boxbottom {
	border: 5px solid #CCCCCC;
	float: none;
	margin-top: 5px;
}

