/* <!-- #.#.#.#.#.#.#.#.#.#.#.#.#.#.#.#.#.#.#.#.#.#.#.#.#.#.#.#.#.#
Site/Project ::: Huron Media Website
Page Name ::: StyleSheet

Coded by ::: Scott Kidwell
Date ::: 10.05.05

Major Revisions ::: None

All graphics code is copyright 2005 Huron Media. All rights reserved.  
This document may not be edited or changed in any way except by 
Huron Media / Blaze Media developers.

Web ::: http://www.huronmedia.com
Email ::: info@huronmedia.com
#.#.#.#.#.#.#.#.#.#.#.#.#.#.#.#.#.#.#.#.#.#.#.#.#.#.#.#.#.# -->*/



body {
	font-color: #FFFFFF;
	background-color: #281706;
	font-family: "arial, verdana monspace";
	font-size:10px;
    margin-left:0; 
	margin-right:0; 
	margin-top:0; 
	margin-bottom:0; 

}

/* ### FORM PROPERTIES ### */

select   {
	font-family:Arial;
	font-size:10px;
	background-color: #F2D857;
	color: #281706;
	border:0;
	padding: 0px;	
	}

input    {
	font-family:Arial;
	font-size:10px;
	border:0;
}

textarea {
	font-family:Arial;
	font-size:10px;
	color: #281706;
	border:0;
	background-color: #F2D857;
	padding: 0px;
	
}

input.button    {
	font-family:Arial;
	color: #7d7d7d;
	font-size:6px;
	border:1px;
	background-color: #000000;
	padding: 1px;
	height: 15px;
	width: 100px;
	}

/* ### LINK PROPERTIES ### */
A {
	color: #F2D857;
	text-decoration: none;
	text-decoration: underline;
	}

A:hover {
	color: #F2D857;
	text-decoration: underline;
	}

A:active { 
	color: #F2D857;
	text-decoration: none; 
	text-decoration: underline;
	}

A:visited { 
	color: #F2D857;
	text-decoration: underline;   	
	} 	
	
A:visted.hover {
	color: #cf2f27;
	text-decoration: underline;
	}
	

A.services_menu {
	color: #FBF193;
	text-decoration: underline;
	}

A:services_menu.hover {
	color: #cf2f27;
	text-decoration: underline;
	}

A:services_menu.active { 
	color: #CF2F27;
	text-decoration: underline;
	}

A:services_menu.visited { 
	color: #CF2F27;
	text-decoration: underline;
	}	
	
DIV:location {
	color: #000000;
	font-family:Arial;
	font-size:12px;
	}

TR.light {
	background-color: #e9e9e9;
	color: #000000;
	font-family: "Arial";
	font-size:12px;
	border: 1px solid #8C8C8C;
	}	

TR.Dark {
	background-color: #dadada;
	color: #000000;
	font-family: "Arial";
	font-size:12px;
	border: 1px solid #8C8C8C;
	}
	
TD {
	color: #FFFFFF;
	font-family: "Arial";
	font-size:12px;
	}			
	
TD.light {
	background-color: #281706;
	color: #FFFFFF;
	font-family: "Arial";
	font-size:12px;
	border: 0px;
	}	
	
TD.dark {
	background-color: #281706;
	color: #FFFFFF;
	font-family: "Arial";
	font-size:10px;
	border: 0px;
	}
		
TD.plain {
	color: #FFFFFF;
	font-family: "Arial";
	font-size: 11px;
	}
	
	
TD.plain2 {
	color: #FFFFFF;
	font-family: "Arial";
	font-size: 10px;
	}	

TD.plain_med {
	color: #FFFFFF;
	font-family: "Arial";
	font-size: 12px;
	}	
	
TD.plain_small {
	color: #000000;
	font-family: "verdana";
	font-size:10px;
	}

	
/* for debug output */
PRE {
	font-family: "monospace" ;
	font-size:11px;
	}
	
