body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #000066;
	background-color: #FFFFFF;
}

A {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	color: #66CCFF;
}

A:Visited  {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 10px;
	font-style : normal;
	font-weight : bold;
	text-decoration : none;
	color : #66CCFF;
}

A:Active  {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 10px;
	font-style : normal;
	font-weight : bold;
	text-decoration : none;
	color : #66CCFF;
}

A:Hover  {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 10px;
	font-style : normal;
	font-weight : bold;
	text-decoration : underline;
	color : #66CCFF;
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13 px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
}

td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000066;
	text-align: justify;
}

td.l {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000066;
	text-align: left;
}

hr.dashed {
	border-top: 1px dashed #999999;
	border-bottom: 1px dashed;
	height: 2px;
	margin: 10px auto 0 0;
	text-align: left;
	border-right: 0 none;
	border-left: 0 none;
	}
	
	
.pageTitle {
	font-family: Verdana, Geneva, Arial, sans-serif;
	font-size: 13pt;
	font-weight: bold;
	color: #000000;
}


.textBox {
    border: 1px solid #000000;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #000000;
	font-weight: normal;
}


.clientBoxHead {
	border-top: solid 1px #999999;
	border-left: solid 1px #999999;
	border-right: solid 1px #999999;
	background-image: url(../images/clientboxtop.gif);
	background-position: top left;
	width: 145px;
	padding: 8px 10px 8px 10px;
	font-size: 10px;
	color: #000000;
	font-weight: bold;
	text-align: center;
}

.clientBoxBody {
	border-left: solid 1px #999999;
	border-right: solid 1px #999999;
	border-bottom: solid 1px #999999;
	border-top: solid 1px #999999;
	width: 145px;
	padding: 15px 10px 15px 10px;
	font-size: 10px;
	font-weight: bold;
	text-align: left;
}
