<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">

<HEAD>
<TITLE>Style sheet example</TITLE>
<STYLE TYPE="text/css">
	P   { color: green;
        font-size: 7pt;
        font-family: Arial, Geneva, Helvetica, sans-serif;
        text-indent: 0.5in }

table.mlist {
	font-family: Arial, Verdana, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #000000;
	border-width: thin;
	border-spacing: ;
	border-style: none;
	border-color: gray;
	border-collapse: collapse;
	background-color: white;
}
table.mlist th {
	border-width: 1px;
	padding: 3px;
	border-style: solid;
	border-color: gray;
	background-color: white;
	-moz-border-radius: ;
}
table.mlist td {
	border-width: 1px;
	padding: 3px;
	border-style: solid;
	border-color: gray;
	background-color: white;
	-moz-border-radius: ;
}
		

	.price2 {
	font-family: Arial, Verdana, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #FF0000;
	}
	
	.normaltxt {
	font-family: Arial, Verdana, sans-serif;
	font-weight: normal;
	font-size: 12px;
	color: #000000;
	}

	.textalignR {
	text-align: right;
	}
	
	.textalignC {
	text-align: center;
	}
	
	#lowerline {
	border-color: #000000;
	border-style: solid;
	border-width: thin;
	}
	
	TR { border-top: solid }
	
	p.leftmargin {margin-left: .3cm}




</STYLE>
</HEAD>
