html, body {
	background-color:#716f6e;
	background-image:url('images/bodybg.gif');
	background-repeat:repeat-y;
	background-position:center;
	margin:0px;
	text-align:center;
}
body table {
	margin: 0 auto;
}
.navrow {
	height:26px;
	background-image:url('images/navbg.gif');
	background-repeat:repeat-x;
}
.navrowleft {
	height:26px;
	width:5px;
	background-image:url('images/navbgleft.gif');
	background-repeat:no-repeat;
}
.navrowright {
	height:26px;
	width:5px;
	background-image:url('images/navbgright.gif');
	background-repeat:no-repeat;
}
.navspacer {
	height:26px;
	width:2px;
	background-image:url('images/navbgspacer.gif');
	background-repeat:no-repeat;
}
.navlink {
	width:169px;
	font-family:arial;
	font-size:10pt;
	color:white;
	font-weight:bold;
	cursor:hand;
}
.sectionBar {

	background-color:#0c499c;
	color:white;
	font-family:arial,verdana;
	font-size:10pt;
	font-weight:bold;
	padding:5px;
}
.pageTitle {
	color:black;
	font-family:arial,verdana;
	font-size:13pt;
	font-weight:bold;
	padding:3px;
	margin-bottom:5px;
}
.sectionContent {
	color:black;
	font-family:arial,verdana;
	font-size:10pt;
	padding:3px;
	margin-top:5px;
	margin-bottom:5px;
}
.sectionContent ul {
	margin-top:10px;
	margin-left:30px;
	margin-bottom:15px;
	color:#0c499c;
}
.existingCustomersBox {
	width:160px;
	background-color: #e7e6e6;
	padding:10px;
	float:right;

	margin-left:20px;
}
.existingCustomersTitle {
	color:#0c499c;
	font-size:10pt;
	font-family:arial,verdana;
	font-weight:bold;
	margin-bottom:10px;
}
A:link {
	color:#5e1464;
	text-decoration: underline;
	font-weight:bold;
}
A:visited {
	color:#5e1464;
	text-decoration: underline;
	font-weight:bold;
}
A:active {
	color:black;
	text-decoration: underline;
	font-weight:bold;
}
A:hover {
	color:black;
	text-decoration: underline;
	font-weight:bold;
}

.existingCustomersBox A:link {
	color:#5e1464;
	text-decoration: underline;
	font-weight:bold;
	font-size:8pt;
	font-family:arial,verdana;
}
.existingCustomersBox A:visited {
	color:#5e1464;
	text-decoration: underline;
	font-weight:bold;
	font-size:8pt;
	font-family:arial,verdana;
}
.existingCustomersBox A:active {
	color:black;
	text-decoration: underline;
	font-weight:bold;
	font-size:8pt;
	font-family:arial,verdana;
}
.existingCustomersBox A:hover {
	color:black;
	text-decoration: underline;
	font-weight:bold;
	font-size:8pt;
	font-family:arial,verdana;
}
.headerLinks {
	font-family:arial,verdana;
	font-size:7pt;
	vertical-align:top;
	text-align:right;
	padding-right:23px;
	padding-top:5px;
}
.headerLinks A:link {
	color:#5e1464;
	text-decoration: underline;
	font-weight:bold;
}
.headerLinks A:visited {
	color:#5e1464;
	text-decoration: underline;
	font-weight:bold;
}
.headerLinks A:active {
	color:black;
	text-decoration: underline;
	font-weight:bold;
}
.headerLinks A:hover {
	color:black;
	text-decoration: underline;
	font-weight:bold;
}