@charset "iso-8859-1";
body
{
	font-family: verdana,arial,helvetica, sans-serif;
	font-size: 12px;
}

/*h1
{
	font-size: 16px;
}

h2
{
	font-size: 15px;
}

h3
{
	font-size: 14px;
}*/

.button
{ 
	font-size: 14px;
	font-weight: bold;
}

ul 
{ 
	margin-top: 3px;
	margin-bottom: 3px;
}

.NavBar
{
	background-image: url(images/atmap-bkgrnd.jpg);
}

.nav
{
	background: transparent;
	color: #000000;
	font-size: 14px;
    text-decoration: none;
}

.nav:hover
{
	background: transparent;;
	color: #FF0000;
	font-size: 14px;
	text-decoration: none;
}

.extlink
{
	font-size: 10px;
}

td.req
{
	background: transparent;;
	color: red;
}

.small
{
	font-size: 9px;
}

.defaultwhite
{
	background: transparent;;
	color: #ffffff;
}

.defaultwhitebold
{
	background: transparent;;
	color: #ffffff;
	font-weight: bold;
}

/* small font for copyright and other notes */
.smallfont 
{
	background: transparent;;
	color: #000000;
	font-size: 10px; 
	text-decoration:none;
}
.smallfont:link 
{
	background: transparent;;
	color: #000000; 
	font-size: 10px; text-decoration:none;
}