/* CSS Document */

.page {
	text-align: center;
	border-right: 1px #ffffff solid;
	background-color: #23606A;
}

.pageon {
	text-align: center;
	border-right: 1px #ffffff solid;
	background-color: #454545;
}

.pageclick {
	text-align: center;
	border-right: 1px #ffffff solid;
	background-color: #E08E01;
	}



a.menuItem:link, a.menuItem:active, a.menuItem:visited, a.menuItem:hover {
	color:white;
	text-align: center;
	font-weight:bold;
	font-family:arial;
	font-size:8.0pt;
	text-decoration:none;
}


#footer a
{
  COLOR: black;
  font-weight:normal;
  font-size:8.0pt;
  FONT-FAMILY: verdana;
}

#footer a:link
{
  COLOR: blue;
}
#footer a:visited
{
  COLOR: #454545;
}
#footer a:active
{
  COLOR: green;
}
#footer a:hover
{
  color: #cc3333;
}
#footer
{
	font-size:8.0pt;
	FONT-FAMILY: verdana;
}
