p {
	COLOR: black; FONT-FAMILY: Arial, Helvetica, sans-serif; FONT-SIZE: 13px
}


a.menu:link {
	color: black;
        font-weight: normal;
	text-decoration: none;
	}
	
a.menu:active {
	color: #999999;
        font-weight: normal;
	text-decoration: none;
	}
	
a.menu:visited {
	color: black;
	text-decoration: none;
	}

a.menu:hover {
	text-decoration: none;
	color: #999999;
	cursor: hand;
	}

a.internal {
  text-decoration: none; }

	
p a:link {
	color: black;
        font-weight: normal;
	}
	
p a:active {
	color: #999999;
	text-decoration: none;
	}
	
p a:visited {
	color: black;
	text-decoration: none;
	font-weight: normal;
	}

p a:hover {
	text-decoration: none;
	color: #999999;
	cursor: hand;
	}

p.internal {
  text-decoration: none; }
  
#nav
{
	FONT-FAMILY: MS Sans Serif, Arial, Helvetica, sans-serif; 
	color: Black;
	width: 697px;
}
#nav li
{
	display: inline;
	list-style-type: none;
	padding-left: 30px;
	FONT-SIZE: 2;
	font-weight: bold;
}
#nav a:link, #nav a:visited
{
	color: #000000;
	background-color: Transparent;
	text-decoration: none;
}
#nav a:hover, #nav a:active
{
	color: #999999;
	background-color: #fff;
}
