/* * * * * *  Colors  * * * * * */

	body, td, dl, ul, li, blockquote, input, textarea, select, option, p
	{ color: black; }
	
	a:active, a:link, a:visited { color: black; }	
	a.menu:link, a.menu:visited { color: black; }
	a.menuactive:link, a.menuactive:visited { color:red; }
	a:hover, a.menu:hover, a.menuactive:hover { color: red; }
	
	.Logo1 { color: Red; }
	.Logo2 { color: Red; }
	.Logo3 { color: Red; }

	h4 { color : Black; }	
	
	
/* * * * * *  Font Styles * * * * * */

	body, td, dl, ul, li, div, blockquote, input, textarea, select, option, p, a 
	{ font-family : "Courier New", Courier, monospace; }

	body, td, dl, ul, li, blockquote, input, textarea, select, option, p, a 
	{ font-size: 11px; line-height : 19px; }
	
	h4 {
		font-family : "Courier New", Courier, monospace;
		line-height : 14px;
		font-size : 11px;
	}
	
	
	a { text-decoration: none; }
	a.menu:link, a.menu:visited, a.menuactive:link, a.menuactive:visited 
	{ font-style : italic; }
		
	.Logo1   {
		font-family : Trebuchet MS, sans-serif;
		font-size: 24px;
		font-weight: normal;
	}
	.Logo2   {
		font-family : Trebuchet MS, sans-serif; 
		font-size: 11px;
		font-weight: normal;
		font-style : italic;
	}
	.Logo3   {
		font-size: 24px;
		font-weight: bold;
		font-family : "Century Gothic";
	}	

	.imgtext { font-style : italic; }

	
/* * * * * *  Misc * * * * * */	
	