/* 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 #333333; }
			 
a:link { color: #333366;
		 font-size: 10px;
		 font-weight: bold; }

a:hover { color: #333366;
		  font-size: 10px;
		  font-weight: bold;
		  text-decoration: none; }
		 
a:visited { color: #999999;
		    font-size: 10px;
		    font-weight: bold; }

.pageCopy { font-size: 10px;
		    text-align: left;
		    line-height: 1.5;
		    color: #666666; }
			
.footerCopy { font-size: 9px;
		      text-align: left;
		      line-height: 1.5;
		      color: #666666; }
			  
.articleTitles { font-size: 14px;
		         text-align: left;
				 font-weight: bold;
				 font-style: italic;
				 color: #333366; }
			
.highlightTable { font-size: 10px;
		   		  text-align: left;
				  line-height: 1.5;
				  color: #666666;
				  border: 1.5px solid #333333; }
				  
.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;
				font-style: italic;
			    color: #333333; }
				
.articlesEmphasis { font-size: 11px;
		    	    text-align: left;
		            font-weight: bold;
				    color: #333333; }
					
.articlesUnderline { font-size: 11px;
	                 text-align: center;
					 font-weight: bold;
					 font-style: normal;
					 text-decoration: underline;
					 color: #333333; }
					 
.articlesFootnote { font-size: 9px;
	                text-align: left;
					font-style: normal;
					color: #333333; }
				
h1 { font-size: 14px;
	 text-align: left;
	 font-weight: bold;
	 font-style: italic;
	 color: #333366; }
	 
h2 { font-size: 18px;
	 text-align: center;
	 font-weight: bold;
	 color: #333366; }
				

			
