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;
}
* {
	font-family: 			arial, helvetica, sans-serif;
}

html {
	height:					100%;
	font-size: 				50%;
}

body {
	
	font-size: 				125%;
	
	text-align: 			center;	
	

}

a {
	color:					#5c8e3a;
	text-decoration:		none;
}
a:hover {
	text-decoration:		underline;
}


#wrapper {
	width: 					612px;
	text-align: 			left;
	margin: 				0 auto;
	padding:				20px 0;
}

#logo {
	margin:					0 0 15px 0;
}

#print {
	font-size:				1.4em;
	font-weight:			bold;
	float:					right;
	padding:				12px 0 0 0;
}

#content {

}

#content h1 {
	font-size:				2.4em;
	margin:					0 0 0.4em 0;
}

#content h2 {
	font-size:				1.8em;
	margin:					0 0 0.3em 0;
}

#content p {
	font-size:				1.5em;
	margin:					0 0 1.4em 0;
	line-height:			1.4em;
}

#content div.hr {
	height:					1px;
	overflow:				hidden;
	background-color:		#e3e9dd;
	margin:					0 0 16px 0;
	clear:					both;
}
#content div.hrdotted {
	height:					1px;
	overflow:				hidden;
	margin:					0 0 16px 0;
	clear:					both;
	background:				transparent url(/images/interface/hrdotted.png) repeat-x 0 0;
}
