@charset "UTF-8";
/* CSS Document */

*
		{
	margin: 0px;
	padding: 0px;
	}
body
		{
	font-family: "Comic Sans MS";
	font-size: 20px;
	font-style: normal;
	font-weight: normal;
	background-image: url(site_images/bubbles.gif);
	background-repeat: repeat;
	background-position: left top;
}

.footer-links
		{
	font-family:"Comic Sans MS";
	font-size:16px;
	color:#00CCFF;
}

.footer-contacts
		{
	font-family:"Comic Sans MS";
	font-size:18px;
	color:#FFF;
}	

.footer-links
		{
	font-family:"Comic Sans MS";
	font-size:16px;
	color:#FF0;
	font-style: normal;
	font-weight: normal;
}
.footer-copyright
		{
	font-family:"Comic Sans MS";
	font-size:12px;
	color:#FFF;
	font-style: normal;
	font-weight: normal;
}


a:link {
	color: #00CCFF;
}
a:visited {
	color: #00CCFF;
}
a:hover {
	color: #00CCFF;
}
a:active {
	color: #00CCFF;
}
maintext {
	font-family: "Comic Sans MS";
	font-size: 18px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
}
maintext-header-blue {
	font-family: "Comic Sans MS";
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	color: #00CCFF;
}
maintext-green {
	font-family: "Comic Sans MS";
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	color: #00FF00;
}
.headerbg {
	background-image: url(site_images/wave_header_bg.jpg);
	background-repeat: repeat;
}
.logobg {
	background-image: url(site_images/wave_header_bg_286.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}.maintext {
	font-family: "Comic Sans MS", cursive;
	font-size: 20px;
	font-style: normal;
	font-weight: normal;
	color: #FFF;
}

