@charset "iso-8859-1";
/* author: Pat Morten */
/* Creation date: 07/06/2007 */
body {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		line-height:150%;
		}

table {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		line-height:150%;
		}

.menu-bar{
		font-size: 80%;
		background-color: black;
		color: white;
		}

.menu-bar-cell{
		border-right: thin solid white;
		text-align: center;
		}
		
.menu-bar-cell a	{
		color: white;
		text-decoration: none;
		}

.menu-bar-cell a:hover	{
		color: #00ccff;
		}

.anylinkcss{
position: relative;
padding: 1px 0;
display: block;
font-weight: bold;
text-indent: 5px;
visibility: hidden;
border:1px solid gray;
border-bottom-width: 0;
font:normal 2px Verdana;
line-height: 18px;
z-index: 100;
background-color: white;
width: 205px;
}

.anylinkcss a{
color: black;
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid gray;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
text-indent: 5px;
}

.anylinkcss a:hover{ /*hover background color*/
background-color: #ffffff;
color: black;
}

.navlist  {
		font:normal 80% Verdana;
		line-height: 150%;
		}

.navlist a  {
		color: black;
		text-decoration: none;
		}
.navlist a:hover  {
		color: red;
		text-decoration: none;
		}

	