<!--
	/************************************************************
	* CSS - SpookyFaces
	* Cascading Style Sheet for content, links, boxes
	* author: Michaelis und Freunde
	* created: July 2003
	*
	* version: 1.2
	*************************************************************/
-->

<style type="text/css">

<!--	
		
this is important! { text-decoration: none; }

/* text style */

body {
	margin-top: 20px;
	scrollbar-face-color: ThreeDFace !important;
	scrollbar-shadow-color: ThreeDDarkShadow !important;
  	scrollbar-highlight-color: ThreeDHighlight !important;
  	scrollbar-3dlight-color: ThreeDLightShadow !important;
  	scrollbar-darkshadow-color: ThreeDDarkShadow !important;
  	scrollbar-track-color: #FFFFFF !important;
  	scrollbar-arrow-color: ButtonText !important;
	}

.bodytext, td, p { 
	color: #000000; 
	font-size: 11px; 
	line-height: 18px; 
	font-family: tahoma, arial, helvetica, geneva, sans-serif; 
	font-weight: normal; 
	text-decoration: none;
	}
	
.info { 
	color: #666666; 
	font-size: 10px; 
	line-height: 13px; 
	font-family: tahoma, arial, helvetica, geneva, sans-serif; 
	font-weight: normal; 
	text-decoration: none; 
	}
	
.head, h1 { 
	color: #FF6600; 
	font-size: 12px; 
	line-height: 13px; 
	font-family: tahoma, arial, helvetica, geneva, sans-serif; 
	font-weight: bold; 
	text-decoration: none;
	text-transform: uppercase;
	}

/* style for links */

a { 
	color: #FF6600; 
	font-size: 10px; 
	line-height: 13px; 
	font-family: tahoma, arial, helvetica, geneva, sans-serif; 
	font-weight: normal; 
	text-decoration: none; 
	}
	
a:hover { 
	color: #000000; 
	font-size: 10px; 
	line-height: 13px; 
	font-family: tahoma, arial, helvetica, geneva, sans-serif; 
	font-weight: normal; 
	text-decoration: none; 
	}
	
a:visited	{ 
	color: #AAAAAA; 
	font-size: 10px; 
	line-height: 13px; 
	font-family: tahoma, arial, helvetica, geneva, sans-serif; 
	font-weight: normal; 
	text-decoration: none; 
	}
	
/* style for navlinks */

.nav a:link, .nav a:visited { 
	color: #666666; 
	font-size: 10px; 
	line-height: 13px; 
	font-family: tahoma, arial, helvetica, geneva, sans-serif; 
	font-weight: normal; 
	text-decoration: none;
	text-transform: uppercase;
	}
	
.nav a:hover { 
	color: #000000; 
	font-size: 10px; 
	line-height: 13px; 
	font-family: tahoma, arial, helvetica, geneva, sans-serif; 
	font-weight: normal; 
	text-decoration: none;
	text-transform: uppercase;
	}

.navActive a:link, .navActive a:visited, .navActive a:hover { 
	color: #000000; 
	font-size: 10px; 
	line-height: 13px; 
	font-family: tahoma, arial, helvetica, geneva, sans-serif; 
	font-weight: normal; 
	text-decoration: none;
	text-transform: uppercase;
	}

/* style for boxes */

#contentBox { padding: 10px; }
#navBox { padding: 5px; }

-->

</style>