
/* -----------------------------------------------------------------------

Master stylesheet for AirDoctor website
Author           Rick Knight <knight@microteck.com>
Version          1.1
Created          14 May 2001
Last-Modified    14 May 2001

----------------------------------------------------------------------- */

/* Headlines in descending sizes. */

.slogan 		{	font-family: Verdana, Arial, Helvetica, sans-serif;
					font-size: 12px;
					line-height: 12pt;
					font-style: normal;
 					font-weight: bold; 
					color: #FFFFCF }
			
.subhead1 		{	font-family: Verdana, Arial, Helvetica, sans-serif;
					font-size: 18px;
					line-height: 14pt;
					font-style: normal;
 					font-weight: bold; 
					color: #048B63 }
		
/* 	"bodytext" is the basic text style
	"bodybold" corrects a bug that causes B tag to be ignored.
	"footnote" has smaller text and leading. 
	"sup" is for trademarks, reg marks, copyright marks.
	"underline" forced underlining of links to legalese. 
	 Must be used with SPAN inside of anchor tags to work properly. */

.bodytext 		{	font-family: Verdana, Arial, Helvetica, sans-serif;
					font-size: 11px;
					line-height: 14px;
					font-style: normal;
					font-weight: normal;
					color: #000000 }
			
.bodybold 		{	font-family: Verdana, Arial, Helvetica, sans-serif;
					font-size: 10px;
					line-height: 14px;
					font-style: normal;
					font-weight: bold;
					color: #000000 }
			
.footnote 		{	font-family: Verdana, Arial, Helvetica, sans-serif;
					font-size: 9px;
					line-height: 13px;
					font-style: normal;
					font-weight: normal;
					color: #999999 }
						
.sup 			{	font-family: Verdana, Arial, Helvetica, sans-serif;
					font-size: 6px;
					line-height: 6px;
					font-style: normal;
					font-weight: normal;
					color: #000000;
					vertical-align: super; }
			
.underline 		{	font-family: Verdana, Arial, Helvetica, sans-serif;
					font-size: 11px;
					line-height: 14px;
					font-style: normal;
					font-weight: normal;
					text-decoration: underline;
					color: #000000 }

/* Style for legal disclaimers */
	
.legal 			{	font-family: Verdana, Arial, Helvetica, sans-serif;
					font-size: 10px;
					line-height: 11px;
					font-style: normal; 
					font-weight: normal;
					color: #999999 }
			
/* 	Link styles change color of text and background.
	Basic style of text must be applied separately.*/
	
a			{	color: #000000;
				text-decoration: none }

a:link		{	color: #000000;
				text-decoration: none }

a:hover		{	background: #6799CC;
				color : #FFFFCF;
				text-decoration: none }