@charset "UTF-8";
/* CSS Document */

body{
	color: #333333;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

td {
font-size: 11px;
}
.footer{
font-size: 10px;
}
.tag {
	font-size: 10px;
	color: #CCCCCC;
}

a:link {
	color: #0053a0;
	text-decoration: none;
}
a:visited {
	color: #0053a0;
	text-decoration: none;
}

a:hover {
	color: #003A70;
	text-decoration: underline;
}
a:active {
	color: #0053a0;
	text-decoration: none;
}
.quote {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.quoteName {
	font-size: 10px;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 30px;
	color: #666666;

}
li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: 666666;
	list-style-type: none;
	font-size: 11px;
}

.ltgrey{
	color: #999999;
}

.clientCategory{ font-weight: bold; color: #0053a0; }