.address {
	font-size: 10px;
	color: #FFFFFF;
	position: relative;
	left: 15px;
}
body,td{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

h1{
	font-size: 16px;
	color: #0080C0;
}

#navcontainer { width: 180px; }

#navcontainer ul
{
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
}

#navcontainer a
{
	display: block;
	padding-top: 5px;
	width: 140px;
	height:31px;
	background-image: url(images/b1.gif);
	background-repeat:no-repeat;
}

#navcontainer a:link, #navlist a:visited
{
color: #EEE;
text-decoration: none;
}

#navcontainer a:hover
{
background-image: url(images/b2.gif);
background-repeat:no-repeat;
}
