.menu {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
	background-position: center;
}
.footer {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
	background-position: center;
}
.text {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}
.newstext {
	font-family: Tahoma;
	font-size: 10px;
	font-weight: normal;
	color: #666666;
}
.newsheading {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #CC0000;
}
.heading {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}
.largeheading {
	font-family: Tahoma;
	font-size: 14px;
	font-weight: bold;
	color: #FF0000;
	text-transform: uppercase;
}

