@charset "UTF-8";
		
		body {
			margin: 0 0 0 0;
			padding: 0 0 0 0;
			text-decoration:none;
		}

		html {
			height: 100%;
		}

		body {
			background: #ffffff;
			color: #ffffff;
			font-family: Verdana, Arial;
			font-size: 10px;
			height: 100%;
		}
		
		cover {
			position: absolute;
		 	top:35px; 
			left:240px; 
			width:150px; 
			height:150px;
      		z-index:1; 
			background-color:#ddf; 
		}
		
		a.menu { font-size:14px; display:block; margin-bottom:3px; text-align:left; width:16ex; padding:2px; text-decoration:none;}

		a.menu:link    { color:#000;}
		a.menu:visited { color:#000;}
		a.menu:hover   { color:#435d69;}
		a.menu:active  { color:#000;}
		
		
		input {
		 background-color: #ffffff;
		 border: 1px solid #000000;
		 color: black;
		 font-family: arial, verdana, ms sans serif;
		 font-weight:lighter;
		 font-size: 10pt
		
		}
		
		.linkbox {
			display: block;
			height: 30px;		
			width: 140px;
			background:#cccccc;
			padding: 0 10px 0 10px;
			line-height: 30px;
			color: #bbbbbb;
			font-weight: normal;
			text-decoration: none;
			text-align:center;
			outline: none;
			font-size: 12px;
			color: #000000;
			border-bottom: 0px solid #ffffff;
			cursor: pointer;
			margin: 0 0 0 0;
		}
		
		img {
			border: none;
			}
		

		#container {
		border:#ff00ff thin;
			margin: 20px auto 0 auto;
			width: 810px;
		}

			#top_container {
				width: 810px;
				height: 130px;
				margin: 10px auto 10px auto;
			}

			#bottom_container {
				clear: both;
				width: 810px;
			}

		h1 {
			color: #000000;
			font-size: 10px;
			font-weight: normal;
			margin: 10px 10px 5px 10px;
			text-align: left;
		}

			h1 span {
				color: #006699;
				font-size: 20px;
				font-weight: normal;
				margin: 5px 5px 5px 0;
				text-align: left;
			}
			
			
			h2 {
			color:#666666;
			font-size: 12px;
			font-weight: normal;
			margin: 10px 10px 5px 10px;
			text-align: left;
		}
			
			
		table {
			margin: 0px 10px 5px 10px;
			border: 0;
			}


		.description {
			font-size: 12px;
			line-height: 18px;
			color: #ffffff;
			padding: 5px 0 15px 0;
		}	

		a,
		a:link,
		a:visited {
			color: #000000;
			border: none;
		}

		.footer {
			margin: 20px 0 0 0;	
			text-align: left;
			font-size: 10px;
		}
		
		pre {
		  	font-size: 11px;
		  	padding: 10px;
		  	background: #000000;
		  	overflow: auto;
			margin: 10px 0 10px 0;
		}
			
		/*
			Vertical Accordions
		*/
		
		.accordion_toggle {
		
			display: block;
			height: 45px;
			width: 797px;
			
			padding: 0px 0px 0px 10px;
			
			color: #bbbbbb;
			font-weight: normal;
			text-decoration: none;
			outline: none;
			font-size: 12px;
			color: #000000;
	
			cursor: pointer;
			margin: 0 0 0 0;
		}
		
		.accordion_toggle_active {
			background: #ffffff;
			color: #000000;
			padding: 0px 0px 0px 10px;
			
		}
		
		.accordion_content {
			background-color: #ffffff;
			color: #000000;
			overflow: hidden;
			padding: 0px 0px 0px 0px;
		}
			
			.accordion_content h2 {
				margin: 0px 0px 0px 0px;
				color: #000000;
				padding: 0px 0px 0px 0px;
			}
			
			.accordion_content p {
				line-height: 100%;
				padding: 0px 0px 0px 0px;
			}
			
			
