/******************************************************************************
Stylesheet: 
	main.css -- 7/17/2002, David Brewer
Descriptions 
	the default stylesheet for the site.  Defines generic versions of all styles,
	including fonts, sizes, positioning, etc.  Browser-specific overlay
	stylesheets will be included after this one to make adjustments for specific
	browsers and platforms.
******************************************************************************/

body {
	margin : 0px;
}

.footer {
	color : #ffffff;
	font-family : arial, helvetica, sans-serif;
	font-weight : bold;
	font-size : 12px;
}

.footer a {
	color : #ffffff;
	text-decoration : none;
}

.footer a:visited {
	color : #ffffff;
}

.footer a:hover {
	text-decoration : underline;
}

.topnav {
	font-family : verdana, helvetica, sans-serif;
	font-size : 12px;
}

.topnav a {
	color : #000000;
	font-family : arial, helvetica, sans-serif;
	font-weight : bold;
	font-size : 12px;
}	

.topnav a:visited {
	color : #000000;
}