/*BASIC TEXT*/
.style1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align:justify;
	color: #333333;
}
.style2 {
	font-family: verdana, tahoma, helvetica, arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #992200;
}
.style3 {
	font-family: verdana, tahoma, helvetica, arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #0000CD;
}
.style4 {
	font-family: verdana, tahoma, helvetica, arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}

/* VET NAMES ON VET PAGE */


.style5 {
	font-family: comic sans ms, verdana, trebruchet, tahoma;
	font-size: 18px;
	font-weight: normal;
	color: #990000;
}
.style6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	font-color: #333333;
	font-style: italic;
	color: #000000;
}

.style7 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #990000;
}
.style8 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #990000;
}



/*LINKS
Remove all image links large blue border*/
a img {border: none; } 

/* THESE ARE THE NORMAL LINKS IN THE PAGE PROPERTIES*/
a {
	text-decoration: none;
	font-size: 12px;
	font-family: arial, verdana, trebruchet, tahoma;
	color: #009900;
	font-weight: bold;
}

a:link {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #009900;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
	font-family: arial, verdana, trebruchet, tahoma;
	font-size: 12px;
	color: #FF0000;
	font-weight: bold;
}
/*a:visited {
	text-decoration: none;
	font-family: arial, verdana, trebruchet, tahoma;
	font-size: 14px;
	color: #A52A2A;
	font-weight: bold;
}*/
.class1 A:link {
	text-decoration: none;
	color: #009900;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	}
.class1 A:visited {
	text-decoration: none;
	color: #009900;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	}
.class1 A:active {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #009900;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.class1 A:hover {
	text-decoration: underline; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FF0000;
	}
#nav A:link {
	text-decoration: none;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	}
#nav A:visited {
	text-decoration: none;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	}
#nav A:active {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #666666;
	font-size: 11px;
}
#nav A:hover {
	text-decoration: underline; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FF0000;
	}
