/* CSS Document */

<!--
    body {
       font-family: Geneva, Arial, Helvetica, sans-serif;
	   background-color: #FFFFFF;
	   font-size: 12px;
	   background-image: url(../images/background.gif);
       }
	   
	a {
	   font-family: Geneva, Arial, Helvetica, sans-serif;
	   color: #000000;
	   text-decoration: underline;
       }
	
	
	a:link {
	   text-decoration: underline;
       }
    
	a:visited {
	   text-decoration: underline;
       }
    
	a:hover {
	   color: #007DC0;
	   text-decoration: underline;
       }
    
	a:active {
	   text-decoration: underline;
	   color: #666666;
       }
	
	.menu a {
	   font-family: Geneva, Arial, Helvetica, sans-serif;
	   color: #000000;
	   text-decoration: none;
       }
	
	
	.menu a:link {
	   text-decoration: none;
       }
    
	.menu a:visited {
	   text-decoration: none;
       }
	
    .menu a:hover {
	   color: #007DC0;
	   text-decoration: none;
       }

	form {
       color: gray;
	   font-size: small;
	   text-align: right;
	   }
   
   
   input {
       color: gray; 
       font-size: 12px;
       }
   
   select {
       color: gray; 
       font-size: 12px;
       }
   
	
	td.description {
	   font-size: 11px;
	   color: #999999;
	   padding-top: 5px;
	   padding-bottom: 10px;
	   }
	
	td.description a {
	    color: #999999;
       }
	
	td.description a:hover {
	   text-decoration: none;
	   color: #007DC0;
       }
	   
    td.header {
	    background-image:url(../images/chromebg2.gif);
	    background-repeat: repeat-x repeat-y;
		color: white; 
		font-size: 18px;
		font-weight: bold; 
		padding: 4px 0 4px 45px;
		}
		
	td.header a:link {
	    text-decoration: underline;
		color: white;
		}
		
	td.header a:visited {
	    text-decoration: underline;
		color: white;
		}
		
	span.header {
	   font-size: 16px;
	   font-weight: bold;
	   }
	
	span a:link {
	   color: #F60;
	   text-decoration: underline;
       }

		
	#footer {
       font-size: 10px;
       color: gray;
	   text-align: center;
	   border-top: solid #007DC0 1px;
	   padding-top: 15px;
       }
	   
	span.language {
	    padding-right: 10px;
		color: #027DC3; 
		font-weight: bold;
		}
	
	span.language a {
	    color: #027DC3;
		text-decoration: underline;
       }
	
	span.language a:link {
	    color: #027DC3;
		text-decoration: underline;
       }
	
	#footer a {
	   font-family: Geneva, Arial, Helvetica, sans-serif;
	   color: #000000;
       }
    
	#footer a:link {
	   text-decoration: none;
       }
    
	#footer a:visited {
	   text-decoration: none;
       }
    
	#footer a:hover {
	   text-decoration: none;
	   color: #007DC0;
       }
    
	#footer a:active {
	   text-decoration: none;
	   color: #666666;
	   }


-->

