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;
}
	
body { line-height: 1; }

ol, ul { list-style: none; }

blockquote, q { quotes: none; }

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

table {
	border-collapse: collapse;
	border-spacing: 0;
}

.clear
{
	clear: both;
}

.hidden
{
	display: none;
}

body
{
	font-family: Verdana, Tahoma, Arial, Helvetica;
	font-size: 12px;
	line-height: 16px;
	color: #000;
	letter-spacing: 0;
	width: 90%;
	margin: 30px;
}

p
{
	margin: 10px 0;
}

.nav
{
	display: none;
}

h1
{
	font-size: 20px;
	text-decoration: none;
	margin: 20px 0;
	font-weight: bold;
}

h1 a
{
	font-size: 20px;
	text-decoration: none;
	margin: 20px 0;
	font-weight: bold;
}

h2
{
	font-size: 16px;
	font-weight: bold;
	margin: 20px 0;
}

h3
{
	font-size: 14px;
}

#top_bar
{
	display: none !important;
}

#left_bar
{
	display: none !important;
}

#searchform
{
	display: none !important;
}

#footer_container
{
	display: none !important;
}

#footer_container2
{
	display: none !important;
}

ul
{
	list-style: square inside;
}

ol
{
	list-style: decimal inside;
}

ul ul
{
	margin: 0 0 0 15px;
}


