/* Added: 14 August 2006 */
/* colors used:
   #006600 - med dark green
   #3c4438 - dark grey/green
   #495e3e - med dark grey/green
*/ 

html {
	margin: 0px;
	padding: 0px;
	}

a:link { 
	font-weight: bold; 
	text-decoration: underline; 
	color: #006600;
	}

a:visited { 
	font-weight: bold; 
	text-decoration: none; 
	color: #006600;
	}

a:hover, a:active { 
	text-decoration: underline; 
	color: #495e3e;
	}

h3 {
    position: relative;
    left: 15%;
    margin-top: 50px;
    margin-bottom: 0px; 
    padding: 0;
    width: 70%;
    border: 0;
    float: left;
    font-family: Georgia, Verdana, Arial, Helvetica, sans-serif;
    font-size: 14pt;
    font-weight: bold;
    color: #3c4438;
    }

h4 {
    position: relative;
    left: 15%;
    margin-top: 50px;
    margin-bottom: 0px; 
    padding: 0;
    width: 70%;
    border: 0;
    float: left;
    font-family: Georgia, Verdana, Arial, Helvetica, sans-serif;
    font-size: 14pt;
    font-weight: normal;
	text-decoration: underline; 
    color: #3c4438;
    }