body {
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color:#000000;
}
.tableBg {
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
}
p {
	margin-left: 15pt;
	margin-right: 15pt;
}
p:first-letter {
	color: #D69000;
	font-size: 12pt;
	font-weight: bold;
}
.coName {
	color: #D69000;
	font-size: 12pt;
	font-weight: bold;	
}
.headerText {
	font-size: 12pt;
	font-weight: bold;
	color: #D69000;
	margin-left: 30pt;
}
.tableHeader {
	font-size: 12pt;
	font-weight: bold;
	color: #D69000;
}
.subHeaderText {
	font-size: 12pt;
	text-decoration: underline;
}
ul {
	margin-left: 15pt;
}
li {
	margin-left: 30pt;
}
.copyrightText {
	font-size: 9pt;
	text-align: center;
}
.contactText {
	font-size: 9pt;
	text-align: left;
	color: #D69400;
	font-weight: bold;
}
.contactTextBlack {
	font-size: 9pt;
	text-align: left;
	color: #000000;
	font-weight: bold;
}
.navText {
	color: #000000;
	font-size: 9pt;
}
a.navText {
	text-decoration: none;
}
a.navText:hover {
	text-decoration: underline;
	color: #d69400;
}
.outBorder {
	border: #000000;
	border-style: solid;
	border-width: thin;
}
.cellgrey {
	background-image: url(images/navBg.jpg);
	background-repeat: repeat-x;
}
a {
	color: #D69000;
	text-decoration: none;
}
a:Hover {
	text-decoration: underline;
}