/* CSS Document */

<style type="text/css">
<!--
body {	scrollbar-face-color: #666666;	scrollbar-shadow-color: #ffffff;
	scrollbar-highlight-color: #666666;
	scrollbar-3dlight-color: #ffffff;
	scrollbar-darkshadow-color: #666666;
	scrollbar-track-color: #dedede;
	scrollbar-arrow-color: #ffffff;}
a:link {text-decoration: none}
a:active {text-decotation: underline}
a:hover {  text-decoration: underline}
a:visited {text-decoration: none}


a.grey1 {text-decoration:none;
		color:#595959;}
a.grey1:hover {color:#595959;
			  text-decoration:underline;
			  color:#595959;}
a.blue1 {text-decoration:none;
		 color:#0000ff;}
a.blue1:hover {color:#0000ff;
			  text-decoration:underline;
			  color:#ff0000;}
a.green1 {text-decoration:none;
		  color:#666666;}
a.green1:hover {color:#666666;
				text-decoration:none;
				color:#447623;}
-->