body {
	margin: 0px;
	padding: 0px;
}
.lines {
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000066;
	border-bottom-color: #000066;
}
.box {
	border: thin double #000066;
}
.text {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	text-transform: uppercase;
	color: #000033;
	font-weight: bold;
}
.pallets {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: x-small;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
}
.top {
	border-top-width: medium;
	border-top-style: double;
	border-top-color: #000033;
}
.smalltxt {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: small;
	text-transform: uppercase;
	color: #000033;
	font-weight: bold;
}
a:link {
	color: #333366;
	text-decoration: none;
	font-size: small;
	text-transform: uppercase;
	font-weight: bold;
}
a:visited {
	text-decoration: none;
	color: #000066;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: xx-small;
	text-transform: uppercase;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
	color: #990000;
	font-size: xx-small;
	font-weight: bold;
}
a:active {
	text-decoration: none;
	color: #000033;
	font-size: xx-small;
	font-weight: bold;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #000033;
	font-weight: bold;
	text-transform: uppercase;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000033;
	font-weight: bold;
	text-transform: uppercase;
}
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	color: #000033;
}
.dotted {
	border-top-width: medium;
	border-top-style: dotted;
	border-top-color: #000033;
}
