.NavigationMenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000066;
	padding-left: 10px;

}
a:link {
	color: #006633;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	color: #006633;
	text-decoration: none;
	font-weight: bold;

}
a:hover {
	color: #006633;
	text-decoration: underline;
	font-weight: bold;

}
a:active {
	color: #006633;
	text-decoration: none;
	font-weight: bold;

}
.RegisterHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #006633;
	text-decoration: underline;
}
.NormalText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}
.Warning {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FF0000;
}
.NormalTextBox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	width: 250px;
}
.Buttons {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #006633;
}
.ShoppingSubHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
}

a:link.ShoppingLink {
	color:#5F657A;
	font-weight:bold;
	text-decoration:none;
}
a:visited.ShoppingLink {
	color:#5F657A;
	font-weight:bold;
	text-decoration:none;
}
a:hover.ShoppingLink {
	color:#5F657A;
	font-weight:bold;
	text-decoration:underline;
}
a:active.ShoppingLink {
	color:#5F657A;
	font-weight:bold;
	text-decoration:none;
}
.ShoppingHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #006633;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;

}
.BillingHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #006633;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}
.NormalTextBox1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}
.InvoiceHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	background-color: #E0FFCC;
	padding: 3px;
}
.InvoiceSections {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	padding-right: 5px;
}
body {
	margin: 0px;
}
