@charset "utf-8";
body {
	background-color: #FFFFFF;
	background-image: url(images/outer-gradient.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.normalFont {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	font-weight: normal;
	color: #000000;
	padding: 8px;
}.bodyTitles {
	color: #00535E;
}
h1 {
	font-size: 16px;
	font-weight: bold;
	color: #00525E;
}
li {
	list-style-image: url(images/bullet.jpg);
}

.normalFont a{
	color:#FF3300;
	text-decoration:none;
	font-weight: normal;
}.normalFont a:visited{
	color:#FF3300;
	text-decoration:none;
}.normalFont a:hover{
	color:#FF3300;
	text-decoration:underline;
}
.footer {
	font-family: "Century Gothic";
	font-size: 12px;
	color: #999999;
}
.footer a{
	color: #999999;
	text-decoration:none;
}
.footer a:visited{
	color: #666666;
	text-decoration:none;
}
.footer a:hover{
	color: #666666;
	text-decoration:underline;
}
.picBorder {
	border: 1px solid #CCCCCC;
	padding: 8px;
}
.clientList {
	width:430;
	height:500px;
	overflow: auto;
}
.quoteFont {
	font-style: italic;
	color: #999999;
}
