body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
body {
	margin-top: 0px;
	background: #336699;
}
a:link {
	color: #000066;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #000099;
}
a:hover {
	text-decoration: none;
	color: #993300;
}
a:active {
	text-decoration: underline;
	color: #000000;
}
.tblRedBorder {
	padding: 4px 10px;
	border: 2px solid #993300;
}
.txtBigRed {
	font-size: 18px;
	color: #CA3301;
}
.txtBigBlack {
	font-size: 16px;
	font-weight: bold;
}
.txtLargeBlack {
	font-size: 14px;
}
/* Neutralize styling: 
   Elements with a vertical margin: */
h1, h2, h3, h4, h5, h6, p, pre,
blockquote, ol, dl, address {
	margin: 1em 0;
	padding: 0;
}
ul {
	margin: 1em 0 1em 1em;
	padding: 0 0 0 3px;
}
.imgLeft
{ float: left; 
  padding: 0px 8px 0px 0px;
}

.imgRight
{ float: right; 
  padding: 0px 0px 0px 8px;
}

.imgCenter
{ display: block;
  margin: 0 auto;
}
.imgCenterBorder
{
	display: block;
	margin: 0 auto;
	border: 1px solid #000000;
}
.imgLeftBorder
{ float: left; 
  margin: 0px 8px 0px 0px;
  border: 1px solid #000000;
}

.imgRightBorder
{ float: right; 
  margin: 0px 0px 0px 8px;
  border: 1px solid #000000;
}
.imgHeader
{
	display: block;
	margin: 0 auto;
	border-top: 1px solid #000000;
	border-right: 1px solid #000000;
	border-left: 1px solid #000000;
}
.clear {
	clear: both;
}
.boxSpecialoff {
	font-size: 16px;
	font-weight: bold;
	color: #c00000;
	background: url(../images2/special-5off.gif) no-repeat center center;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	height: 93px;
}
.boxSpecialofftext {
	padding-top: 15px;
}