@charset "utf-8";

body {
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #F3F3FD;
}

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a:link {
	color: #0000FF;
}
a:visited {
	color: #0000FF;
}
a:hover {
	color: #0099FF;
}
a:active {
	color: #0000FF;
}
.headertext {
	font-size: 18px;
	font-weight: bold;
	color: #e92416;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e92416;
	padding-bottom: 3px;
}

.footerbar {
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	color: #FFFFFF;
	padding-top: 8px;
}
.menufont {

	font-size: 14px;
}
