a:link {
	text-decoration : none;
	font-weight: bold;
}

a:visited {
	text-decoration : none;
	font-weight: bold;
}

a:hover {
	color : #47488D;	
	font-weight: bold;
}

h1 {
	font : bold Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : #47488D;
	font-size: 16pt;
	border-top: 5px outset #47488D;
}

h2 {
	font : Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : #47488D;	
	font-size: 12pt;
}

h3 {
	font : Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : #47488D;	
	font-size: 10pt;
	font-weight : bold;
}

td {
	font-family : "Trebuchet MS";
	font-size: 10pt;
	color: #47488D;
}

p {
	font-family : "Trebuchet MS";
	font-size: 10pt;
	color: #47488D;
}

li {
	font-family : "Trebuchet MS";
	font-size: 10pt;
	color: #47488D;
}

ol {
	font-family : "Trebuchet MS";
	font-size: 10pt;
	color: #47488D;
}

body {
	background-color : White;
	margin-bottom : 0;
	margin-left : 0;
	margin-right : 0;
	margin-top : 0;
}

td.menu {
	background-color : #47488D;
	border : thin outset #47488D;
	text-align : center;
}

input {
	background-color: transparent;
	border: 1px solid;
	font : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
select {
	background-color: transparent;
	border: 1px solid;
	font : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

#navlink {
	position: absolute;
	left:  36px;
	top: 86px;
	width: 186px;
}

#navlist ul {
	margin: 0; /*removes indent IE and Opera*/
	padding: 0; /*removes indent Mozilla and NN7*/
	list-style-type: none; /*turns off display of bullet*/
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 8pt;
}

#navlist li {
	margin: 0 0 3px 0;
}

#navlist a {
	/*/*/
	display: block;
	padding: 2px 2px 2px 14px;
	border: 1px solid #333;
	width: 160px;
	background-color: #47488D;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 8pt;

	/* */

}

#navlist a:link, #navlist a:visited {
	color: #000;
	/*/*/color: #EEE;
	text-decoration: none; /* */
}

#navlist a:hover {
	border: 1px solid #333;
	background-color: #999;
	color: #333;
	background-position: top;
}

#uberlink a:link, #uberlink a:visited, #uberlink a:hover {
	/*/*/
	border: 1px solid #333;
	background-color: #999;
	background-position: top;
	color: #333; 
	/* */
	
}