/* CSS Document */

a:link    {text-decoration: none;
		   color: #064f90;
	       }

a:visited {text-decoration: none;
	       color: #064f90;}

a:hover   {color: #6ccafe;
           text-decoration: underline;
           }

a:active  {text-decoration: none;}

body      {background-image: url(../images/bg_map.jpg);
	       background-repeat: no-repeat;
		   background-position: top center;
		   background-attachment: fixed;
		   margin-top: 0px;}

.text     {color: #4e4e4e;
           font-family: Verdana, Century Gothic, Arial, Helvetica, sans-serif;
		   font-size: 12px;}
		
.title    {color: #064f90;
           font-family: Verdana, Century Gothic, Arial, Helvetica, sans-serif;
		   font-size: 24px;}
		   
.navigation {color: D1D1D1;
             font-family: Verdana, Arial, Helvetica, sans-serif;
			 font-size: 12px;}
			 
.footer    {font-family: Verdana, Arial, Helvetica, sans-serif;
             font-size:10px;
			 color: #858585;}