html, body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
	
body {
	line-height: 18px;
	color: #000000;
	text-decoration: none;
}
	
a,
a:link,
a:active,
a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
	
ul, ol {
	padding-left: 40px;
	padding-bottom: 20px;
}

ul ul,
ol ol {
	padding-left: 30px;
	padding-bottom: 10px;
}

ul {
	list-style: disc outside none;
}

ol {
	list-style: decimal outside none
}

p, h1, h2, h3 {
	margin-top: 0px;
	padding-top: 0px;
}

b, strong {
	font-weight: bold;
}

i, em {
	font-style: italic;
}

u {
	text-decoration: underline;
}
	
h1 {font-size: 18px; font-weight: bold; }
h2 {font-size: 16px; font-weight: bold; }
h3 {font-size: 14px; font-weight: bold; }
h4 {font-size: 12px; font-weight: bold; }

span.bodysmall {font-size: 12px;}

span.body {font-size: 14px;}

span.bodybig {font-size: 16px;}

span.subtitle {font-size: 16px; font-weight: bold;}

span.title {font-size: 18px; font-weight: bold;}

div#footer-wrapper a,
div#footer-wrapper a:link,
div#footer-wrapper a:hover,
div#footer-wrapper a:active,
div#footer-wrapper a:visited {
	color: white;
}