body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #000000;
	margin-left: 15px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color:#EEFFFF;
	}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #000000;
}

th {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #000000;
}

/*Green heading in bold*/
.green_heading{font-size: 14px;	color: #006666;	font-weight: bold}
/*Brown heading in bold*/
.brown_heading{
	font-size: 14px;
	color: #990033;
	font-weight: bold;
	font-style: italic;
}
/*Brown heading in bold link*/
.brown_heading_link A:link {font-size: 14px;	color: #990033;	font-weight: bold; font-style: italic; text-decoration:none; text-align:centre}
.brown_heading_link A:visited {font-size: 14px;	color: #990033;	font-weight: bold; font-style: italic; text-decoration:none; text-align:centre }
.brown_heading_link A:active {font-size: 14px;	color: #006666;	font-weight: bold; font-style: italic; text-decoration:none; text-align:centre}
.brown_heading_link A:hover {font-size: 14px;	color: #006666;	font-weight: bold; font-style: italic; text-decoration:none; text-align:centre}
/*brown text*/
.brown_text{font-size: 12px; font-family: Arial, Helvetica, sans-serif; color: #990033;}
/*Brown heading in bold link*/
.italic_text {font-family: Arial, Helvetica, sans-serif; font-size:12px; color: #000000; font-style:italic;}
/*List body text*/
.body_list {margin-left: 10px; margin-top: 10px; margin-right:10px}
/*Links in the navigation bar*/
.navigation_bar  A:link {display: block; line-height:30px; padding:5px; background: #006666; color: #ccFFcc; font-weight: bold; text-decoration:none; font-size: small; font face="Arial, Helvetica, sans-serif" }
.navigation_bar A:visited {display: block; line-height:30px; padding:5px; background: #006666; color: #ccFFcc; font-weight: bold; text-decoration:none; font-size: small; font face="Arial, Helvetica, sans-serif" }
.navigation_bar A:active {display: block; line-height:30px; padding:5px; background: #ccFFcc; color: #006666; font-weight: bold; text-decoration:none; font-size: small; font face="Arial, Helvetica, sans-serif" }
.navigation_bar A:hover {display: block; line-height:30px; padding:5px; background: #ccFFcc; color: #006666; font-weight: bold; text-decoration:none; font-size: small; font face="Arial, Helvetica, sans-serif" }
/*Selected page on the navigation bar*/
.navigation_current A:link {display: block; line-height:30px; padding:5px; background: #ccFFcc; color: #006666; font-weight: bold; text-decoration:none; font-size: small; font face="Arial, Helvetica, sans-serif" }
.navigation_current A:visited {display: block; line-height:30px; padding:5px; background: #ccFFcc; color: #006666; font-weight: bold; text-decoration:none; font-size: small; font face="Arial, Helvetica, sans-serif" }
.navigation_current A:active {display: block; line-height:30px; padding:5px; background: #ccFFcc; color: #006666; font-weight: bold; text-decoration:none; font-size: small; font face="Arial, Helvetica, sans-serif" }
.navigation_current A:hover {display: block; line-height:30px; padding:5px; background: #ccFFcc; color: #006666; font-weight: bold; text-decoration:none; font-size: small; font face="Arial, Helvetica, sans-serif" }
/*Links in the footer*/
.footer  A:link {font-size: x-small; color: #000000; text-decoration:none}
.footer A:visited {font-size: x-small; color:#000000; text-decoration:none}
.footer A:active {font-size: x-small; color:#993366; text-decoration:none}
.footer A:hover {font-size: x-small; color: #000000; text-decoration:underline}
/*Footer text*/
.footer_text {font-size: x-small; color:#000000; text-decoration:none}
/*Links in the text*/
.body_text_link  A:link {font-size: 12px; color: #000000; font-style:italic; text-decoration:none}
.body_text_link A:visited {font-size: 12px; color: #000000; font-style:italic; text-decoration:none}
.body_text_link A:active {font-size: 12px; color: #990033; font-style:italic; text-decoration:none}
.body_text_link A:hover {font-size: 12px; color:#990033; font-style:italic; text-decoration:none}
/*Table with border*/
.table_with_borders {border-width:3px; border-color:#990033}
.Bold_heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	font-weight: bold;
	color: #FF6600;
}
.brown_heading_italics {
font-size: 14px;	color: #990033;	font-weight: bold
}
