/* Base Tags */
/* leftmargin="30" topmargin="30" marginwidth="30" marginheight="30" */
html, body {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px;
	color: #FFFFFF;
	background-color: #333333;
	margin: 0 auto;
	text-align:center;
	width:920px;
	leftmargin="30" topmargin="30" marginwidth="30" marginheight="30"
}

p {	
	/* The site has overrides via table parameters, we must override them */
	font-size: 12px;
	color: #FFFFFF;
	margin-left: 0px;
	margin-right: 0px;
}

/* link="#FFCC66" vlink="#FFCC66" alink="#FFCC66"  */

a:link, a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}

a:hover, a:active {
	color: #F0F0F0;
	text-decoration: underline;
}

h1 {  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 16px; 
	color: #FFFFFF; 
	font-weight: bold;
}

h2 {  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 14px; 
	color: #FFFFFF; 
	font-weight: bold;
}

h3 {  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 14px; 
	color: #FFFFFF; 
}


/* Custom Tags */
.telno {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 20px; 
	line-height: 22px; 
	font-weight: lighter; 
	color: #FFFFFF; 
	text-decoration: none; 
	text-transform: none; 
	font-variant: normal; 
	font-style: normal;
}

.footer {
	width: 756px;
	font-size: 10px !important;
	text-align: center;
}

