
body {color: #000000;
	background: #DDFFBB;
	margin-top: 3%;
	margin-left: 5%;
	margin-right: 5%;
	margin-bottom: 3%;
	font-family: Arial, Verdana, helvetica, sans-serif;
	}
	
h1 {font-size: 14pt;}

h3 {font-size: 12pt;}	

hr.greenlined{color: #000000;
		background: #ffffff;
		border-bottom: solid;
		border-width: thick;
		border-color: #01ac50;
		}

	
td.green {color: #ffffff;
		background: #01ac50;
		font-size: 12pt;
		}	

td.pale {color: #01ac50;
		background: #DDFFBB;
		font-size: 10pt;
		}
		
div.announce {color: #000000;
		background: #ddffbb;
		padding: 1%;
		font-size: 12pt;
		text-align: left;
		}							
		
td.white {color: #000000;
		background: #ffffff;
		}	
		
td {font-size: 10pt; }		
		
td.underlined {color: #000000;
		background: #ffffff;
		border-bottom: solid;
		border-width: thick;
		border-color: #01ac50;
		}
				
table.green {border: solid;
	border-width: thin;
	border-color: #01ac50;
	}	
	
div.form {background: #DDFFBB;
		border: solid;
		border-width: thin;
		border-color: #01ac50;
		margin-left: 10%;
		margin-right: 10%;
		padding: 5%;
	}	
	
b.white {color: #ffffff;
				font-weight: bold;
				}	
				
a.main:link { color: #ffffff; text-decoration:none; font-weight: bold; }  /* White for unvisited links */
a.main:visited { color: #ffffff; text-decoration:none; font-weight: bold; } /* White for visited links */
a.main:active { color: #fee800; text-decoration:none; font-weight: bold; } /* Gold when link is clicked */
a.main:hover { color: #fee800; text-decoration:none; font-weight: bold; } /* Gold when mouse is over link */

a.sub:link { color: #01ac50; text-decoration:none; font-weight: bold; }  /* White for unvisited links */
a.sub:visited { color: #01ac50; text-decoration:none; font-weight: bold; } /* White for visited links */
a.sub:active { color: #fa9d1c; text-decoration:none; font-weight: bold; } /* Gold when link is clicked */
a.sub:hover { color: #fa9d1c; text-decoration:none; font-weight: bold; } /* Gold when mouse is over link */

a:link { color: #01ac50; }  /* Green for unvisited links */
a:visited { color: #808080; } /* Grey for visited links */
a:active { color: #fa9d1c; } /* Gold when link is clicked */
a:hover { color: #fa9d1c; } /* Gold when mouse is over link */






