body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #0049BE;
	text-decoration: none;
}
a:visited {
	color: #0049BE;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
.tileTop {
	background-image: url(tile_top.jpg);
	background-repeat: repeat-x;
}
.tileLeftBlue {
	background-image: url(tile_left_blue.jpg);
	background-repeat: repeat-x;
}
.tileRightGray {
	background-image: url(tile_right_gray.jpg);
	background-repeat: repeat-x;
}
.tileMidBlue {
	background-image: url(tile_mid_blue.jpg);
	background-repeat: repeat-x;
}
.tileFooter {
	background-image: url(tile_footer.jpg);
	background-repeat: repeat-x;
}
.tileNav {
	background-image: url(tile_nav.jpg);
	background-repeat: repeat-x;
}
.tileBottom {
	background-image: url(tile_bottom.jpg);
	background-repeat: repeat-x;
}
.borderProd {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-right-color: #212930;
	border-bottom-color: #212930;
}
.textBig {
	font-size: 16px;
}
.textMed {
	font-size: 12px;
}
.textSmall {
	font-size: 11px;
}
.linkNav {
	color: #0049BE;
}
.yellow {
	color: #E9C300;
}
.yesPrint {
	width: 768px;
}