.body1 {
	font-family: Arial, sans-serif;
	color: #696969;
	line-height: normal;
	margin: 0px;
	padding: 0px;
	font-size: x-small;
	font-style: normal;
}

.client {
	font-family: Arial, sans-serif;
	color: #000000;
	line-height: normal;
	margin: 0px;
	padding: 0px;
	font-size: x-small;
	font-style: normal;
}

.body1lk:link, a:visited{
	color: #ff7f00;
	text-decoration: none;
	font-weight: bold;
}

.body1lk:hover{
	text-decoration: blink;
	color: #ff7f00;
	font-weight: bold;
}

.body2lk:link, a:visited{
	color: #ff7f00;
	text-decoration: none;
	font-family: Arial, sans-serif;
	font-size: x-small;
	font-weight: normal;
}
.body2lk:hover{
	text-decoration: blink;
	color: #ff7f00;
	font-family: Arial, sans-serif;
	font-size: x-small;
	font-weight: normal;
	
}


.title1 {
	font-family: Arial, sans-serif;
	color: #000000;
	line-height: normal;
	margin: 0px;
	padding: 0px;
	font-size: x-small;
	font-style: normal;
	font-weight: bold;
}

.quote {
	font-family: Arial, sans-serif;
	color: #ff7f00;
	line-height: normal;
	margin: 0px;
	padding: 0px;
	font-size: x-small;
	font-style: normal;
	font-weight: bold;
}

td {
	font-family: Arial, Helvetica, sans-serif;
}

th {
	font-family: Arial, Helvetica, sans-serif;
}

/************ sectionLinks styles **************/

#sectionLinks{
	margin: 0px;
	padding: 0px;

}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
	border-bottom: 1px solid #cccccc;
}

#sectionLinks a:link, #sectionLinks a:visited {
	display: block;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #cccccc;
	font-weight: bold;
	padding: 3px 0px 3px 10px;
	color: #21536A;
}

#sectionLinks a:hover{
	border-top: 1px solid #cccccc;
	background-color: #DDEEFF;
	background-image: none;
	font-weight: bold;
	text-decoration: none;
}