body{
	margin : 0px;
	padding: 0px;
	}

a:link, a:visited{
	color: #183E98;
	text-decoration: none;
	}

a:hover{
	text-decoration: underline;
}

table{
	font : 13px Arial,sans-serif;
	}

.address{
	font : 13px tahoma;
	color : #183E98;
	text-align : left;
}

#globalNav{
position: relative;
width: 100%;
min-width: 640px;
height: 32px;
color: #cccccc;
padding: 0px;
margin: 0px;
background-image:  url("../img/glbnav_background.gif");
}

#globalNav img{
	margin-bottom: -4px;
 
}

#gnl {
	position: absolute;
	top: 0px;
	left:0px;
}

#gnr {
	position: absolute;
	top: 0px;
	right:0px;
}

#globalLink{
	position: absolute;
	top: 6px;
	height: 22px;
	min-width: 640px;
	padding: 0px;
	margin: 0px;
	left: 10px;
	z-index: 100;
}

a.glink, a.glink:visited{
  	font-size: 11px;
  	color: #000000;
	font-weight: bold;
	margin: 0px;
	padding: 2px 5px 4px 5px;
	border-right: 1px solid #8FB8BC;
}

a.glink:hover{
	color: #283CA8;
	text-decoration: none;
}


