@charset "utf-8";
/* CSS Document */

.body {
	background-image: url(../images/LandingPage.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	background-attachment: scroll;
	margin: 0;
	background-color: #75c2f0;
	height:100%;
	font-size: 10px;
	font-style: normal;
	font-weight: 100;
	color: #900;
	font-family: "Comic Sans MS", cursive;
}
.tableheight {
	height: 100%;
	height: 100%;
}

.bodyinternal {
	background-image:url(../images/internalpage-bg.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	background-attachment: scroll;
	margin: 0;
	background-color: #75c2f0;
	height:100%;
}
.bodyinternal .tableheight tr td table tr td {
	font-family: "Comic Sans MS", Arial;
	font-size: 16px;
	color: #005696;
	font-weight: bold;
}
