.menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bolder;
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(../images/menu.jpg);
}
.content {
	font-family: Arial, Helvetica, sans-serif; background-repeat:no-repeat;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	background-image: url(../images/content.jpg);
}
.nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #33CC00;
	text-decoration: none;
	background-image: url(../images/nav.jpg);
}
.content a:link {
	color: #009900;
	text-decoration: none;
}

.nav a:link {
	color: #FFCC00;
	text-decoration: none;
}
.nav a:visited {

	color: #FFCC00;
	text-decoration: none;
}
.nav a:hover {


	color: #66FF00;
	text-decoration: none;
}
.nav a:active {



	color: #FFCC00;
	text-decoration: none;
}
.border {
	border: medium double #006600;
	background-image: url(../images/contentbg.jpg);
}
.content a:visited {

	color: #009900;
	text-decoration: none;
}
.content a:hover {

	color: #FF9900;
	text-decoration: none;
}
.content a:active {

	color: #009900;
	text-decoration: none;
}
.contentCopy {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	background-image: url(../images/contentbg.jpg);
}
.contentCopy a:link {
	color: #009900;
	text-decoration: none;
}
.contentCopy a:visited {

	color: #009900;
	text-decoration: none;
}
.contentCopy a:hover {

	color: #FF9900;
	text-decoration: none;
}
.contentCopy a:active {

	color: #009900;
	text-decoration: none;
}

