/* CSS Document */

<!--
    body {
       font-family: Geneva, Arial, Helvetica, sans-serif;
	   background-color: #FFFFFF;
	   font-size: 14px;
	   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;
       }
	   
	.style1 {color: #FF6600;
	    font-size: 13px;
		}
	
	.style2 {color: #FF6600;
	    font-weight: bold;
		text-align: center;
		font-size: 13px;
		}
	
	.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: black;
	   font-weight: normal;
	   font-size: 10px;
	   text-align: left;
	   }
	
   form {
       color: gray;
	   font-size: small;
	   text-align: right;
	   }
   
   
   input {
       color: gray; 
       font-size: 12px;
       }
   
   select {
       color: gray; 
       font-size: 12px;
       }
	
	td.title {
	    padding-left: 140px; 
		padding-bottom: 5px;
		padding-top:10px; 
		font: 120% bold;
		color: #FFF;
		background-color: #027DC3;
		}
	
	td.text {
	    font-size: 12px;
		color: black;
		padding-right: 10px;
		}
		
	td.chart_white_t {
	    font-size: 11px;
		color: black;
		border-top: 1px solid #ccc;
		border-left: 1px solid #ccc;
		border-right: 1px solid #ccc;
		padding: 5px 0 5px 20px;
		}
	
	td.chart_white_d {
	    font-size: 11px;
		color: black;
		border-top: 1px solid #ccc;
		border-right: 1px solid #ccc;
		padding: 5px 0 5px 20px;
		}
		
	td.chart_tint_t {
	    font-size: 11px;
		color: black;
		border-top: 1px solid #ccc;
		border-left: 1px solid #ccc;
		border-right: 1px solid #ccc;
		padding: 5px 0 5px 20px;
		background-color: #F5F5F5;
		}
	
	td.chart_tint_d {
	    font-size: 11px;
		color: black;
		border-top: 1px solid #ccc;
		border-right: 1px solid #ccc;
		padding: 5px 0 5px 20px;
		background-color: #F5F5F5;
		}
	
	td.name {
	    font-weight: bold;
		color: #027DC3;
		font-size: 13px;
		border-bottom: 1px solid #027DC3;
		}
		
	td.bluename {
	    font-weight: bold;
		color: #027DC3;
		font-size: 13px;
		}
	
	td.nameorange {
	    font-weight: bold;
		color: #F60;
		font-size: 80%;
		border-bottom: 1px solid #027DC3;
		}
		
	td.namegreen {
	    font-weight: bold;
		color: #390;
		font-size: 80%;
		border-bottom: 1px solid #027DC3;
		}

	td.description {
	    font-size: 70%;
	    color: #999999;
	    padding-top: 5px;
	    padding-bottom: 10px;
	    }
	
	td.description a:link {
	    text-decoration: underline;
	    }
		
    td.header {
	    background-color: #3c98a2;
		color: #ffffff; 
		font-size: 18px;
		font-weight: bold; 
		padding: 4px 0 4px 45px;
		}
		
	td.header a:link {
	    text-decoration: underline;
		color: #fff;
		}
		
	td.header a:visited {
	    text-decoration: underline;
		color: #fff;
		}
	
		
	.list {
	    font-weight: normal; 
	    color: black; 
		font-size: 85%;
		}
		
	span.header {
	   font-size: 16px;
	   font-weight: bold;
	   }
	
	span a:link {
	   color: #F60;
	   text-decoration: underline;
       }
	   
	span.language {
	    padding-right: 25px;
		color: #FFFFFF; 
		font-weight: bold;
		}
	
	span.language a {
	    color: #FFFFFF;
		text-decoration: underline;
       }
	
	span.language a:link {
	    color: #FFFFFF;
		text-decoration: underline;
       }
	   
	span.frys {
		color: black; 
		font-weight: bold;
		}
	   
	span.frys a {
	    color: black;
		text-decoration: underline;
       }
	   
	span.name {
	    color: #027DC3;
		font-size: 12px;
		font-weight: bold;
		text-decoration: none;
		}
		
	span.name a:link {
	    text-decoration: none;
		}
	   
	#footer {
        font-size: 10px;
        color: gray;
	    text-align: center;
	    border-top: solid #007DC0 1px;
	    padding-top: 15px;
        }
	   
	#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;
	    }


-->


