.body {
	background-color: #99ccff;
	margin: 0;
	text-align: center;
}

.text {
	color: #000000;
	font: small "Lucida Grande", Lucida, Verdana, sans-serif;
}


.title {
	color: #000066;
	font: small-caps bold x-large "Lucida Grande", Lucida, Verdana, sans-serif;
}

.grntitle {
	color: green;
	font: small-caps bold x-large "Lucida Grande", Lucida, Verdana, sans-serif;
}

.maintable {
	background-color: #fff;
}


.menucell {
	background-image: url(../img/menubar.jpg);
}

.head {
	color: #000066;
	font: x-large "Franklin Gothic Demi Cond", Lucida Grande, Lucida, Verdana, sans-serif;
}


.announce {
	color: #ff9900;
	font: italic bold small "Lucida Grande", Lucida, Verdana, sans-serif;
}


.mainphone {
	color: white;
	font: medium "Lucida Grande", Lucida, Verdana, sans-serif;
}

.maincall {
	color: #333;
	font: medium "Lucida Grande", Lucida, Verdana, sans-serif;
}


.menu {
	background-color: #333333;
	background-image: url(../img/backmenu.png);
}


.footer {
	background-color: #666666;
	color: #ccc;
	font-size: x-small;
}


.footertext {
	font: medium "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #ccc;
}

.footlink A:link {
	color: #ccc;
	font: x-small "Lucida Grande", Lucida, Verdana, sans-serif;
	text-decoration: none;
}

.footlink A:visited {
	color: #ccc;
	font: x-small "Lucida Grande", Lucida, Verdana, sans-serif;
	text-decoration: none;
}

.footlink A:active {
	color: #ccc;
	font: x-small "Lucida Grande", Lucida, Verdana, sans-serif;
	text-decoration: none;
}

.footlink A:hover {
	color: #ccc;
	font: x-small "Lucida Grande", Lucida, Verdana, sans-serif;
	text-decoration: underline;
}