/* 	(c)2001 w.steckman - all rights reserved.  */

/*------- body -------*/
body {
	SCROLLBAR-FACE-COLOR: #ffffff; 
	SCROLLBAR-HIGHLIGHT-COLOR: #ffffff; 
	SCROLLBAR-SHADOW-COLOR: #cccccc; 
	SCROLLBAR-3DLIGHT-COLOR: #666666; 
	SCROLLBAR-ARROW-COLOR: #666666; 
	SCROLLBAR-TRACK-COLOR: #ffffff; 
	SCROLLBAR-DARKSHADOW-COLOR: #666666
	}
	
.submit {
	font-family: trebuchet ms, arial, helvetica, sans-serif; 
	}
	
/*------- text --------*/	

/* head level 1 */
.h1 {
	color: #ff9933;
	font-size: 13px; 
	font-weight: bold; 
	font-family: trebuchet ms, arial, helvetica, sans-serif; 
    }

/* (link) head level 2 */
.h2 {
	color: #333366;
	font-size: 13px; 
	font-weight: bold; 
	font-family: trebuchet ms, arial, helvetica, sans-serif;
    text-decoration: none;
    }
		
/* text */
.t {
	color: #666666;
	font-size: 12px;
	font-family: tahoma, arial, helvetica, sans-serif;
	text-decoration: none;
	line-height: 200%;
}

/* small text */
.st	{
	color: #666666;
	font-size: 9px;
	font-family: arial, helvetica;
	letter-spacing: 0px;
}

/* Navigation*/
.nav1	{
    color: #666666; 
    font-size: 12px; 
    font-family: tahoma, arial, helvetica, sans-serif;
	letter-spacing: 1px;
    text-decoration: none;
}

/* Navigation active */
.nav1a {
    color: #cccccc; 
    font-size: 12px; 
    font-family: tahoma, arial, helvetica, sans-serif;
	letter-spacing: 1px;
    text-decoration: none;
}



/*############Link Descriptions############*/
/* nav1 link desc */
a.nav1:active	{ color: #666666; text-decoration: none;}
a.nav1:link		{ color: #666666; text-decoration: none;} 
a.nav1:visited 	{ color: #666666; text-decoration: none;}
a.nav1:hover 	{ color: #cccccc; text-decoration: none;}

/* nav1a link desc */
a.nav1a:active	{ color: #cccccc; text-decoration: none;}
a.nav1a:link	{ color: #cccccc; text-decoration: none;}
a.nav1a:visited { color: #cccccc; text-decoration: none;}
a.nav1:hover 	{ color: #cccccc; text-decoration: none;}

/* t link desc */
a.t:active		{ color: #666666; text-decoration: underline; }
a.t:link		{ color: #666666; text-decoration: underline; } 
a.t:visited 	{ color: #666666; text-decoration: underline; }
a.t:hover 		{ color: #333333; text-decoration: underline; }

/* st link desc */
a.st:active		{ color: #666666; text-decoration: none; }
a.st:link		{ color: #666666; text-decoration: none; } 
a.st:visited 	{ color: #666666; text-decoration: none; }
a.st:hover 		{ color: #333333; text-decoration: underline; }

/* lt link desc */
a.lt:active		{ color: #ffffff; }
a.lt:link		{ color: #ffffff; } 
a.lt:visited 	{ color: #ffffff; }
a.lt:hover 		{ color: #999999; }

/* general link desc */
a:active		{ color: #666666;  text-decoration: underline;}
a:link			{ color: #666666; text-decoration: underline; }
a:visited 		{ color: #666666;  text-decoration: underline;}
a:hover 		{ color: #999999; text-decoration: underline;
}
