html, body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
	
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	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.body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	line-height: 150%;
}

span.bodymedium {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	line-height: 150%;
}

span.bodysmall {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	line-height: 150%;
}

span.bodybig {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	line-height: 150%;
}

span.title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 16px;
	line-height: 150%;
	color: #1F393E;
}

span.subtitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	line-height: 150%;
	color: #35616A;
}

sub {
	vertical-align: sub;
	font-size: smaller;
}

sup {
	vertical-align: super;
	font-size: smaller;
}