body {
	background-color:#999;
	background-image: url("../images/background.png");
	background-repeat:no-repeat;
	background-attachment: fixed;
	color:#3b3b3b;
	font-family:Arial, Helvetica, sans-serif;
	margin: 0;
    padding: 0;
}		
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,code,del,dfn,em,img,q,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td
{
	border:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:inherit;
	font-style:inherit;
	font-weight:inherit;
	padding:0;
	vertical-align:baseline;
}

li
{
	margin:0 0 0.05em;
}

ul
{
	margin:0 1.5em 1em;
	font-size: 15px;
}

ul
{
	list-style-type:disc;
}

ol {
	counter-reset: item;
}

ol > li {
	display: block
}

ol > li:before {
	content: counter(item) ". ";
	counter-increment: item;
	font-weight: bold;
}

a,input
{
	outline-style:none;
	text-decoration:none;
}

a,a:link,a:visited
{
	color:#435159;
}

a.boldlink
{
	font-weight: bold;
}

a:hover
{
	color:WHITE;
}

h1,h2,h3,h4,h5,h6
{
	font-weight:700;
	margin:0;
}

h2
{
	font-size:2em;			
}

h3
{
	font-size:1.5em;
	margin-bottom:0.25em;
}

.note
{
	display: block;
	font-size: 15px;
	margin-left:0.5em;
}

p
{
	margin-top:22px;
	margin-bottom:6px;
}
