@charset "utf-8";
/* CSS Document */
body {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
    color: black;
	font-size: 11px;
	line-height: 13px;
	letter-spacing: 1px;
	
}


/* unvisited link */
a:link {
    color: #000000;
	text-decoration: none;
	size:6px;
	letter-spacing:2px;
    line-height: 18px;

}

/* visited link */
a:visited {
    color: #000000;
	text-decoration: none;
}

/* mouse over link */
a:hover {
    color: #9b5028;
	text-decoration:underline;
}

/* selected link */
a:active {
    color: #9b5028;
	text-decoration:underline;
}


.brown {
    color: #ad6f4c;
	
}

.address1 {
	font-size: 12px;

}

.address2 {
	font-size: 9px;
}

.namesmall {
	font-size: 7px;
	
	
	
}
a.menu {
	color: #000000;
	text-decoration: none;
	size:6px;
	letter-spacing:2px;
    line-height: 18px;
}

a.menu:hover {

	color: #9b5028;
	text-decoration:underline;
	
	}

a.menu:active {

	color: #9b5028;
	text-decoration:underline;

	
	}

a.menu:visited {
}

a.current {
     color: #9b5028;
	 text-decoration:underline;
	 size:6px;
	letter-spacing:2px;
    line-height: 18px;
}
.port_tn {
    opacity: 0.1;
    filter: alpha(opacity=10); /* For IE8 and earlier */
	border:0
}

.port_tn:hover {
    opacity: 1.0;
    filter: alpha(opacity=100); /* For IE8 and earlier */
}

.port_sl {
    opacity: 1.0;
    filter: alpha(opacity=100); /* For IE8 and earlier */
	border:0
}

.port_sl:hover {
    opacity: 0.8;
    filter: alpha(opacity=85); /* For IE8 and earlier */
}
		