﻿* {
	color: #1b1700;
	font-weight: normal;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 20px;
}

body {
	background-color: #ffffff;
	text-align: center;
}

*.shell {
	text-align: left;
	width: 910px;
	height: 100%;
	margin: 0 auto; 
}

*.webaddress {
	color: #ccccbb;
	font-weight: bold;
	font-size: 30px;
	line-height: 32px;
}

*.strap {
	color: #aaaa99;
	font-style: italic;
	font-weight: normal;
	font-size: 20px;
	line-height: 22px;
}

*.subhead {
	font-size: 13px;
}

*.small {
	font-size: 11px;
	line-height: 16px;
}

*.centre {
	text-align: center;
}

*.right {
	text-align: right;
}

p {
	color: #1b1700;
	font-weight: normal;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 20px;
	margin-top: 9px;
	margin-bottom: 9px;
	text-align: justify;
	padding-left: 20px;
	padding-right: 6px;
}

p.list {
	margin-top: 2px;
	margin-bottom: 2px;
	text-align: left;
	padding-left: 20px;
	line-height: 16px;
}

p.large
{
	font-size: 14px;
	line-height: 34px;
}

b
{
	font-weight: bold;
}

span.found_words
{
	background: #ffcccc;
}

a {
	color: #7777ff;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
a:hover {
	color: #68050d;
	text-decoration: underline;
}

ul
{
	list-style-type:circle;
}

li
{
	padding-left: 4px;
	padding-right: 6px;
	margin-top: 9px;
	margin-bottom: 9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

td {
	color: #1b1700;
	font-weight: normal;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 20px;
}

h1 {
	color: #ccccbb;
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	width: 100%;
	line-height: 35px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

h2 {
	font-size: 16px;
	line-height: 44px;
	padding-left: 10px;
	width: 100%;
	color: #1b1700;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
}

h3 {
	font-size: 14px;
	line-height: 44px;
	padding-left: 16px;
	width: 100%;
	color: #1b1700;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

hr {
	border: 0;
	background-color: #f8f7ec;
	color: #f8f7ec;
	height: 5px;
}

