/* CSS Document */
<style type="text/css">
.style1 {
	font-size: 11px;
	font-family: tahoma;
	color: #000000;
	text-decoration:none;
}
.style2 {font-size: 10px}
.style3 {
	font-size: 11px;
	font-family: tahoma;
	color: #A08729;
}
.style4 {
	color: #766524;
	font-size: 11px;
	font-family: tahoma;
	text-decoration:underline;
}
.style5 {
	color: #766524;
	font-weight: bold;
	font-size: 11px;
	font-family: tahoma;
}
.styleBorder {
	BORDER-RIGHT: #000000 1px solid; 
	BORDER-LEFT: #000000 1px solid; 
	BORDER-BOTTOM: #000000 1px solid;
 	font-size: 11px;
	font-family: tahoma;
	color: #A08729;
}