body,table,td,font,span,p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
 	color: #666666;
	line-height: 12pt;
 	font-size: 8pt;
}
ul {
	padding-left: 15px;
	margin-top: 0px;
	margin-bottom: 0px;
}

a:link, a:visited {
	color: #666666;
  	text-decoration: underline;
}
a:hover {
	color: #666666;
	text-decoration: none;
}

hr {
  border: 0;
  background-color: #666666;
  height: 1px;
}


a.reverse:link, a.reverse:visited {
	text-decoration: none;
}
a.reverse:hover {
	text-decoration: underline;
}

.title {
	font-weight: bold;
}

.pageTitle {
	color: #CC3333;
	font-size: 12pt;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	width: 100%;
	padding-bottom: 2px;
	border-bottom: #EFEBEC 10px solid;
	margin-bottom: 14px;
}

.bottomTitle, .bottomTitle a:link, .bottomTitle a:visited, .bottomTitle a:hover {
	color: #999999;
}

.leftMenuTitle {
	color: #FFFFFF;
	padding-bottom: 6px;
	font-weight: bold;
}
.leftMenuText {
	color: #FFFFFF;
}
.leftMenuItem {
	color: #000000;
}
.leftMenuItem a:link, .leftMenuItem a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
 .leftMenuItem a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

.imageBorder {
	border: #999999 1px solid;
	width: 250px;
}

.main {
	padding-left: 30px;
	padding-top: 6px;
	padding-right: 5px;
}
.main2 {
	padding-left: 30px;
	padding-right: 5px;
}
.error {
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 6px solid #CC3333;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 22px;
	margin-bottom: 12px;
	color: #CC3333;
	background-color: #FFF5F5;
	background-image: url(../images/error_pointer.gif);
	background-repeat: no-repeat;
}

.leftImage {
	float: left;
	border: #999999 1px solid;
	margin-top: 3px;
	margin-right: 20px;
	margin-bottom: 6px;
	padding: 0px;
}
.productImage {
	border: #999999 1px solid;
	padding: 0px;
}
.faqSummary {
	font-weight: bold;
}
.faqSummary a:link, .faqSummary a:visited, .faqSummary a:hover {
	font-weight: normal;
}
.faqTitle, .redTitle {
	font-weight: bold;
	color: #CC3333;
	padding-top: 12px;
	padding-bottom: 4px;
}
.faqSubTitle {
	font-weight: bold;
	font-style: italic;
	text-decoration: underline;
	color: #000000;
	padding-bottom: 4px;
}
.btmRightSpacing {
	padding-right: 15px;
	padding-bottom: 3px;
}
.cell {
	vertical-align: top;
	padding-right: 25px;
}
.backtotop, .backtotop a:link, .backtotop a:visited {
	text-align: right;
	text-decoration: none;
}
.backtotop a:hover {
	text-decoration: underline;
}

.y6 { padding-top: 6px; padding-bottom: 6px; }
.y3 { padding-top: 3px; padding-bottom: 3px; }
.y2 { padding-top: 2px; padding-bottom: 2px; }
.y1 { padding-top: 1px; padding-bottom: 1px; }


#banner {
	height: 180px;
/*	padding-bottom: 4px;*/
	background: #FFFFFF;
}
#rotation {
	position: relative;
	width: 250px;
}
#rotation img {
	position: absolute;
        left:0px;
}
#rotation img.start {
	z-index: 3;
}

.black {
	color: black;
}

.red {
	color: #CC3333;
}