.style1 {
	color: #FFFFFF;
	font-weight: bold;
}
.style2 {
	color: #FFFFFF;
	font-weight: bold;
	font-family: "Gill Sans MT", sans-serif;
	font-size: 12px;
}
.style3 {
	color: #43678E;
	font-weight: bold;
	font-style: italic;
}
.style5 {color: #43678E}
.style6 {color: #000000}
table.data {
	border-color: #43678E;
	border-style: solid;
	border-width: 1px;
	font-size:10px;
}
td.data {
	color:#FFFFFF;
	background-color:#43678E;
}
body, td {
	font-family: "Gill Sans MT", sans-serif;
}
.imgleft {
	float: left;
	margin: 6px;
}
.td {
	font-family: "Gill Sans MT", sans-serif;
}
/* spacing between words on top heading */
.letterspacingtop{ 
	letter-spacing: 5.5px;
}
.background1
{
	background-repeat:no-repeat;
	background-position:right bottom;
	background-image:url(../images/globebk.gif)
}
.topmenu{
	font-family: "Gill Sans MT", sans-serif;
	text-transform: uppercase;
	font-size: 1.54ex;
	line-height: 1.5em;
	letter-spacing: 1px;
	color:#FFFFFF;
	font-weight:500;
	float: right;
}

.footer{
	font-family: "Gill Sans MT", sans-serif;
	
	font-size: .84em;
	line-height: 1.2em;
	letter-spacing: 1px;

}
.leftmenu{
	font-family: "Gill Sans MT", sans-serif;
	text-transform: uppercase;
	/* text-decoration: underline; color: #B73A38; */	
	border-bottom: 1px solid #43678E;
	font-size: .9em;
	color:#000000;
	float: right;
}

.leftcolorbar {
	border-left: 1px solid #43678E;
	}
	
.reduppercasetitle {
	text-transform:uppercase;
	color:#B73A38;
	font-size: 1em;
	font-weight:800;
	}
/* black border around entire layout */
td.container { 
	color: #000;
	border: 1px #000 solid;
}

/* Top Bottom Navigation Float Right */
.topbottommenu{
	float:right;
}
	
.tableright {
	float:right;
	color: #000000;
	padding: 0px, 2px, 2px, 0px;
	font-family: "Gill Sans MT", sans-serif;
}
	
	
/* regular links */
a, a:link, a:visited, a:hover {
	text-decoration: underline;
}

/*top links */
a.topmenulinks, a.topmenulinks:link, a.topmenulinks:visited, a.topmenulinks:active {
	color: #FFFFFF;
	text-decoration: none;
}
a.topmenulinks:hover {
	text-decoration: none;
	color: #CCCCCC;
}

/* Set grouped link colors using a class */

.white a:link {
	color: #ffffff;
	text-decoration: none;
	}

.white a:visited {
	color: #ffffff;
	text-decoration: none;
	}

.white a:hover {
	color: #cccccc;
	text-decoration: underline;
	}

.white a:active {
	color: #ffffff;
	text-decoration: none;
	}
	
.brown a:link {
	color: #000000;
	text-decoration: underline;
}

a:link.brown {
	color:#000000;
}

.brown a:visited {
	color: #000000;
	text-decoration: underline;
}

.brown a:hover {
	color:#000000;
	text-decoration: underline;
	}

.brown a:active {
	color: #000000;
	text-decoration: underline;
	}

.menu a:link {
    color:#000000;
	text-decoration: none;
	}

.menu a:visited {
	color: #000000;
	text-decoration: none;
	}

.menu a:hover {
	color:#999999;
	
	}

.menu a:active {
	color: #999999;
	text-decoration: none;
	}

.blackuppercase{
	text-transform:uppercase;
	color:#000000;
	font-size: .8em;
}

.hide {
	visibility:hidden;
	display:none;
}

.show {
	display:block;
}

.underline {
	text-decoration: underline;
}

.headerHighlight {
	font-size:12px;
	font-weight:bold;
	color: #42688F;
}