
body {
	margin:0px; 
	padding:0px;
} /* Need to set body margin and padding to get consistency between browsers. */

.navbox1 {
	width: 550px;
	height: 25px;
	padding:3px;
	border: 1px solid #000000;
	text-align: center;
}



.navbox {
	width: 650px;
	height: 25px;
	padding:3px;
	margin:2px;
	border: 1px solid #000000;
	text-align: center;
}
a.nav:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	word-spacing: normal;
	line-height: 15px;
}

a.nav:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	word-spacing: normal;
	line-height: 15px;
}
.navdivider {
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	word-spacing: normal;
	line-height: 15px;
}

.text{
	width: 460px;
	font-family: Arial;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	word-spacing: normal;
	line-height: 15px;
}


