
@charset "utf-8";
/* CSS Document */


body {
	background-color: #efefef;
	margin:0px;
	font-family: Tahoma, Arial;
	font-size:10pt;
	color:#004712;
}

A:visited  {color: #004712; text-decoration: none}
A:link  {color: #004712; text-decoration: none}
A:active  {color: #004712; text-decoration: none}
A:hover   {font-weight:bold; color: #004712; text-decoration: underline;}

h1 {
	color:#27a22d;
	font-size:16pt;
	font-weight:normal;
	font-family:Tahoma, Arial;
}

h2 {	
	color: #27a22d;
	font-size:12pt;
	font-weight:normal;
	font-family:Tahoma, Arial;
}

h3 {	
	color: #27a22d;
	font-size:10pt;
	font-weight:normal;
	font-family:Tahoma, Arial;
}
	
table tr td {
	font-size: 10pt;
	font-family: Tahoma, Arial;
	color: inherit;
}


