.body {
	font-family: helvetica;
	font-size: 13px;
	line-height: 13pt;
	text-align: left;
	vertical-align:top;
}

.indexbody {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 10pt;
	text-align: left;
}

.discipline {
	font-family: helvetica;
	color: blue;
	font-size: 14px;
	line-height: 5pt;
	text-align: left;
}

.liststyle {
	text-align:left;
	font-family: helvetica;
	font-size: 11px;
	line-height: 16pt;
}

.clientslist {
	font-family: helvetica;
	font-size: 9px;
	color: #FF0000;
}

.birdcrumb {
	font-family: helvetica;
	font-size: 9px;
	color: black;
	line-height: 16pt;
}

.caption {
	font-family: helvetica;
	font-size: 11px;
	color: black;
	line-height: 10pt;
}

.header {
	font-family: helvetica;
	font-size: 13px;
	line-height: 13pt;
	text-align: left;
	vertical-align:top;
}

.title {
	font-family: helvetica;
	font-size: 16px;
	line-height: 3pt;
	text-align: left;
	vertical-align:bottom;
}

.externallink {
	color: #0033CC;
	font-family: helvetica;
	font-size: 13px;
	text-align:left;
}

.subhead {
	font-size: 12px;
	font-family: helvetica;
	text-align: left;
	line-height:13pt;
}

.clients{
	color:#FF0000;
	font-size: 12px;
	font-family: helvetica;
	text-align: left;
	line-height: 16pt;
}


#dropmenudiv{
	position:absolute;
	border:1px solid black;
	border-bottom-width: 0;
	font:normal 11px/13px Helvetica;
	z-index:100;
}

#dropmenudiv a{
	width: 100%;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid black;
	padding: 2px 0;
	text-decoration: none;
	background-color:white;
	font-weight: bold;
	color: #333333;
}

#dropmenudiv a:hover{
	background-color: white;
	color: blue;
}

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}