/* CSS Document */

<!--
    body {
       font-family: Geneva, Arial, Helvetica, sans-serif;
	   background-color: #FFFFFF;
	   font-size: 16px;
	   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;
       }

	
    form {
       color: gray;
	   font-size: small;
	   text-align: right;
	   }
   
   
   input {
       color: gray; 
       font-size: 12px;
       }
   
   select {
       color: gray; 
       font-size: 12px;
       }
   
   td.mainimage {
       vertical-align: top;
	   }
 
    td.maintext {
	   text-align: left;
	   color: #333333;
	   font-size: 13px;
	   }
	   
	.title {
	   font-weight: bold; 
	   color: #027DC3; 
	   border-bottom: 1px solid #027DC3; 
	   font-size: 14px;
	   }
	   
	.menu_top_left {
	   font-size: 80%;
	   font-weight: bold;
	   text-align: center;
	   border-width: 1px 1px 0 1px;
	   border-style: solid;
	   border-color: #ccc;
	   background-color: #F5F5F5; 
	   }
	.menu_top_right {
	   font-size: 80%;
	   font-weight: bold;
	   text-align: center;
	   border-width: 1px 1px 0 0;
	   border-style: solid;
	   border-color: #ccc;
	   background-color: #F5F5F5; 
	   }
	.menu_bottom_left {
	   font-size: 60%;
	   text-align: center;
	   border-width: 0 1px 1px 1px;
	   border-style: solid;
	   border-color: #ccc; 
	   }
	.menu_bottom_right {
	   font-size: 60%;
	   padding-left: 20px;
	   border-width: 0 1px 1px 0;
	   border-style: solid;
	   border-color: #ccc;
	   }
	td.switchcontent {
	   font-size: 70%;
	   color: #999999;
	   padding: 10px 5px 10px 5px;
	   border-width: 1px;
	   border-style: solid;
	   border-color: #027DC3;
	   }
	#footer {
       width: 794px;
	   font-size: 10px;
       color: gray;
	   text-align: center;
	   border-top: solid #007DC0 1px;
	   padding-top: 15px;
       }
	   
    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.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;
       }
       


-->

