/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	background-image: url(images/redgrad.gif);
	background-repeat: repeat-x;
}
.listtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
a:link {
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
a:visited {
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}
a:hover {
	text-decoration:underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #660066;
}
ul {
list-style-type: none; 
width: 100%; 
}

.menu a {
     margin: 0 2px;
     width: 100px; 
     height: 10px;
     float: left;
     display: block;
     text-align: left;
     border: 1px solid gray;
     text-decoration: none;
     color: #000;
     background: #fff;
     }
	 
.menu a:hover {
     background: #ccc;
     border: 1px solid gray; 
     }

.menu a:active {
     background: gray;
     border: 1px solid gray; 
     color: #fff;
     }
.mouseover {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #006699;
}
.footerlink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8px;
}

