/*  p. fagan - table of links  	*/
/*  leaves base font size to browser, */
/*  controls headers, subheaders, menu links	*/

BODY	
	{background-color : #DDDDDD; 
	margin : 0px;
	xbackground: url(images/bk_gradgrn3.gif);
	font-family : Arial,"Trebuchet MS", arial, Verdana, Geneva, Helvetica, sans-serif;
	color : #000000; 
	font-size :  80%;
	font-weight : normal; 
	}

.sm  {font-size : 12px; color : #000000;}
.rev  {color : #FFFFFF;   }
/*	 xxtext-align : "left"; font-size :  17px; }*/

.subh  {color : #000000;}

TD  {
	vertical-align : top;
	background : #FFFFFf; 
	
	}

TD.sm  {font-size : 13px; color : #000000;}
.sig {font-size : 11px; color : #000000; font-family : verdana, Arial, Geneva, Helvetica, sans-serif;}

TD.rev  	{ color : #FFFFFF;   background-color : #993300;}
TD.gray  	{ color : #777777;   font-weight : normal; }
TD.nofill  	{background: url(images/bk_gradgrn3.gif);}
TD.y  		{background : #FFEE99; }



A  {font-family : Arial,"Trebuchet MS", Arial, Verdana, Geneva, Helvetica, sans-serif ;
	color : #BB3300;  
	text-decoration : none;
	}
A:visited	{color : #009999; }
A:hover	{color : #FF3300; text-decoration : underline; }
a:active {color: #0000FF}

A.nam	{color : #FFFFFF; text-decoration : none; }
A.nam:visited {color : #FFFFFF; }

A.sm {font-size : 11px; }
A.local {font-size : 10px; font-weight : bold; color : #FFFFFF; 
	font-family : "Trebuchet MS", Arial, Geneva, Helvetica, san-serif; text-decoration : none;}

A.local2 {font-size : 12px; font-weight : bold; color : #000000;
	text-decoration : none ; background-color : #FFFFCC;}
	
A.menu {font-family : "Trebuchet MS", Arial, Geneva, Helvetica, san-serif;
		font-size : 11px; font-weight : bold; color : #FFCC00; 
		text-decoration : none; background-color : #000000;}
A.local:Active  {color : #CCff00;}
A.local:Visited  {color : #FFCC00;}
A.local:Hover  {color : #66CC00; text-decoration : none;}	


UL {color : #333333; font-weight : bold; 
	border-top: 1px dotted #CCCCCC;  	
	margin: 0px 5px 0px 17px;
	padding: 0 0 10px 0;
	}
UL.first {	border-top: none;
	}
	
LI  {color : #777777;   
	font-weight : normal; 
	text-transform: none;
	list-style-position: outside; 
	list-style-type: disc; 
	list-style: url(images/redbullet1.gif);
	}

HR  {height : 1; color : #BBDDCC;}


