/* Heekin Animal Hospital V 1.0 */

body { background-color: #cccccc;
	   font-family: verdana, arial, helvetica, sans-serif;
	   margin-top: 10px;
	   margin-left: 0px;
	   margin-right: 0px;
	   margin-bottom: 10px; }
	   
ul { list-style-type: dot; 
	 font-size: 10px;
	 text-align: left;
	 line-height: 2; }

.mainTable { background-color: ffffff;
			 border: 1.5px solid #663300; }
			 
a:link { color: #6F8878;
		 font-size: 10px;
		 font-weight: bold; }

a:hover { color: #6F8878;
		  font-size: 10px;
		  font-weight: bold;
		  text-decoration: none; }
		 
a:visited { color: #000000;
		    font-size: 10px;
		    font-weight: bold; }

.pageCopy { font-size: 10px;
		    text-align: left;
		    line-height: 1.5;
		    color: 666666; }
			
.highlightTable { font-size: 10px;
		   		  text-align: left;
				  line-height: 1.5;
				  color: #666666;
				  border: 1.5px solid #663300; }
				  
.highlightTable2 { font-size: 10px;
		   		   text-align: left;
				   line-height: 1.5;
				   color: #ffffff;
				   background-color: #ff9966;
				   border: 1.5px solid #663300; }
			
.names { font-size: 12px;
	     text-align: left;
   		 line-height: 1.5;
		 font-weight: bold;
		 font-style: italic;
		 color: #663300; }
					
.textEmphasis { font-size: 10px;
		    	text-align: left;
		        font-weight: bold;
			    color: 663300; }
				
.textEmphasis2 { font-size: 10px;
		     	 text-align: left;
		         font-style: italic;
			     color: 666666; }
				 
.textEmphasis3 { font-size: 10px;
		     	 text-align: left;
				 font-weight: bold;
		         font-style: italic;
			     color: 333333; }
				 
.textEmphasis4 { font-size: 10px;
		     	 text-align: left;
				 font-weight: bold;
		         color: #333333; }
				 
h1 { font-size: 12px;
	 text-align: left;
	 font-weight: bold;
	 color: #663300; }
	 
h2 { font-size: 24px;
	 text-align: center;
	 font-weight: bold;
	 color: #663300; }
				

			

