/* CSS Document */
<style>

	.body {  
		background-image: url(images/title.gif);
        background-position: bottom right;
        background-repeat: no-repeat;
        background-attachment: fixed;
	}
	
   .link {
   	  color: #0033CC;
	  text-decoration: none;
      font: 10pt Arial;
	}
	.link a{
   	  color: #0033CC;
	  text-decoration: none;
      font: 10pt Arial;
	}
	.link a:visited{
   	  color: #0033CC;
	  text-decoration: none;
      font: 10pt Arial;
	}
	.link a:active{
   	  color: #0033CC;
	  text-decoration: none;
      font: 10pt Arial;
	}
	
	.link a:hover{
	  color: #C1311C;
	  text-decoration: none;
      font: 10pt Arial;
	}				

   .menu a{
      color: white;
	  float: left;
	  width: 130px;
	  background-color: rgb(65,91,133);
	  text-decoration: none;
      font: 10pt Arial;
   }
   
   .menu a:hover{
   	  color: #0033CC;
	  width: 130px;
	  float: left;
	  background-color: white;
	  text-decoration: none;
      font: 10pt Arial;
   }
   
   .trigger{	
   	  position: absolute;
	  cursor: pointer;
   }
   
   .menu{
      font: 10pt Arial, sans-serif;
      color: #0033CC;
	  background-color: white;
      position: absolute;
      visibility: hidden;
	  cursor: pointer;	
   }
   
   .misc{
	position: absolute;
	left: 900px;
	top: 900px;
	height: 80px;
	width: 200px;
   }
   
   .text{
   		color: black;
   		font: 10pt Arial;
		text-decoration: none;
   }
   
   .body_text {
   		color: #0033CC;
		font: 10pt Arial;
		text-decoration: none;
	}
   
   .subscript{
   		font: 7pt Arial;
		text-decoration: none;
   }
   .pgheader{
   		color: darkblue;
   		font: 14pt Arial;
		text-decoration: bold;
   }
</style>
