
/* "global" template style sheet */

BODY, BODY DIV, BODY P, BODY CAPTION, BODY TH, BODY TD, BODY LI,
BODY DD, BODY INPUT, BODY TEXTAREA {
/* TODO - attributes */
	/* font-size: 12pt; */	/* value for Netscape 4 */
	font-family: Verdana, Arial, sans-serif;
	font-size: x-small;

}

BODY {
/* TODO - attributes */
	margin: 0px;
}

H1 {
/* TODO - attributes */
	font-size: 14pt; 	/* value for Netscape 4 */
	margin-top: 0.2em;
	margin-bottom: 0.2em;
	font-weight: normal;
	color: #000000;


}

H2 {
/* TODO - attributes */
	font-size: 14pt; 	/* value for Netscape 4 */
	margin-top: 0.7em;
	margin-bottom: 0.4em;
	font-weight: bold;
	color: #6C9320;
}

H3 {
/* TODO - attributes */
	font-size: 14pt; 	/* value for Netscape 4 */
	margin-top: 0.2em;
	margin-bottom: 0.2em;
	font-weight: normal;
	color: #A4B93B;


}


H4 {
/* TODO - attributes */
	font-size: 12pt; 	/* value for Netscape 4 */
	margin-top: 0.6em;
	margin-bottom: 0.4em;
	font-weight: normal;
	color: #A4B93B;
}

P {
/* TODO - attributes */
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	font-size: small;
}

OL  {
/* TODO - attributes */
	font-size: 12pt; 	/* value for Netscape 4 * some browser have incompability with OL */
	margin-left: 1.5em;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

UL  {
/* TODO - attributes */
	margin-left: 1.5em;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	padding-left: 0px;
}

LI  {
/* TODO - attributes */
	margin-left: 1em;
	list-style-position: outside;
	list-style-type: circle;
	padding-left: 0px;
}

.style4 {font-size: 10px; color: #999999}
.style6 {
	color: #6C9320;
	font-size: 14pt;
}
.style7 {
	color: #000000;
	font-size: 10pt;
}
.style8 {color: #6C9320}