/* Start off with Eric Meyer's CSS Reset */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	}

html, body {
	line-height: 1.2;
	}

ol, ul {
	list-style: none;
	}

blockquote, q {
	quotes: none;
	}

blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
	}

:focus {
	outline: 0;
	}

.indented
   {
   padding-left: 20pt;
   padding-right: 20pt;
   }
   
table {
	border-collapse: collapse;
	border-spacing: 0;
	}

form {
	padding-left: 25px;
	
	}

/* And now some of the basics */

body {
	background-color: #f5f5f5; /* air-schooled white */
	font-family: futura, helvetica, ariel, sans-serif;
	color: #444444;
	text-align: center;
	padding-left: 30px;
	padding-right: 30px;
	max-width: 600px;
	
	}
	

a:link, a:visited, a:active, a:hover {
	text-decoration: underline;
	outline: none;
	color: #444444;
	}

.size30 {
	font-size: 30px;
	}

.size20 {
	font-size: 22px;
	}

.size18 {
	font-size: 18px;
	}

.size16 {
	font-size: 16px;
	}

.size15 {
	font-size: 15px;
	}

.size14 {
	font-size: 14px;
	}
	
.size13 {
	font-size: 13px;
	}

.size12 {
	font-size: 12px;
	}

.left {
	text-align: left;
	}