/* CSS Document */


.style1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.style3 {
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.ul
{

list-style-type:none;
margin:0;
padding:0;
overflow:hidden;
}
li.menu
{
text-transform:none;
float:left;
width:120px;
}
li.menu:hover{
text-transform:uppercase;
}
a:link,a:visited {
    text-transform: none;
	color: #0000FF;
	text-decoration: underline;
	display: block;
	font-weight:normal;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	line-height: normal;
	
	font-size: 12px;
	
	
}
a:hover,a:active {
	text-transform:uppercase;
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 16px;
}
.navback {
	background-image: url(/ui/nav-new.jpg);
	position: relative;
	left: auto;
	margin: 0px;
	padding: 0px;
	float: none;
	height: 30px;
	width: 800px;
}
// nice mouse over for pictures
.gal {
	opacity:0.4;
	filter:alpha(opacity=40);
}
.gal:hover{
opacity:1;
filter:alpha(opacity=100);
}.divtop {
	display:inline;
	background-image: url(/ui/lefttop.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	border: 0px;
	clear: both;
	width: 33%;
	height: 90px;



}
.divrightop {
display:inline;
	background-image: url(/ui/topright.jpg);
	background-repeat: repeat-y;
}
.footnote {
	font-family: "Courier New", Courier, mono;
	font-size: 9pt;
	font-style: normal;
	line-height: normal;
	font-weight: lighter;
	font-variant: small-caps;
	text-align: center;
	white-space: normal;
	border: thin none;

}
