
	  h1
	  {
		 font-size : 19px; 
		 margin: 45px 0px 2px 0px;	
		 font-weight:lighter;
		 color: #4c7e0b;
	  }	  
	  
	  h2
	  {
		 font-size : 22px; 
		 margin: 45px 0px 2px 30px;	
		 font-weight:lighter;
		 color: #ffffff;
	  }	  
	  
	  h3
	  {
		 font-size : 16px; 
		 margin: 0px 0px 2px 30px;	
		 font-weight:lighter;
		 color: #ffffff; 
	  }	
	  
	  	  
      body
      {
          font-size : 11px; 
          font-family : Arial; 		
      }

      p
      {
          font-size : 12px; 
          font-family : Arial; 
          color:#000;  
          padding: 5px 10px 0px 10px;  
          line-height:16px;    
      }
      .White_text_padding
      {
          font-size : 12px; 
          font-family : Arial; 
          color:#ffffff;  
          padding: 0px 10px 0px 10px;  
          line-height:16px;    
      }  

#searchbutton
{
    margin: -28px 0px 0px 148px;	
    
    position: relative;
}

	.selected {
		background:white;
	} 
      .black_text_padding
      {
          font-size : 12px; 
          font-family : Arial; 
          color:#000;  
          padding: 0px 16px 0px 20px;  
          line-height:20px;
      }   
      
      .right_menu_text_padding
      {
          font-size : 12px; 
          font-family : Arial; 
          color:#666;  
          padding: 0px 30px 0px 10px; 
          line-height:20px;
          width:164px;
          overflow:hidden;
      }       
      
      .menu_text_padding
      {
          font-size : 12px; 
          font-family : Arial; 
          color:#000;  
          padding: 0px 0px 0px 0px;     
          margin: 20px 0px 0px 13px;
      }            
      
	.leftmenu a {
		display: block;
		list-style-image:url(/images/menuoptarrow.gif);
		border: 1px;
		border-color:White;
		text-decoration: none;
		font-weight: normal;
		text-align:left;
		padding: 4px 10px 4px 8px;
		margin: 1px;
		color: #000000;
	}

.leftmenu a:hover 
{
		background-color: #ffffff;  /* the background          */	
		filter:alpha(opacity=60);   /* Internet Explorer       */
		-moz-opacity:0.6;           /* Mozilla 1.6 and below   */
		opacity: 0.6;               /* newer Mozilla and CSS-3 */	
		color: #000000;
}  

.tabs
{
	margin: 0px 0px 0px 20px; 
}


.rightmenu a 
{
		display: block;
		border: 1px;
		border-color:White;
		text-decoration: none;
		font-weight: normal;
		width:170px;
		text-align:left;
		padding: 0px 8px 4px 12px;
		margin: 1px;
		color: #000000;
		position:relative;
		
	}

.rightmenu a:hover 
{
		background-color: #ffffff;  /* the background          */	
		filter:alpha(opacity=60);   /* Internet Explorer       */
		-moz-opacity:0.6;           /* Mozilla 1.6 and below   */
		opacity: 0.6;               /* newer Mozilla and CSS-3 */	
		color: #000000;
} 

.BottomContent_Left
{
	margin: 0px; 
	width:400px;
	float:left;
	color:White;
	padding:30px;
}

		A.eclipselink:LINK {COLOR: #4c7e0b; TEXT-DECORATION: none; font-weight:bold;}
		A.eclipselink:ACTIVE {COLOR: #4c7e0b; TEXT-DECORATION: none; font-weight:bold;}
		A.eclipselink:VISITED {COLOR: #4c7e0b; TEXT-DECORATION: none; font-weight:bold;}
		A.eclipselink:HOVER {COLOR: #74ac22; TEXT-DECORATION: underline; font-weight:bold;}  

.BottomContent_Right
{
	margin: 0px;
	width:400px;
	float:left;
	text-align:right;
	color:White;
	padding:30px;
}

      .quoteinner
      {		
		float:right;
		text-align:center;
	    margin: 0px 8px 8px 8px;
		width:150px;
		padding:0px;
		display:block;
		color:#ffffff;     
		background:#74ac22;
		padding:5px;
      }