.body, table, tr, td {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

.norepeat {
	background-repeat: no-repeat;
}

.repeatx {
	background-repeat: repeat-x;
}

.repeaty {
	background-repeat: repeat-y;
}
 
.px {
 	font-size: 1px;
 }
 
.tel {
	font-size: 7pt;
	color: White;
	font-weight: bolder;
	text-align: right;
}

.text {
	font-size: 10pt;
	word-spacing: -1px;
}
 
 .copyright {
	font-size: 7pt;
	word-spacing: -1px;
	color: #666666;
}
  
.border-right {
	border-right: 1px solid #a1a2a6;	
}

a:link, a:visited {
	color: Maroon;
	text-decoration: none;
	letter-spacing: 1px;
	
}

a:active, a:hover {
	color: Maroon;
	text-decoration: none;
	letter-spacing: 1px;
	
}


