﻿@import url(reset.css);

body {
	font-family: Helvetica, Arial, Sans-Serif;
	font-size: 15px;
}

a {
	text-decoration: none;
	color: inherit;
	border: none;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

#wrapper {
	width: 700px;
	margin: 0 auto;
	position: relative;
}

	#wrapper h1 {
		height: 44px;
		font-size: 54px;
		padding: 0 0 5px 0;
		border-bottom: solid 1px #000;
	}
	
	#wrapper .section {
		margin: 20px 0 0 0;
		padding: 0 0 10px 0;
		border-bottom: solid 1px #000;
	}
	
		#wrapper .section h2 {
			font-size: 28px;
			margin: 0 0 10px 0;
		}
		
		#wrapper .section h3 {
			font-size: 16px;
			font-weight: bold;
		}
		
		#wrapper .section li {
			line-height: 18px;
		}
		
			#wrapper .section table td {
				padding: 0 0 5px 0;
				line-height: 18px;
			}
			
				#wrapper .section table td h6 {
					font-weight: bold;
					width: 140px;
				}

	#wrapper #footer {
		display: none;
	}