/* CSS Document */

/*
I have started a new css file so that we can start to clean things up a bit
*/

/*  Assign the body bg manually because every page has a different one !!!!???? */
body{
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	color: #0080C0; 
	text-align: justify
}
a {  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	font-weight: normal; 
	color: #0080c0; 
	text-decoration: none
}
a:hover { 
	color: #333333
}
a:active {  
	color: #0080C0
}

.virtualTourLink{
	color:#CC0000;
	text-transform:uppercase;
	font-size:14px;
	font-weight:bold;
}