.alt {
	display: block;
}

.hide {
	display: none;
}

.underline	{
	text-decoration: underline;
}

body	{
	background: #fff;
	font-family: "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, arial, helvetica, sans-serif;
	font-size: 10pt;
	color: #000;
	margin: 0 5px 0 0;
	border: 0;
}

img {
	display: block;
	border: 0;
}

a:link	{
	color: #520;
	background: transparent;
	font-weight: bold;
	text-decoration: underline;
} 

a:visited	{
	color: #520;
	background: transparent;
	font-weight: bold;
	text-decoration: underline;
}


#navwrap	{
	display: none;
}

#wrapper	{
	background: #fff;
}

#wrapper a:link:after	{
	content: " (" attr(href) ") ";
	font-size: 90%;
} 

#wrapper a:visited:after	{
	content: " (" attr(href) ") ";
	font-size: 90%;
} 

.copyright	{
	font-size: 10pt;
}

.contact	{
	display: none;
}

#subnav	{
	display: none;
}

