/* CSS Document */

   <style type="text/css">
        html
        {
                margin-top:0px;
                margin-left:0px;
                margin-right:0px;
                margin-bottom:0px;
                padding: 0px;
                font-size: 12px;
                color: #014864;
                background-color:#ffffff;
                font-family: Geneva, Arial, Helvetica, sans-serif;
        }

        body
        {

                margin-left:0px;
                margin-right:0px;
                margin-bottom:0px;
                padding: 0px;
                font-size: 12px;
                color: #014864;
                font-family: Geneva, Arial, Helvetica, sans-serif;
                background-color: #ffffff; 
        }

        h1
        {

                color: #a0c1c8;
                font-size: 20px;
                font-family: Georgia;
				font-weight: normal;
        }
		
		a
        {
                font-weight: bold;
                color: #014864;
                text-decoration: none;
        }

        a:visited
        {
                color: #014864;
                text-decoration: none;
        }

        a:hover
        {
                color: #a0c1c8;
                text-decoration: none;
				background-color: transparent;
  				filter:alpha(opacity=75);
  				-moz-opacity:.75;
  				opacity:.75;
  				position:relative;
  				left:1;
  				top:1;
        }
		
		td.bottom 	
		{ 
		        color: #efece7; 
				font-family: Arial, Helvetica, sans-serif; 
				font-size: 9px; 
				font-weight: bold;
				background-color: #014864;  
		}
		
		td.bottom a 	
		{ 
		        color: #fff;
				text-decoration: none;  
		}
		
		td.main	
		{ 

		}
		
		input.button
		{
				background: #014864;
    			border: 1px solid #a0c1c8;
    			color: #fff;	
				font-weight: bold;
				font-size: 12px;
				font-family: Geneva, Arial, Helvetica, sans-serif;
				padding: 2px;
		}	
		
		input.field
		{
				background: #ffffff;
				padding: 2px;
                font-size: 12px;
                color: #333333;
                font-family: Geneva, Arial, Helvetica, sans-serif;
		}
		
		textarea.field
		{
				background: #ffffff;
				padding: 2px;
                font-size: 12px;
                color: #333333;
                font-family: Geneva, Arial, Helvetica, sans-serif;
		}	
		
		img.gallery
		{ 
				width: 46px; height: 46px; cursor: pointer; 
		}
		
		img.gallery:hover
        {
                color: #a0c1c8;
                text-decoration: none;
				background-color: transparent;
  				filter:alpha(opacity=75);
  				-moz-opacity:.75;
  				opacity:.75;
  				position:relative;
  				left:1;
  				top:1;
        }
		
		img.gallerybig 
		{ 
				filter: progid:DXImageTransform.Microsoft.fade(duration=2); 
		}
		
		.header { width: 720px; height: 152px; background: #fff url('../images/header2.gif') no-repeat top center;}
		.headertext {padding: 60px 0 0 320px; font-family: Georgia; font-size: 14px; color: #a0c1c8;}
		.headertext a {font-size: 14px; font-weight: normal; color: #014864;}
