      html, body {
          color : #000;
          background : #fff;
          height : 100%;
          border-color : #c0c0c0;
		  font-family : Verdana, Arial, Helvetica, sans-serif;
          font-size : 10px;
      }
     p {
          font-family : Verdana, Arial, Helvetica, sans-serif;
          font-size : 10px;
          color : white;
          line-height : 160%;
      }
     .bold {
          font-family : Verdana, Arial, Helvetica, sans-serif;
          font-size : 10px;
          font-weight : bold;
      }
     .tab {
          border-color : #c0c0c0;
      }
     h1 {
          text-align : left;
          font-weight : bold;
          font-family : Verdana, Arial, Helvetica, sans-serif;
          font-size : 1.8em;
          padding-top : 0;
      }
     h2 {
          font-weight : normal;
          font-family : Verdana, Arial, Helvetica, sans-serif;
          font-size : 14px;
          padding-top : 0;
          color : #ed1b36;
      }
	  
	  .content {
          margin-left:0px; 
		  margin-right:0px;
      }
	  
	  .text_left {
	 		font-size: 9px;
			position: relative;
			left: 10px;
			right: -10px;
			margin-right: 25px;
				}
		
		.text_right	{		
			font-size: 9px;		
			position: relative;		
			right: 20px;		
			left: -20px;		
			clip:  rect(auto -20px auto auto);		
			margin-left: 25px;
			}
	  
	  .news_text {
		margin-left:25px; 
		margin-right:25px;
		margin-top: 25px;
				}	
		
     a:link {
          color : white;
          text-decoration : none;
          border : 0;
      }
     a:visited {
          color : white;
          text-decoration : none;
          border : 0;
      }
     a:active {
          color : white;
          text-decoration : none;
          border : 0;
      }
     a:hover {
          color : #8ed8f8;
          text-decoration : none;
          border : 0;
      }
	  
	  a.news:link {
          color : #F57F00;
          text-decoration : none;
          border : 0;
      }
     a.news:visited {
          color : #F57F00;
          text-decoration : none;
          border : 0;
      }
     a.news:active {
          color : #F57F00;
          text-decoration : none;
          border : 0;
      }
     a.news:hover {
          color : #8ed8f8;
          text-decoration : none;
          border : 0;
      }
	  
	  a.news_link {
          display : block;
          width : 250px;
          height : 50px;
          border : 1px solid #000000;
          background-image : url(../images/nc30.gif);
      }
	  
     a.news_link {
          display : block;
          width : 250px;
          height : 50px;
          border : 1px solid #000000;
          background-image : url(../images/nc30.gif);
      }
	  
     a.news_link:hover {
          background-image : url(../images/op30.gif);
      }
