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

Master stylesheet for Marin Kitchen Works website
Author           Rick Knight <knight@microteck.com>
Version          1.1
Created          24 August 1999
Last-Modified    10 July 2001

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

/*				BODY imposes a blue background for the leading
				color of all documents. */

BODY			{ background-color: #0D6682}

/* 				Headlines in descending sizes. */

.mainhead 		{ font-family: Verdana, Arial, Helvetica, sans-serif;
				font-size: 23px; 
				line-height: 28px;
				font-style: normal; 
				font-weight: bold;
				color: #FFFFFF}
			
.subhead1 		{ font-family: Verdana, Arial, Helvetica, sans-serif;
				font-size: 18px;
				line-height: 21pt;
				font-style: normal;
 				font-weight: bold; 
				color: #FFFFFF}
			
.subhead2 		{ font-family: Verdana, Arial, Helvetica, sans-serif;
				font-size: 14px;
				line-height: 21pt;
				font-style: normal;
 				font-weight: bold; 
				color: #FFFFFF}
		
.subhead3 		{ font-family: Verdana, Arial, Helvetica, sans-serif;
				font-size: 11px;
				line-height: 14pt;
				font-style: normal;
 				font-weight: bold; 
				color: #FFFFFF}
				
/* 				"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: #FFFFFF}

.bodytext2 		{ 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: 11px;
				line-height: 14px;
				font-style: normal;
				font-weight: bold;
				color: #FFFFFF}

.bodybold2 		{ font-family: Verdana, Arial, Helvetica, sans-serif;
				font-size: 11px;
				line-height: 14px;
				font-style: normal;
				font-weight: bold;
				color: #000000}

.bodyitalic		{ font-family: Verdana, Arial, Helvetica, sans-serif;
				font-size: 11px;
				line-height: 14px;
				font-style: italic;
				font-weight: normal;
				color: #FFFFFF}

.bodyitalic2	{ font-family: Verdana, Arial, Helvetica, sans-serif;
				font-size: 11px;
				line-height: 14px;
				font-style: italic;
				font-weight: normal;
				color: #000000}
			
.footnote 		{ font-family: Verdana, Arial, Helvetica, sans-serif;
				font-size: 9px;
				line-height: 13px;
				font-style: normal;
				font-weight: normal;
				color: #000000}
						
.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: bold;
				text-decoration: underline;
				color: #FFFFFF}

/* 				"navtext" is used for the navigation text links at the bottom and/or
				top of pages. Text is slightly smaller than "bodytext"
				"navbar" is used for pipe spacers between text links */
		
.navtext 		{ font-family: Verdana, Arial, Helvetica, sans-serif;
				font-size: 10px;
				line-height: 13px;
				font-style: normal;
				font-weight: normal;
				color: #000066}
			
.navbar 		{ color: #999999}

/* 				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 only color of text.
				Basic style of text must be applied separately.*/
	
a:link 			{ color: #FFFFFF; 
				text-decoration: none}
			
a:hover 		{ color: #FFFF99; 
				text-decoration: underline}
			
a:active 		{ color: #0000CC; 
				text-decoration: underline}

a:visited 		{ color: #B3D1AB; 
				text-decoration: none}