.body         { color: #000; font-size: 10px; font-family: Helvetica, Arial; font-style: normal; font-weight: normal; line-height: 14px; text-align: left; word-spacing: normal; letter-spacing: normal }
.body a:link    { color: #009de9; font-size: 10px; font-family: Helvetica, Arial; font-style: normal; font-weight: normal; line-height: 14px; text-align: left; word-spacing: normal; letter-spacing: normal }
.body a:hover    { color: #039; font-size: 10px; font-family: Helvetica, Arial; font-style: normal; font-weight: normal; line-height: 14px; text-decoration: underline; text-align: left; word-spacing: normal; letter-spacing: normal }
.body a:visited    { color: #999; font-size: 10px; font-family: Helvetica, Arial; font-style: normal; font-weight: normal; line-height: 14px; text-align: left; word-spacing: normal; letter-spacing: normal }
.boldbody    { color: #444; font-size: 10px; font-family: Helvetica, Arial; font-style: normal; font-weight: bold; line-height: 14px; text-align: left; word-spacing: normal; letter-spacing: normal }
.nav           { color: white; font-size: 9px; font-family: Helvetica, Arial; font-style: normal; font-weight: bold; text-decoration: none; word-spacing: normal; letter-spacing: normal; vertical-align: middle }
.nav a:link    { color: white; font-size: 9px; font-family: Helvetica, Arial; font-style: normal; font-weight: bold; text-decoration: none; word-spacing: normal; letter-spacing: normal; vertical-align: middle }
.nav a:hover   { color: white; font-size: 9px; font-family: Helvetica, Arial; font-style: normal; font-weight: bold; text-decoration: underline; word-spacing: normal; letter-spacing: normal; vertical-align: middle }
.nav a:visited    { color: white; font-size: 9px; font-family: Helvetica, Arial; font-style: normal; font-weight: bold; text-decoration: none; word-spacing: normal; letter-spacing: normal; vertical-align: middle }
.contact       { color: #444; font-size: 9px; font-family: Helvetica, Arial; font-style: normal; font-weight: normal; line-height: 12px; text-align: justify; word-spacing: normal; letter-spacing: normal }
.TOP    { color: #039; font-size: 9px; font-family: Helvetica, Arial; font-style: normal; font-weight: normal; line-height: 12px; text-decoration: none; text-align: justify; word-spacing: normal; letter-spacing: normal }
.TOP a:link   { color: #039; font-size: 9px; font-family: Helvetica, Arial; font-style: normal; font-weight: normal; line-height: 12px; text-align: justify; word-spacing: normal; letter-spacing: normal }
.TOP a:hover   { color: #039; font-size: 9px; font-family: Helvetica, Arial; font-style: normal; font-weight: normal; line-height: 12px; text-decoration: underline; text-align: justify; word-spacing: normal; letter-spacing: normal }
.TOP a:visited   { color: #039; font-size: 9px; font-family: Helvetica, Arial; font-style: normal; font-weight: normal; line-height: 12px; text-align: justify; word-spacing: normal; letter-spacing: normal }
.head        { color: #039; font-size: 12px; font-family: Helvetica, Arial; font-style: normal; font-weight: bold; line-height: 18px; word-spacing: normal; letter-spacing: normal }
.subhead         { color: gray; font-size: 9px; font-family: Helvetica, Arial; font-style: normal; font-weight: bold; line-height: 14px; word-spacing: normal; letter-spacing: normal; vertical-align: top }


a img{margin:1px}
a:hover img{border:1px solid #ccc; margin:0px}

/*drop down menu */
#navbar {
	margin: 0;
	margin-left:20px;
	padding: 0;
	height: 1em;
	color: white; font-size: 10px;
	font-family: Helvetica, Arial; font-style: normal; font-weight: normal; line-height: 14px; text-align: left; word-spacing: normal; letter-spacing: normal
	}
#navbar li {
	list-style: none;
	float: left; 
	}
#navbar li a {
	display: block;
	padding: 3px 8px;
	background-color: #003399;
	color: #fff;
	text-decoration: none; 
	background:url(images/nav_arrow.gif) no-repeat;
	padding-left:15px;
	padding-right:18px;
	}
	#navbar li a:hover {text-decoration: underline;  }
#navbar li ul {
	display: none; 
	width: 10em; /* Width to help Opera out */
	background-color: #69f;}
#navbar li:hover ul, #navbar li.hover ul {
	display: block;
	position: absolute;
	margin: 0;
	padding: 0; }
#navbar li:hover li, #navbar li.hover li {
	float: none; }
#navbar li:hover li a, #navbar li.hover li a {
	background:#003399;
	padding:3px 5px;
	border-bottom: 1px solid #fff;
	color: #fff; }
#navbar li li a:hover {
	background-color: #8db3ff; 
	text-decoration:underline;}
