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

body {
	background-image: url(images/circles1.jpg);
	background-color:#9FD7AF;
}

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#003300;
	font-size:14px;
	letter-spacing:1px;
	line-height:25px;
}

.invisible {color: #FDEDD5}

.italic {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	}

.hdng {
	font-weight:bold;
	font-size:16px;
	}
	
.style3 {color: #FF0000}
.style4 {color: #005A2F; 
}

.bold {
	color:#000000;
	font-weight:bold;
	}

.footer {
	font-size:12px;
	}

a:link {
	color:#3399CC;
	text-decoration: none;
	font-size:12px;
}
a:visited {
	text-decoration: none;
	color: #FFFFCC;
}
a:hover {
	text-decoration: none;
	color: #66CC66;
}
a:active {
	text-decoration: none;
}
