<!-- PRH STYLE SHEET -->
<!-- copyright (C) 2004 2W Design  -->
<!-- www.2wdesign.com / info@2wdesign.com  -->

body, input, select, textarea {
		font-size : 11px;
		line-height: 16px;
		
		color : #666666;
		font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
}

td	{	font-size : 11px;
		color : #666666;
		line-height: 16px;
		font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;}
		
.maintxt	{	left-margin: 20px;}

/*table with margin-right and margin-left*/
.sp { margin-right: 15px; margin-left: 50px; }
					
.titel 		{	font-size: 10px;
				color:#FD682E;
				font-weight:bold;
				line-height:18px;
				text-transform: uppercase;}
				
.orangetxt	{	color:#FD682E;}
.copyright 	{ 	color:#AAC4DD;
				font-size : 10px;}

body {		background-color:#FFFFFF;	
			/* scrollbar-face-color:#CCCCCC;
            scrollbar-highlight-color:#CCCCCC;
            scrollbar-3dlight-color:#FFFFFF;
            scrollbar-darkshadow-color:#EEEEEE;
            scrollbar-shadow-color:#FFFFFF;
            scrollbar-arrow-color:#FFFFFF;
            scrollbar-track-color:#EEEEEE;*/ }

a:link  	{  	color: #0A4E92; text-decoration: none; }
a:visited 	{ 	color: #0A4E92; text-decoration: none; }   
a:hover 	{  	color: #FF9900; text-decoration: none; }
a:active  	{  	color: #FF9900; text-decoration: none; }


		
input {		font-family: Verdana, Arial, Helvetica, sans-serif; 
		font-size: 9px;
		color: #333333;
		background-color: #F4F7F9;
		border-color: #777777 #D8D8D8 #D8D8D8 #777777;
		border-style: inset;
		border-top-width: 1px;
		border-right-width: 1px;
		border-bottom-width: 1px;
		border-left-width: 1px
      }

textarea {	font-family: Verdana, Arial, Helvetica, sans-serif; 
		font-size: 9px;
		line-height: 14px;
		color: #333333;
		background-color: #F4F7F9;
		border-color: #777777 #D8D8D8 #D8D8D8 #777777;
		border-style: inset;
		border-top-width: 1px;
		border-right-width: 1px;
		border-bottom-width: 1px;
		border-left-width: 1px
      }
	  
select {	color: #333333; background-color: #F4F7F9; font-family: Small Fonts,Verdana, Arial, Helvetica, sans-serif;
		font-size: 9px;}
				
.box {		font-family: Verdana, Arial, Helvetica, sans-serif; 
		font-size: 9px;
		color: #333333;
		background-color: #FFFFFF;
		border-style: none;
      }
	  
	  
	  
	  
		
.navDivider{
   height: 4px;
   background: url(../img/nav_divider.gif) 0px 2px repeat-x;
   overflow:hidden;
}

#layerNav {
	position: absolute; 
	top: 246px; 
	left: 0px; 
	height: 30px;
	width: 499px;
	background: #000000;
	z-index: 5;
}

#mainNav{
	position: absolute; 
	top: 0px; 
	left: 0px; 
	height: 30px;
	width: 558;
	z-index: 15;
	overflow: hidden;
}

#mainNav img{
   cursor: pointer;
   cursor: hand;
}

.mainNavItem{
   background-position: no-repeat left top;
   background-color: transparent;
}

.navTierTwo, .navTierThree {
   position: absolute;
   top: 0px;
   left: 0px;
   width: 150px;
   visibility: hidden;
   display: block;
   border: 1px solid #b2b2b2;
   background: #ffffff;
   padding: 3px;
   padding-bottom: 5px;
   padding-top: 5px;
   z-index: 10;
}
.navTierThree {
   padding-top: 5px;
   }
   
.nonActiveItem{   
   padding: 1px;
   padding-left: 10px;
   display: block;
   color: #666666;
   cursor: pointer;
   cursor: hand;
}
.activeItem{
   color: #368DB3;
   background: #ffffff;
}
.navTierTwo a, .navTierThree a {   
   padding: 1px;
   padding-left: 10px;
   display: block;
   color: #666666;
}
.navTierTwo a:visited, .navTierThree a:visited {
   color: #666666;
}
.navTierTwo a:hover, .navTierThree a:hover {
   color: #000000;
   background: #ffffff;
}
.navHasSubMenu{ 
background: url(../img/nav_arrow.gif) 120px 5px no-repeat; 
}

