.greyHeader {
	background-color: #E2E2E2;
}
.navbarBg {
	background-image: url(images/bgimages/ext_navbar.gif);
	background-repeat: repeat-x;
	background-position: left top;

}
.breadcrumbs {
	background-image: url(images/bgimages/ext_breadcrumbs.gif);
	background-repeat: repeat-x;
}
.breadcrumbs a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	color: #999999;
	text-decoration: none;
	list-style-image: none;
	list-style-type: none;
	text-transform: uppercase;
	vertical-align: middle;
}
.breadcrumbs a:hover {
	color: #0099FF;
}
.sideNavBg {
	background-image: url(images/bgimages/ext_buoys_sidenav.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
.sideNavBoat {
	background-image: url(images/bgimages/bg_sidenav_05.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.searchField {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(images/bgimages/search_box.gif);
	background-repeat: no-repeat;
	background-position: left top;
	color: #CC3333;

}
.sideNavLinks a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	color: #000;
	text-decoration: none;
	list-style-image: none;
	list-style-type: none;
	text-transform: uppercase;
}

.sideNavLinks a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	color: #000;
	text-decoration: none;
	list-style-image: none;
	list-style-type: none;
	text-transform: uppercase;
}


.sideNavLinks a:hover {
	color: #FFFF00;
}
/* Side Menu Styles */

.lowText, a.lowText:link, a.lowText:visited, a.lowText:active, a.lowText:focus {
 color: #000000;
 font: 12px Arial, sans-serif;
 text-align: left;
 text-decoration: none;
 padding:5px;
}

.highText, a.highText:link, a.highText:visited, a.highText:active, a.highText:focus {
 color: #FFFF00;
 font: 12px Arial, sans-serif;
 text-align: left;
 text-decoration: none;
  padding:5px;

}
.notice {
	font-style: italic;
	font-weight: bold;
	color: #FF0000;
	padding-bottom: 10px;
}

