@charset "utf-8";
/* CSS Document */

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #182864;
	}
body {
	background-color: #FFFFFF;
	}
a:link {
	color: #0066FF;
	text-decoration: underline;
	}
a:visited {
	text-decoration: underline;
	color: #0066FF;
	}
a:hover {
	text-decoration: none;
	color: #6C8D31;
	}
a:active {
	text-decoration: underline;
	color: #6C8D31;
	}


h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
	}
h1 {
	font-size: 11pt;
	color: #6C8D31;
	text-transform: uppercase
	}
h2 {
	font-size: 10pt;
	color: #005BB7;
	}


.copyright {
	color: #999999
	}
.tableborder-solid {
	border: 1px solid #CCCCCC;	
	}
.bullet {
	list-style-type: circle;
	}
.staffname {
	font-family: Sylfaen, serif;
	font-size: 10pt;
	font-weight: bold;
	text-transform: uppercase;
	}
.staffbio {
	color: #666666;
	font-size: 8pt;
	}
.staffphoto {
	border: 1px solid #CCCCCC;
	padding: 6px;
	}
