body, div, ul, ol, li, p, td, th, dl, dt, dd, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, blockquote { /* redundant rules for bad browsers  */
	margin: 0;
	padding: 0;
}

fieldset, img {
    border: 0;
}

abbr, acronym {
    border: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
    font-style: normal;
	font-weight: normal;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
	font-weight: normal;
}

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	background: #EDEBE3;
	color: #000000;
	height: auto;
	width: 900px;
	padding-left: 5em;
	z-index: 0;
}  
.clearhack { display: inline; } /*Clears Box Model Hack in IE5*/

a { color: #06C; }
a:hover { color: #333; }
a:visited {
	color: #663333;
}
a:active { color: #000; }

p {
	line-height: 120%;
}

h1,h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000000;
}

h1 {
	font-size: 180%;
}

h1 a {
	text-decoration: none;
	color: #000000;
	font-size: 100%;
}
h1 a:hover {
	border-bottom: 1px dotted #666;
	color: #333333;
}

h2 {
	font-size: 150%;
	/*border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #999999;*/
}
h3   {
	font-size: 140%;
	font-weight: bold;
	margin-top: 1em;
	margin-left: 0%;
	margin-bottom: 0em;
}

h6   {
	font-size: 100%;
	font-weight: normal;
	margin-top: 1em;
	margin-left: 5%;
	margin-bottom: 0em;
}
h6 em {
	font-size: 14px;
	font-weight: bold;
}
h5       {
	font-size: 100%;
	font-weight: bold;
	margin-bottom: 0.5em;
	margin-top: 0em;
	color: #000000;
	margin-left: 0%;
}




dt    {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: bold;
}


dd {
	line-height: 1.6em;


	
p.note {
	background: #EEE;
	padding: 4px;
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 85%;
	line-height: 130%;
	margin-top: 0;
	clear: both;
}
