a  {			
	color: #FFCC00; 
	text-decoration: none;
}

address {  
	font-size: 12px;
}

body  {
/* 
*	DO NOT declare colors in here. It will mess up the PopUps 
*/
	font-family : "Times New Roman", Times, serif;
	margin-left: 0em;
	margin-right: 0em;
	margin-top: 0em;
	margin-bottom: 0em;
}

a:link {		
	color: #FFCC00;
}

a:visited {
	color: #FFCC00;
}

a:hover {
	color: #FFCC00;
	text-decoration: underline;
}

.noteNum {
	font-weight: bold;
	font-size: 16px;
/*	
	color: #FFCC00; 
*/
}

.navLink {
	font-weight: bold;
	font-style: italic;
}

.popupLink  {
/*	
	font-weight: normal;
	font-style: normal;
*/
}

a.popupLink  {			
	text-decoration: underline ;
}

a.popupLink:hover {
	text-decoration: underline overline ;
}

.red  {
	color : #FF0000;
}
