/* Top menu styles go here */

html, body {
	margin: 0px;
	padding: 0px;
}

body {
	background-color: #FCFAED;
	background-image: url(../backgrounds/botMenuBG.jpg);
	background-repeat: no-repeat;
	color: #007b55;
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
	font-size: 12pt;
}

.copyright {
	font-size: 8pt;
	font-weight: normal;
}

td {
	background-color: #B43636;
	text-align: center;
}

a {
	color: #ffffff;
	background-color: transparent;
	margin: 1px;
}

a:hover {
	color: #007b55;
	background-color: #ffffff;
}

/* EOF */

