		
		
		/* CSS Document */
		
		/* ----------------------------------------------------
		General
		---------------------------------------------------- */
		
		body
			{
			font-size: 11px;
			font-family:  Verdana, Arial, Helvetica, sans-serif;
			color: #000;
			line-height: 18px;
			}
			
		.logo
			{
			border: none;
			}
			
		h1
			{
			font-size: 14px;
			font-weight: bold;
			color: #000;	
			}
			
		div#middle
			{
			margin: 0 auto; 
			padding: 0;
			padding-top: 10px;
			position: relative;
			top: 0px;
			width: 100%;
			}
			
		
			
		/* ----------------------------------------------------
		Display
		---------------------------------------------------- */
		
		#mainNavigation, #col, #footer
			{
			display: none;
			}
			
		/* ----------------------------------------------------
		Links
		---------------------------------------------------- */
			
		a:link, a:visited 
			{
			background: transparent;
			font-weight: 700;
			text-decoration: underline;
			}
		
		a:link:after, a:visited:after 
			{
			content: " (" attr(href) ") ";
			font-size: 11px;
			}
			