




body {
	background-image: url(aqua/bg.jpg);
	background-color: #0090ab;
	background-repeat: no-repeat;
	background-position: center top;
}

a {
	color: #0090ab;
	text-decoration: underline;
}


a:hover {
	color: #666666;
	text-decoration: none;
}



.flashHeader {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #0090ab;
	font-weight: bold;
}

.content {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #111111;
	line-height: 17px;
}

.titleNames {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #0090ab;

		font-weight: bold;
}

.top {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #333333;
}

.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666666;
}


.forms {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}

#subBoxTitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #0090ab;
	background-image: url(aqua/bodytitles-green.jpg);
	background-repeat: repeat-x;
	border: 1px solid #CCCCCC;
	height: 25px;
	padding-left: 3px;
}

.subBoxTitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
}


#subBoxContent {
	border-top: none;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	background-image: url(green/bg-yellow.jpg);
	line-height: 17px;
	
}

#subBoxContent img {
	margin: 1px;
	padding: 1px;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	text-align: center;
}

#images {
	background-repeat: repeat-y;
}

#images img {
	border: 1px solid #999999;
	padding: 2px;
	margin: 2px;
}


#subBorder {
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: 1px dashed #CCCCCC;
}

#subBorder2 {
	border-top: none;
	border-right: 1px dashed #CCCCCC;
	border-bottom: none;
	border-left: none;
}

.hrDashed {
height: 1px;
	border-top-width: 1px;
	border-top-style: dashed;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #CCCCCC;
}
