A.Internal {
	text-decoration : none; 
	}

A:LINK {
	color : #660000; }

A:VISITED {
	color : #003300; }

A:ACTIVE {
	text-decoration : none; 
	color : #336633; }

/* set header fonts */
.MainHeader, .SubHeader, .BoxHeader, .NavBar, .ErrMsg, .DebugHeader {
 	font-family: Arial Black, Arial, Verdana, Sans-serif;
	text-align: center;
	color : #000099;
 }
 
/* normal fonts */
.BoxList, .BoxListBold, .BodyText,  .DebugListing, .TableBox {
 	font-family: Arial, Verdana, Sans-serif;
 }

/* compressed fonts */
.SmallText {
 	font-family: Arial Narrow, Arial, Verdana, Sans-serif;
	font-size: 9px;
}

.MainHeader {
	font-size: 24px; 
}

.SubHeader, .DebugHeader {
	font-size: 14px; 
}

/* for faking tables in long forms */
.TableBox { 
	font-size: 	12px;
	color:		blue;
	width:		50px; /* reset inline for odd sizes */
	border:		1px darkgreen;
}

.BoxHeader {
	font-size: 12px;
	border : 1px double #000099;
	}
 
.ErrMsg {
	font-size: 16px;
	color: red;
	}
 
.BoxList {
	font-size: 9px; 
	font-weight: normal;
}

.BoxListBold {
	font-size: 11px; 
	font-weight: 900;
}

.BodyText {
	font-size: 12px; 
	font-weight: normal;
	margin : 10px;
	text-align : left;
}

 .SimpleText {
 	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 10px;
}

.NavBar {
	font-size: 12px; 
	color: #000099;
 }

 .DebugListing {
	font-size: 12px; 
	color: #006400;
 }
