/* CSS Document */

.style1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
}
.style2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold
}
.style3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	color:#DECE9C
}

.style4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: bold;
	color:#000000
}
.style5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color:#000000
}
.style6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color:#000000
}
.style7 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: bold;
	color:#FFFFFF
}
	
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color:#000000
}

a {
	color:#745042;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	text-decoration:none;
}

a:hover {
	color:#333333;
}

