html {
     overflow: -moz-scrollbars-vertical;
	}
 
body {
	margin-top: 0px;
	margin-bottom: 0px;
	margin: 0px;
	text-align: center;
	font-family: Lucida Grande, Geneva, Arial, Verdana, sans-serif;
	font-size: 12px;
	color: #222222;
	}

p {
	font-family: Lucida Grande, Geneva, Arial, Verdana, sans-serif;
	font-size: 12px;
	color: #222222;
	}

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

#container{
	width:800px;
	margin-top:0px;
	margin-bottom: 0px;
	margin-left:auto;
	margin-right:auto;
	}
	
.title {
	color: #5e246a;
	font-size: 18px;
	}
.subtitle {
	font-size: 14px;
	}
	
.prod-title {
	color: #64b0d5;
	font-size: 24px;
	margin-bottom: 0px;
	margin-top: 0px;
	}
	
.text {
	font-size: 12px;
	color: #222222;
	}
.text a{
	text-decoration: underline;
	}
.text:hover {
	text-decoration: none;
	}

.nut {
	border: 1px #222222 solid;
	font-size: 9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}
.nut-left {
	border-top: 1px #222222 solid;
	text-align: left;
	padding-left: 5px;
	}
.nut-right {
	border-top: 1px #222222 solid;
	text-align: right;
	padding-right: 5px;
	}
.nut-center {
	border-top: 1px #222222 solid;
	text-align: center;
	}
.nut-head {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bolder;
	font-size: 11px;
	font-stretch: expanded;
	}
	 
.footer {
	background-image: url(/images/footer.jpg);
	background-repeat: no-repeat;
	height:12px;
	padding-top: 8px;
	padding-bottom: 10px;
	padding-left: 30px;
	text-align: left;
	font-size: 9px; 
	color: #FFFFFF;
	}
	
.copyright {
	color: #FFFFFF;
	text-decoration: underline;
	}
.copyright:HOVER {
	text-decoration: none;
	}