

td {font-family: arial, geneva, helvetica, sans serif;
	font-size: 11px;
	color: silver;
	}
	
.mediumcopy {font-family: arial, geneva, helvetica, sans serif;
			font-size: 12px;
			color: #000000;
	}

.maincopy {font-family: arial, geneva, helvetica, sans serif;
			font-size: 11px;
			color: #000000;
	}
	
.indexcopy {font-family: arial, geneva, helvetica, sans serif;
			font-size: 11px;
			color: #666666;
	}
	
p {font-family: arial, geneva, helvetica, sans serif;
	font-size: 11px;
	color: #000000;
	}
	
.heading {font-family: arial, geneva, helvetica, sans serif;
		font-size: 14px;
		color: #000000;
		font-weight: bold;
		}

h3 {font-family: arial, geneva, helvetica, sans serif;
	font-size: 14px;
	color: black;
	}
	
.phone {font-family: arial, geneva, helvetica, sans serif;
		font-size: 12px;
		color: red;
		font-weight: bold;
	}

.email {font-family: arial, geneva, helvetica, sans serif;
		font-size: 12px;
		color: red;
	}

A.main:link
	{
	text-decoration	:	underline;
	font-family		:	arial,helvetica,geneva,sans serif;
	font-size		:	12px;
	color		:	#ff0000;
	background	:	transparent;
	}
A.main:active
	{
	text-decoration	:	underline;
	font-family		:	arial,helvetica,geneva,sans serif;
	font-size		:	12px;
	color		:	#ffcc00;
	background	:	transparent;
	}
A.main:visited
	{
	text-decoration	:	underline;
	font-family		:	arial,helvetica,geneva,sans serif;
	font-size		:	12px;
	color		:	#ff0000;
	background	:	transparent;
	}
A.main:hover 
	{ 
   	text-decoration	:	underline;
   	font-family		:	arial,helvetica,geneva,sans serif; 
   	font-size		:  12px;
	color		:	#ffcc00;
	background	:	#ff0000;
}


