@charset "windows-1252";
		   

	
		body {
			font: 95% 'Times New Roman',serif;
			background: white;
			/*margin: 0;*/
			text-align: center;  
		}
		
		a:active {
			color: #03c;
			text-decoration: "underline";
		}
		
		a:visited {
			color: #666;
		}
		
		a:hover {
			color: #99f;
		}  
		
		hr {
	  		border-top: 2px solid #363;
      		border-bottom: 2px solid #363;
      		color: #9f9;
     		background-color: #9f9;
      		height: 6px;
		}
		
		#container {
			background: #9f9;
			position: relative;		
			width: 776px; /* width + border for IE 5.x */
			w\idth: 770px; /* real width   */
			border: 8px double #363;
			margin: auto;
			/*text-align: center;*/
		}
		
		#content {
			background: #9f9;
			padding: 10px 15px 15px 15px; 
			margin: auto;  
			text-align: left;
		}
		
		#nav {
			min-height: 40px;
			height: auto !important;
			height: 40px;
			background: #9f9;
		}		
		
		#nav table {
		   	position: relative;	
			top: 4px;
			border-collapse: collapse;
			border-style: solid;
			border-width: 0px;	
			border-color: #9f9;
		}  
		
		#nav td {
			 border-color: #9f9;
			 background-color: #363;
			 padding: 4px; 
			 border-width: 4px;
			 border-style: solid; 
		}
		
		#nav a {
			font: 80% verdana, arial, helvetica, sans-serif;
			font-weight: bold;
			color: #ff3;
			text-decoration: none; 
		}
		
		#nav a:visited {
			 color: #ccc;
		}  
		
		#nav a:hover, a:visited:hover {
			 color: #69f;
		}
		
		h1 {
			font-size: 1.5em;
			color: #363;
		}
		
		h2 {
			font-size: 1.25em;
			color: #363;
		}
		
		h3 {
			font-size: 1.1em;
			color: #363;
		}
		
		h4 {
			font-size: 1em;
			color: #363;
			margin-top: .75ex;
			margin-bottom: 0ex;
    		line-height: 4ex;
		}
		
		dt {
		 	line-height: 1.5;
		}
		
		dd {
		 	line-height: 1.5;
		}
		
		.accent {
			font-weight: bold;
			color: #cc3300;
		}
	
		.frame {
			border-style: double;
			border-width: 8px;
			border-color: #363;
			margin: 5px 5px 5px 5px;
		}	
		
		.selected {
			color: #69f; 
		} 		   
		
		

