body {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	color: #043754;
}

body * {
	margin: 0;
	padding: 0;
}

h1 {
	font-size: 1.3em;
	line-height: 1.5em;
	margin-bottom: 0.5em;
	color: #043754;
	margin-top: 0;
}
h2 {
	font-size: 1em;
	line-height: 1.5em;
	color: #043754;
	margin-bottom: 0.5em;
}
h3 {
	font-size: 0.9em;
	line-height: 1.5em;
	color: #043754;
	margin-bottom: 0.5em;
}
p {
	line-height: 1.5em;
	font-size: 0.7em;
	padding: 0 0 25px 0;
}
a {
	color: #0086cb;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
hr {
	color: #CCC;
	margin: 20px 0;
}

ul, ol {
	font-size: 0.7em;
	margin: 0 0 16px 36px;
	padding: 0 30px 0 0;
}
ul {
	list-style: disc;
	list-style-image: url(../images/design/bullets.gif);
	margin-left: 18px;
}
ol {
	list-style: decimal;
}
ul li, ol li {
	padding-bottom: 5px;
}
ul ul, ol ul, ol ol, ul ol {
	font-size: 0.9em;
	margin-top: 10px;
}
ul ul ul, ol ol ol {
	font: 0.9em Tahoma, Arial, Helvetica, sans-serif;
	margin-top: 10px;
}

table {
	margin-bottom: 16px;
}
table td {
	font: 0.6em Arial, Helvetica, sans-serif;
	color: #999;
}
table th {
	text-align: center;
	font: bold 0.6em Tahoma, Arial, Helvetica, sans-serif;
	color: #999;
}

.bold {
	font-weight: bold;
}
.clear {
	clear: both;
}
.baseLine {
	display: block;
	margin: 0.5em 0 1.5em 0;
	padding-bottom: 1.5em;
	border-bottom: 1px solid #CCC;
}
.noMargin {
	margin-bottom: 0;
	padding-bottom: 0;
}
.floatLeft {
	float: left;
	margin-right: 16px;
}
.floatRight {
	float: right;
	margin-left: 16px;
}
.txtSmall {
	font-size: 0.6em;
	line-height: 1.2em;
}
.txtLarge {
	font-size: 1em;
	font-weight: bold;
}
.alignLeft {
	text-align: left;
}
.alignRight {
	text-align: right;
}
.red {
	color: #FF0000;
}