body, TD {
	font-family : Garamond; 
	font-size: 15px; 
	color: #000000; 
}
.atext {  

	font-size: 18px; 
	color: #000000; 
	font-weight: normal
}
.atextBold {  

	font-size: 15px; 
	color: #000000; 
	font-weight: bold;
}

.atextSmall { 

font-size: 10px; 
color: #000000; 
font-weight: normal 
}

.captionCredit { 
	font-family: "Arial Narrow"; 
	font-size: 13px; 
	font-weight: normal; 
	color: #000000 
}
.caption { 
	font-family: "Arial Narrow"; 
	font-size: 13px; 
	font-weight: bold; 
	color: #000000 
}
.captionItalic { 
font-family: "Arial Narrow"; 
font-size: 13px; 
font-weight: normal; 
color: #000000 ; 
font-style: italic
}

.heading1 { 
font-size: 15px; 
font-weight: bold; 
color: #003399 

}
.heading2 { 
font-size: 15px; 
font-weight: bold; 
color: #993300;
}

.PageHead { 
font-size: 20px; 
	font-weight: bold; 
	color: #990000
}

a	{
	color: #990000;
	text-decoration:	none;
	font-weight: bold;
		background-color: transparent;
		font-size : smaller;
	}
a:link	{
	color: #191970;
		background-color: transparent;
		font-size : 16px;
		font-weight : bold;
		line-height : 24px;
	}
a:visited	{
	color: #191970;
		background-color: transparent;
		font-size : 16px;
		font-weight : bold;
		line-height : 24px;
	}
a:active	{
	color:#FF0000;
		background-color: transparent;
		font-size : 16px;
		font-weight : bold;
		line-height : 24px;
		}
a:hover	{
	color: #6B8E23;
		font-size : 16px;
		font-weight : bold;
	text-decoration:	underline;
	line-height : 24px;
	}
