/* This is the style sheet used by the Dawson Consulting Group home page */
/* H1, links, and watermark classes are different than the default.css */

body { background-color: #FFFFFF }

/* Links */

A:link    { color: #000099 }
A:active  { color: #FFFFCC }
A:visited { color: #000099 }

/* Text */

* { font-size: 100%; } 

body, table { color: #000066; font-family: Arial, Helvetica, sans-serif; font-size: 12px }
p, ul, ol, th, td {color: #000066; font-family: Arial, Helvetica, sans-serif; font-size: 12px }



/* special classes */
.hometext1 { 	color: #000066; 
		font-family: Arial, Helvetica, sans-serif;  
		font-size: 14px; 
		font-weight: bold; 
		margin-left: 260px; 
		margin-right: 10px;  }
.hometext2 { 	color: #000066; 
		font-family: Arial, Helvetica, sans-serif;  
		font-size: 12px; 
		margin-left: 10px; 
		margin-right: 10px;
		font-weight: normal;  }
.hometext3 {	color: #990033; 
		font-family: Arial, Helvetica, sans-serif; 
		font-size: 14px; 
		margin-left: 10px; 
		margin-right: 10px;
		font-weight: bold } 	
.hometext4 {	color: #990033; 
		font-family: Arial, Helvetica, sans-serif; 
		font-size: 12px; 
		margin-left: 10px; 
		margin-right: 10px;
		font-weight: bold } 	
.watermark {
 	background-repeat: no-repeat;
 	background-color: #FFFFFF;
 	background-position: left top;
 	margin: 0px; 
 	}