body { 
	font: 10pt tahoma; 
	color: #5F677E; 
	margin: 0px; 
}

p { 
	font: 10pt tahoma; 
	margin-top: 0px; 
	text-align: justify;
	}
	
h3 { 
	font: 7pt tahoma; 
	margin-top: 0px; 
	text-align: center;
	}

h4 { 
	font: 8pt tahoma; 
	margin-top: 0px; 
	text-align: right;
	}
	
a:link {  
	text-decoration: underline; 
	color: #5F677E;
	}
	
a:visited { 
	text-decoration: underline; 
	color: #5F677E;
	}
	
a:hover, a:active { 
	text-decoration: underline; 
	color: #A4AABB;
	}

.main {
	border: 0px none;
	background-color: #FCFCFC;

}
.mainbody {
	background-color: #FCFCFC;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
.pricebox {
	background-color: #FCFCFC;
	border: 1px solid #5F677E;

}
