@charset "utf-8";
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style: normal;
	color: #000;
	border: thin none #00F;
	background-color: #FFF;
}
.maincontent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	margin: 15px;
}
.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
        color: #000;
	background-color: #FFF;
	padding: 20px;
}
.sidebar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	padding: 10px;
	width: 20%;
	top: 5px;
	vertical-align: top;
	background-image: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 10px;
}

.maintable {
	background-color: #036;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.table1 {
	font-family: Arial, Helvetica, sans-serif;
	width: 100%;
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-top-style: groove;
	border-right-style: groove;
	border-bottom-style: groove;
	border-left-style: groove;
}

ul.special {
	list-style-image: url(graphics/red-pointy-star_20.gif);
}
.flayout {
	vertical-align: bottom;
	border: thin ridge #00C;
	height: 10px;
}

