body,td,th {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: small;
	lang: en;
}

body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

body, body div, body p, body th, 
body td, body li, body dd    {
    /* more specific to override imported rule */
    font-size:    x-small;      
    /* false value for WinIE4/5 */
    voice-family: "\"}\"";   
    /* trick WinIE4/5 into thinking rule is over */
    voice-family: inherit;   
    /* recover from trick */
    font-size:    small
    /* intended value for better browsers */
    }

html>body, html>body div, html>body p, 
html>body th, html>body td, 
html>body li, html>body dd    {
    font-size:    small
    /* be nice to Opera */
    }

/*HEADER 3 DEFINITION - use for the headings at the top of each page*/
	h3   {
    font-size:    small;      
	font-weight: bold;
	/*add trick to fool IE 4 and 5 into displaying correct size*/
    voice-family: "\"}\"";   
    voice-family: inherit;   
    font-size:  medium;
	/*end IE 4-5 trick*/
    }
	
	/*add trick to persuade Opera to display correct size*/	
	html>body h3 {
    	font-size:    medium
    	}
	/*end Opera trick*/

/*SMALL TEXT DEFINITION - use for copyright notice*/
.small {
		/*trick to fool IE 4 and 5 into displaying correct size*/
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 0.55em;
    	voice-family: "\"}\"";   
   		voice-family: inherit;   
		/*end IE 4-5 trick*/
		/*true size*/		
   		font-size:  xx-small;
	}

/*CAPTION DEFINITION - use for picture captions*/
.caption {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: xx-small;
		font-weight: bold;
		color: #d9e7df;
		/*trick to fool IE 4 and 5 into displaying correct size*/
	    	voice-family: "\"}\"";   
    		voice-family: inherit;   
    		font-size:  xx-small;
		/*end IE 4-5 trick*/
	}

a:link {
	color: #005929;
	font-weight: bold;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	font-weight: bold;
	color: #4D8C68;
}
a:hover {
	text-decoration: none;
	font-weight: bold;	
	color: #ff0000;
}
a:active {
	text-decoration: underline;
	font-weight: bold;	
	color: #005929;
}

.acengrom {font-family: Arial Unicode MS, Lucida Sans Unicode, MS Mincho, Arial, Helvetica, sans-serif}
