body {
	font-family: Arial, Helvetica, sans-serif;
	color: Navy;
	font-size: 14px;
}
a {
	font-size: x-small;
	text-decoration: none;
	font-weight: bold;
	font-style: italic;
	color: #FF9900;
	font-size: x-small;
}
a.red {
	color: #FF9900;
	clear: both;
}
img.border {
	border-top-color: #FF9900;
	border-right-color: #FF9900;
	border-bottom-color: #FF9900;
	border-left-color: #FF9900;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-right-style: none;
	border-left-style: none;
	border-top-style: solid;
	border-bottom-style: solid;
}

p {
	font-size: 14px;
}
.letter10p {
	font-size: 9px;
}

h4 {
	text-decoration: underline;
}
.style1 {
	color: #FF9900;
	font-size: 12px;
}
.style2 {
	color: #FFFFFF;
	font-size: 12px;
}
.style3 {
	font-size: 12px;
}
.clear {
	clear:both
}
	
