body {
	font: 62.5%/1.6 Verdana, Arial, Helvetica, sans-serif;
	color: #5c5c5c;
}

h1 {
	font: 4.3em "Times New Roman", Times, serif;
	font-weight: normal;
	color: #b32416;
}

h2 {
	font-size: 1.3em;
	font-weight: bold;
}

h3 {
	font-size: 1.2em;
	font-weight: bold;
}

h4 {
	font-size: 1.2em;
	font-weight: normal;
}

p {
	font-size: 1.2em;
	margin-bottom: 1em;
}

blockquote {
	color: #58788B;
	margin-top: 1em;
	padding-top: 0px;
	padding-left: 47px;
	background: url(../_images/ssb_quote_front.png) left top no-repeat; /* 27x24 */
	min-height: 28px;
}

blockquote p {
	font-size: 1.4em;
	font-weight: bold;
	font-style: italic;
	line-height: 1.4;
	padding-right: 16px;
	padding-bottom: 0px;
	background: url(../_images/ssb_quote_end.png) right top no-repeat; /* 28x24 */
	min-height: 28px;
}

ul {
	margin-bottom: 1em;
}

li  {
	font-size: 1.2em;
}

li li {
	font-size: 100%;
}

a {
	outline: none;
	color: #00549a;
}

b, strong {
	font-weight: bold;
}

i, em {
	font-style: italic;
}

a:link, a:visited {
	text-decoration: none;
}

a:hover, a:active {
	text-decoration: underline;
}
