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, 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 {
	margin: 0;
	padding: 0;
	border-collapse: collapse;	
}

* {
	vertical-align: top;
	font-family: "Trebuchet MS", Geneva, Verdana, Helvetica, Arial, sans-serif;
}

body { 
	font-size: 10pt;
}

a.section_anchor {
	display: none;
	height: 0px;
	width: 0px;
}

#container {
	margin: 0px auto;
	color: #000000;
	line-height: 130%;
	overflow: hidden;
}

#navigation {
	display: none;
	width: 0px;
	height: 0px;
}

#leftspacer {
	display: none;
	width: 0px;
	height: 0px;
}

#menu {
	display: none;
	width: 0px;
	height: 0px;
}

#rightspacer {
	display: none;
	width: 0px;
	height: 0px;
}

#content {
	clear: both;
	padding: 1em;
}

#content p {
	margin-bottom: 8px;
}

#content table {
	margin: auto;
	padding: auto;
}

#content li {
	margin-left: 10px;
}

#content h1 { 
	font-size: 16pt;
	margin: 0 0 .5em 0; 
	text-align: center;
}

#content h2 { 
	font-size: 14pt;
	margin: 0 0 .5em 0; 
	text-align: center;
}

#content a {
	color: #ff7000;
}

#footer {
	clear: both;
	text-align: center;
	font-weight: bold;
	font-size: 11pt;	
	padding: .5em;
	padding-left: 150px;
	padding-right: 150px;
	padding-top: 35px;
}

#footer a {
	color: #ff7000;
}

