/* general stuff */


body{
margin:0;
padding:0;
text-align: left;
font-family: helvetica, verdana, arial, sans-serif;
background-color: #FFFFFF;
}
  
a:link { 
color: #663300;
text-decoration: none;
}

a:visited { 
color: #663300;
text-decoration: none;
}

a:hover {
color: #000000;
text-decoration: underline; 
}
  
.centertable {
background-image: url(cms/templates/hotoprint/images/white.jpg) ;
background-repeat: repeat;
}  
  
.maintable{
margin:0px; 
padding: 0px;
font-size:12px;
font-family: helvetica, verdana, arial, sans-serif;
color: #000000;
border-right: 0px solid #000033;
border-left: 0px solid #000033;
border-top: 0px solid #000033;
border-bottom: 1px solid #000033;
}

.bottom_bg {
    background-image: url(cms/templates/hotoprint/images/bottom_bg.jpg) ;
    background-position: bottom center;
	background-repeat: no-repeat;
	margin:0px; 
	padding:0px;
	font-size:10px;
}

B {
font-size:14px;
font-family: helvetica, verdana, arial, sans-serif;
color: #333333;
font-weight: bold;
}