﻿.background {
	background-image: url('../images/background.jpg');
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center center;
}
.container {
	border-color: #FF00FF;
	margin-right: auto;
	margin-left: auto;
	width: 795px;
	background-color: #FFFFFF;
	border-right-style: ridge;
	border-left-style: ridge;
	border-bottom-style: outset;
}
.banners {
	text-align: center;
}
.noborder {
	border-width: 0px;
}
.footer {
	background-image: url('../images/footer.jpg');
	background-repeat: no-repeat;
	background-position: center center;
	margin-right: auto;
	margin-left: auto;
	width: 790px;
	height: 100px;
	padding-bottom: 8px;
}
.footer_text {
	font-family: "Comic Sans MS";
	font-size: 9pt;
	color: #CC0099;
	text-align: center;
}
.h1 {
	margin: 10px;
	font-family: "Comic Sans MS";
	font-size: 14pt;
	color: #CC0099;
}
.h1center {
	margin: 10px;
	font-family: "Comic Sans MS";
	font-size: 14pt;
	color: #CC0099;
	text-align:center;
}
.p1 {
	margin: 10px;
	font-family: "Comic Sans MS";
	font-size: 10pt;
	color: #000000;
	text-align: justify;
}
.p1bold {
	margin: 10px;
	font-family: "Comic Sans MS";
	font-size: 10pt;
	color: #000000;
	text-align: justify;
	font-weight: bold;
}
.body_left {
	float: left;
	width: 580px;
}
.body_right {
	float: right;
	width: 190px;
}
.table_top {
	background-color: #3399FF;
	width: 90%;
	font-family: "comic Sans MS";
	color: #FFFFFF;
	text-align: center;
	font-size: 12pt;
}
.table {
	width: 95%;
}
.table_text {
	border: thin solid #3399FF;
	font-family: "Comic Sans MS";
	font-size: 10pt;
	color: #000000;
	text-align: justify;
	border-collapse: collapse;
	padding-right: 5px;
	padding-left: 5px;
}
.right {
	float: right;
}

