@CHARSET "ISO-8859-1";

BODY {
	margin: 0px;
	font-size: 10pt;
	font-family: Verdana, sans-serif;
	background-color: #f0fff0
}

A:LINK		{ color: green; }
A:VISITED	{ color: green; }
A:HOVER		{ color: green; }
A:ACTIVE	{ color: green; }

TABLE {
	font-size: 10pt
}

.TableTitle {
	font-size: 11pt;
	font-weight: bold;
	background-color: #f0fff0;
	border-bottom-style: solid;
	border-top-style: solid;
	border-color: green;
	border-top-width: 1px;
	border-bottom-width: 1px;
	padding: 7px
}
.TableCell {
	background-color: white;
	padding: 7px;
}

.Paragraph {
	font-weight: bold
}
.Product {
	font-weight: bold;
	background-color: #004f00;
	padding: 5px;
	color: white;
	text-align: center;
	font-size: 10pt
}
.SubProduct {
	font-size: 8pt;;
	color: #004f00;
	font-style: italic
}
.Service {
	font-weight: bold;
	background-color: #004f00;
	padding: 5px;
	color: white;
	text-align: center;
	font-size: 10pt
}
.OtherLanguage {
	font-size: 7pt;
	font-style: italic
}
.Justified {
	text-align: justify
}

.Footer {
	color: gray;
	font-size: 7pt;
	font-style: italic
}