/***** Global *****/
	/* 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,
		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-weight: inherit;
			font-style: inherit;
			font-size: 100%;
			font-family: inherit;
			vertical-align: baseline
		}
		
		:focus {outline: 0}
		
		ol, ul {list-style: none}
		
		/* Tables need 'cellspacing="0"' on markup */
		table {
			border-collapse: separate;
			border-spacing: 0
		}
		
		caption, th, td {
			text-align: left;
			font-weight: normal
		}
		
		blockquote:before, blockquote:after, q:before, q:after {content: ""}
		blockquote, q {quotes: "" "" }

/* Body */
	body {
	    line-height: 1.4;
	    font-size: 80%; /* 100% = 16px */
	    color: black;
	    background: #fff;
		font-family: 'Arial', verdana, sans-serif;
		margin: 110px 0 0;
		padding: 0;
		text-align:center
	}
	
/* Headers */
	h2 {font-size: 133.33%}
	h3 {font-size: 125%}
	h4 {font-size: 116.66%}
	h5 {font-size: 108.33%}
	h6 {font-size: 100%}
	
	h2, h3, h4, h5, h6 {margin-bottom:1.2em}
	
	.subtitle {color: #50a37f; font-size: 116.66%; font-style: italic; margin-bottom: 1em; display: block}
	
/* Links */
	a {outline: 0}
	a img {border: 0px; text-decoration: none}
	a:link, a:visited {color: #f94d35; text-decoration: underline}
	a:hover, a:active {text-decoration: none}
	
	.rss {padding-right: 15px; background: url('images/icons/rss.gif') no-repeat 3px right}
	
/* Paragraphs */
	p {
	    margin-bottom: 0.5em;
	    line-height: 1.4;
	    text-align:center
	}
	
	strong, b {font-weight: bold}
	em, i {font-style: italic}
	
	
	h1.logo {background:url(../images/logo.png) no-repeat 0 0;width:177px;height:36px;margin:0 auto 20px}
	h1.logo a {display:block;width:177px;height:36px;}
	h1.logo span {display:none}
	
	
	



