body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: normal;
	color: #000000;
	margin: 0px;
	background-color: #ffffff;
}


.topnav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #FFFFFF;
	text-decoration: none;
	text-indent: 10px;
	font-weight: bold;
}

.topnav a:link {
font-family: Arial, Helvetica, sans-serif;
	font-size:x-small;
font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

.topnav a:visited{
font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

.topnav a:hover{
font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: bold;
	color: #F4F1E8;
	text-decoration: underline;
}
.nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #465597;
	display: block;
	padding: 0px 3px 7px;
	height: 22px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #003399;
	text-decoration: none;
}

.nav a:link{
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #465597;
	text-indent: 4px;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #003399;
	text-decoration: none;
	padding: 0px 3px 7px;
}

.nav a:visited{
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #465597;
	text-indent: 4px;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #003399;
	text-decoration: none;
	padding: 0px 3px 7px;
}
.nav a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #01156E;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
	text-decoration: none;
}
.greytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #4F4F4F;
	text-decoration: none;
}
.greytext2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #4F4F4F;
	text-decoration: none;
}

.spectext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #FF0000;
	font-weight: bold;
	text-decoration: none;
}
.no_margin {
	margin: 0px;
	clear: both;
	float: left;
}

.greytext_padded {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #666666;
	text-decoration: none;
	padding: 2px;
}

.product_box {
	border: 4px solid #F4F1E8;
}

.headers {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #01156E;
	padding: 4px;
	text-indent: 8px;
	text-transform: uppercase;
}
.footer{
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #01156E;
	padding: 2px;
	text-indent: 8px;
}