html, body {  
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	
	border: 0px;
	padding: 0px;
	text-align: left;
	
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
}
.address { 
	background-color: #bebebe;
	padding-top: 15px;
	font-family: Arial, Helvetica, sans-serif;  
	font-size: 11px; 
	line-height: 14px; 
	color: #000000;
}

.address a:link {color: #ff0000; text-decoration: none}
.address a:visited {color: #ff0000; text-decoration: none}
.address a:hover {color: #b50000; text-decoration: underline}
.address a:active {color: #ff0000; text-decoration: none}

.copyright { 
	font-size: 10px; 
	line-height: 14px;
}
.copyright a:link {color: #ff0000; text-decoration: underline}
.copyright a:visited {color: #ff0000; text-decoration: none}
.copyright a:hover {color: #b50000; text-decoration: none}
.copyright a:active {color: #ff0000; text-decoration: none}

.tablebg { background-image: url(images/tablebg.jpg);}

table {
	font-family: Arial, Helvetica, sans-serif; 
	color: #000000; 
	font-size: 12px;
	text-align: left;
	line-height: 15px;
}

table  a:link {color: #da1515; text-decoration: underline}
table  a:visited {color: #da1515; text-decoration: underline}
table  a:hover {color: #e77878; text-decoration: none}
table  a:active {color: #da1515; text-decoration: underline}	
	