/* CSS Document */

body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link { color: #9F1B32; text-decoration: underline; }
a:visited { color: #9F1B32; text-decoration: underline; }
a:hover { color: #333333; text-decoration: none; }
a:active { color: #9F1B32; text-decoration: underline;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.3em;
	color: #425968;
   }
h2 {
	font-family: Arial, Tahoma, sans-serif;
	font-size: 1.1em;
	color: #9F1B32;

	}
	
body, p, td, th, blockquote, dl, ul, ol {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	color: #666666;
	line-height: 15px;
	margin-bottom: -2px;
	}
	
.producthead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #9F1B32;
	padding-bottom: 4px;
	}
	
.productdata {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	font-weight: strong;
	}
	
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	}
	
.footer a:link { color: #FFFFFF; text-decoration: underline; }
.footer a:visited { color: #FFFFFF; text-decoration: underline; }
.footer a:hover { color: #666666; text-decoration: none;}
.footer a:active { color: #FFFFFF; text-decoration: underline;
}	
	
ul {
	list-style-image: url(images/arrow_ender.gif);
	margin-left: 0;
	}
	
.sideText {
 	color: #9F1B32;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-left: 25px;
  }
  
.sideText a:link { color: #9F1B32; text-decoration: underline; }
.sideText a:visited { color: #9F1B32; text-decoration: underline; }
.sideText a:hover { color: #333333; text-decoration: none;}
.sideText a:active { color: #9F1B32; text-decoration: underline;
}

.footerRedBar{background-image:url(images/footer_redbar.gif);background-color:"#b2b2b2"}
.footerGrayBox{background-image:url(images/footer_graybox.gif);background-color:"#b2b2b2"}

