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

a:link {
	color: #CC0000;
	text-decoration: underline;
}
a:visited {
	color: #333333;
	text-decoration: underline;
}
a:hover {
	color: #000000;
	text-decoration: underline;
}
a:active {
	color: #333333;
	text-decoration: underline;
}



body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #FFF;
}
.intro {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.7em;
	line-height: 1.5em;
	color: #333;
	padding: 0px;
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
}

.br-border {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
}

.pagehead {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1.2em;
	line-height: 1em;
	font-weight: bold;
	color: #900;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 20px;
}
p {
	margin-top: 6px;
	margin-bottom: 6px;
}
.red {
	color: #900;
}
.clientlist {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.7em;
	line-height: 1.4em;
	color: #333;
	padding: 0px;
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
}
