@charset "UTF-8";

td img {display: block;}
body {
	background-image: url(assets/diving_ocean.gif);
	font-family: Arial, Helvetica, sans-serif;
}
.GreenBox {
	background-repeat: repeat-y;
	background-image: url(assets/NewTable/Green_Box.png);
}
.GreyBox {
	background-image: url(assets/NewTable/grey_square.png);
	background-repeat: repeat-y;
	font-size: 12px;
	color: #000;
}
.RightBar {
	background-image: url(assets/NewTable/Top_Right.png);
	background-repeat: repeat-y;
}
.LeftBar {
	background-image: url(assets/NewTable/Left_Bar.png);
	background-repeat: repeat-y;
}
a:link {
	text-decoration: none;
	color: #FFFFFF;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: none;
	color: #CCCCCC;
}
a:active {
	text-decoration: none;
}
.Heading {
	font-family: Helvetica;
	font-size: 24px;
	font-weight: bold;
	color: #006666;
}
.Subheading {
	font-family: Helvetica;
	font-size: 24px;
	font-weight: normal;
	color: #999999;
}
.bodytext {
	font-family: Helvetica;
	font-size: 12px;
	color: #000000;
}
.links {
	font-family: Helvetica;
	font-size: x-small;
	color: #FFFFFF;
}
.bodytext a:link {
	text-decoration: none;
	color: #006666;
}
.bodytext a:visited {
	text-decoration: none;
	color: #006666;
}
.bodytext a:hover {
	text-decoration: none;
	color: #006666;
	font-weight: bold;
}
.bodytext a:active {
	text-decoration: none;
	color: #006666;
}


.errorMessage {
	font-size: small;
	color: #FF0000;
}
.itemLabel {
	text-align: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000000;
}
.itemClass {
	font-style: italic;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
}
.errorField {
	background-color: #FFCC33;
}
.submitButtonClass {
	text-align: right;
	float: right;
}

