
/* -----------------------------------------------------------------------

Master stylesheet for Integrated Wave Technologies website
Author           Rick Knight <knight@microteck.com>
Version          1.0
Created          08 August 2000
Last-Modified    08 August 2000

----------------------------------------------------------------------- */

/* Headlines in descending sizes. */

.subhead1 		{	font-family: Arial, Verdana, Helvetica, sans-serif;
					font-size: 16px;
					line-height: 16pt;
					font-style: normal;
 					font-weight: normal; 
					color: #808080 }
		
.subhead2		{	font-family: Arial, Verdana, Helvetica, sans-serif;
					font-size: 12px;
					line-height: 14pt;
					font-style: normal;
 					font-weight: bold; 
					color: #808080 }

.subhead3		{	font-family: Arial, Verdana, Helvetica, sans-serif;
					font-size: 12px;
					line-height: 14pt;
					font-style: normal;
 					font-weight: normal; 
					color: #808080 }

/* 	"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: Arial, Verdana, Helvetica, sans-serif;
					font-size: 14px;
					line-height: 16px;
					font-style: normal;
					font-weight: normal;
					color: #808080 }
			
.bodybold 		{	font-family: Arial, Verdana, Helvetica, sans-serif;
					font-size: 14px;
					line-height: 16px;
					font-style: normal;
					font-weight: bold;
					color: #808080 }

.bodyitalic 	{	font-family: Verdana, Arial, Helvetica, sans-serif;
					font-size: 12px;
					line-height: 14px;
					font-style: italic;
					font-weight: normal;
					color: #808080}
			
.red1	 		{	font-family: Arial, Verdana, Helvetica, sans-serif;
					font-size: 16px;
					line-height: 16px;
					font-style: normal;
					font-weight: bold;
					color: #FF0000 }

.red2	 		{	font-family: Arial, Verdana, Helvetica, sans-serif;
					font-size: 10px;
					line-height: 12px;
					font-style: normal;
					font-weight: normal;
					color: #FF0000 }
						
.underline 		{	font-family: Arial, Verdana, Helvetica, sans-serif;
					font-size: 14px;
					line-height: 16px;
					font-style: normal;
					font-weight: normal;
					text-decoration: underline;
					color: #808080 }

.nav 			{	font-family: Arial, Verdana, Helvetica, sans-serif;
					font-size: 10px;
					line-height: 12px;
					font-style: normal;
					font-weight: normal;
					color: #808080 }

/* Style for legal disclaimers */
	
.legal 			{	font-family: Arial, Verdana, Helvetica, sans-serif;
					font-size: 10px;
					line-height: 11px;
					font-style: normal; 
					font-weight: normal;
					color: #999999 }
			
/* 	Link styles change only color of text.
	Basic style of text must be applied separately.*/
	
a			{	color: #0000FF;
				text-decoration: none }

a:hover		{	color: #FF0000;
				text-decoration : none }
