/* LWAC's styles! */

P, TABLE, TD, TH, TR , OL, UL, LI, DIV, BODY
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	highlighttext: #FF0000;
	}

a:link, a:visited {
	color: #0000FF;
	text-decoration: none;
	}
   
a:hover, a:active { 
	color: #0000FF;
	text-decoration: underline;
	} 


	/* "topmenu" class is for the top row of menu headings */
a.topmenu:link, a.topmenu:visited {
	font-family: Times New Roman, Times, serif;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	color: #000000; 
	}
	
a.topmenu:hover, a.topmenu:active {
	font-family: Times New Roman, Times, serif;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	color: #0000FF; 
	}

	/* "bottom" class is for the bottom row */
.bottom {
	font-size: 10px;
	color: #CCCCCC;
	}

a.bottom:link, a.bottom:visited {
	text-decoration: none;
	color: #FFCC00; 
	}
	
a.bottom:hover, a.bottom:active {
	font-size: 10px;
	text-decoration: underline;
	color: #FFCC00; 
	}

	/* "headline" class is for titles of pages or sections of a page */
.headline { 
	caption: Headline; 
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; 
	font-size: 20px; 
	line-height: 25px; 
	margin: 0px; 
	padding: 0px;
	color: #000000; 
	}

	/* makes a skinny HR that looks good in NN4 */
hr  {
	height: 1px;
	}
	
	/* "image" class is for linked images with black (not blue) borders */
a.image:link, a.image:visited, a.image:hover, a.image:active {
	color: #000000; 
	}
	
		/* "caption" class is for captions to photos */
.caption { 
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; 
	font-size: 10px;
	color: #000000; 
	}