@charset "utf-8";
/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(images/BgColor.jpg);
	background-repeat: repeat;
	margin: 0px;
}
a {
	color: #0033FF;
	text-decoration: none;
}
a:hover {
	color: #333333;
	text-decoration: underline;
}

.HeaderText {
	font-style: italic;
}
.Header02stretch {
	background-image: url(images/Header02stretch.jpg);
	background-repeat: repeat-x;
}
.TopDate {
	color: #FFFFFF;
	font-size: 12px;
}
.BackgroundImage {
	background-image: url(images/BGstretchDown.jpg);
	background-repeat: repeat-y;
}
.Footer02stretch {
	background-image: url(images/Footer02stretch.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
.FooterLinks {
	font-size: 14px;
	padding-top: 5px;
	margin-top: 5px;
}
.FooterLinks a {
	color: #333333;
	text-decoration: none;
}
.FooterLinks a:hover {
	color: #000000;
	text-decoration: underline;
}

.FooterCopyright {
	font-size: 12px;
	margin-top: 5px;
}
.Title {
	color: #003f63;
	font-weight: bold;
	font-size: 18px;
}
.OfficeTable {
	background-color: #FFFFCA;
}
.OfficeTable td {
	padding: 3px;
	font-weight: bold;
}
.DistributorsTable {
	background-color: #E8FFFF;
	margin-top: 10px;
}
.DistributorsTable td {
	padding: 3px;
	font-weight: bold;
}
.ProductImage {
	float: right;
	margin: 5px;
}
.CopyRightText {
	font-size: 10px;
	font-style: italic;
}
.LargerImageText {
	font-size: 10px;
}
