@charset "utf-8";
body {
	background-image: url(Images/background.jpg);
	background-repeat: repeat-x;
	margin-top: 0px;
}

.tablestyle {
	border-top-width: 0px;
	border-top-style: none;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 0px;
	top: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}
.bluetext {
	color: #036;
}
.redText {
	color: #C30;
}
.greenText {
	color: #030;
}
.underline {
	text-decoration: underline;
}







.bodybg {
	background-image: url(Images/body.png);
	background-repeat: repeat-y;
}
.bigText {
	font-size: 25px;
}
.blueUnderline {
	color: #003381;
	text-decoration: underline;
}
.box {
	border: thick outset #06C;
	background-color: #DDD;
}
