body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	}

.general {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	text-align: justify;
}
.generalCentered {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}
.generalLeft {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
}
.boldCenter {
	font-family: "Times New Roman", Times, serif; 
	font-size: 18px;
	font-weight: bold;
	color: #4B8D79;
	text-align: center;
}
.boldLeft {
	font-family: "Times New Roman", Times, serif; 
	font-size: 18px;
	font-weight: bold;
	color: #4B8D79;
	text-align: Left;
}

/*********** Default Link Style ***********/
a:link {font-family: "Times New Roman", Times, serif; font-size: 14px; color: #4B8D79;}
a:visited {font-family: "Times New Roman", Times, serif; font-size: 14px; color: #4B8D79;}
a:active {font-family: "Times New Roman", Times, serif; font-size: 14px; color: #4B8D79; background: #3D7F6C;}
a:hover {font-family: "Times New Roman", Times, serif; font-size: 14px; color: #000000; background: #C0D9D2;}


/*********** Alternate Link Style ***********/
a.alt:link {font-family: "Times New Roman", Times, serif; font-size: 14px; color: #25473C; font-weight:bold;}
a.alt:visited {font-family: "Times New Roman", Times, serif; font-size: 14px; color: #25473C; font-weight:bold;}
a.alt:active {font-family: "Times New Roman", Times, serif; font-size: 14px; color: #4B8D79; background: #3D7F6C; font-weight:bold;}
a.alt:hover {font-family: "Times New Roman", Times, serif; font-size: 14px; color: #000000; background: #C0D9D2; font-weight:bold;}


/*********** Width of tables loaded into iframe ***********/
table.wide-table { width:630px; font-family:"Times New Roman", Times, serif; font-size:14px; text-align:justify;}

