.background {
	background-color: #006600;
}
.menu_item {
	font-family: Arial;
	font-size: 10px;
	color: #000000;
}
.footer_text {
	font-family: Arial;
	font-size: 10px;
}
.heading {
	color: #000000;
	font-family: Arial;
	font-size: 13px;
	font-weight: bold;
}
.body {
	color: #000000;
	font-family: Arial;
	font-size: 12px;
}

.distributionlist {
	font-family: Arial;
	font-size: 10px;
	color: #ffffff;
	font-weight: bold;
}

.address_info {
	font-family: Arial;
	font-size: 10px;
	color: #ffffff;
}

.admin_panel {
	font-family: Arial;
	font-weight: bold;
	font-size: 12px;
	color: #000000;
}

/* Tag redefinitions */

a.mainmenulinks:link {
	font-family: Arial;
	font-size: 10px;
	text-decoration:none;
	color: #000000;
}

a.mainmenulinks:visited {
	font-family: Arial;
	font-size: 10px;
	text-decoration:none;
	color: #000000;
}

a.mainmenulinks:active {
	font-family: Arial;
	font-size: 10px;
	text-decoration:none;
	color: #000000;
}

a.picturelink:hover{
	background-color: #ffffff;
}

a:link{
	color: #006600;
}
a:visited{
	color: #006600;
}
a:active{
	color: #006600;
}

a:hover {
	background-color: #FFCC00;
}

