body {
	color: #333;
	background: #A4B5EA;
	background: #A4B5EA;
	margin: 0px;
	padding: 0px;
	font-family: "Arial CE", "Arial", Arial, sans-serif;
	font-size: 9pt;
}
#header {
	/*margin-bottom: 100px;*/
	padding-bottom: 55px;
	text-align: center;
}
.menuLeftTD {
	width: 25%;
	vertical-align: top;
}
.mainTD {
	width: 75%;
	padding-right: 65px;
	text-align: justify;
}
.rightAlignPlusPad {
	text-align: right;
	padding-right: 50px;
	padding-top: 55px;
}
.rightAlign {
	text-align: right;
}
.centerAlign {
	text-align: center;
}
.productsLeftTD {
	text-align: center;
	border-right: 1px dotted #666;
}
.reproSmall {
	text-align: center;
	padding-top: 100px;
	padding-bottom: 20px;
	width: 100%;

}
h1 {
	color: #900;
	font-size: 1.5em;
	font-family: "Times New Roman", Times, serif;
	text-align: right;
	text-decoration: underline;

}

h1 img {
	margin-right: 10px;
	vertical-align: middle;
	text-decoration: underline;
}

p:first-line {
	color: #000;
	margin-left: 20px;
	padding-left: 20px;
	font-variant: small-caps;
}
.copyright {
	font-size: 0.6em;
	color: #FFFFFF;

}

a:link {
	color: #900;
	text-decoration: none;
}
a:visited {
	color: #900;
	text-decoration: none;
}
a:hover {
	color: #FFF;
	background-color: #900;
	text-decoration: none;
}
a:active {
	background-color: transparent;
	color: #FC0;
	text-decoration: none;
}
.imgTNAlign {
	float: left;
}
