body {
	background: url(images/bgborder.gif) white fixed repeat-y left top;
	margin: 0px 30px 10px 90px;
}

p, ul, li, td, body {
	font-family: Perpetua, Palatino, 'Palatino Linotype', 'Book Antiqua', Times, 'Times New Roman', serif;
	font-size: 12pt;
	color: #003471;
	text-align: justify;
	list-style: disc;
}
legend {
	font-family: Perpetua, Palatino, 'Palatino Linotype', 'Book Antiqua', Times, 'Times New Roman', serif;
	font-size: 12pt;
}

h1 {
	font-family: 'Arial Narrow', 'Helvetica Narrow', sans-serif;
	font-size: 20pt;
	font-weight: bold;
	margin-bottom: 2px;
	color:#003471;
}

h2 {
	font-family: 'Arial Narrow', 'Helvetica Narrow', sans-serif;
	font-size: 18pt;
	font-weight: bold;
	margin-bottom: 2px;
	color:#003471;
}

h3 {
	font-family: 'Arial Narrow', 'Helvetica Narrow', sans-serif;
	font-size: 16pt;
	font-weight: bold;
	margin-bottom: 2px;
	color:#003471;
}

small {
	font-size: 9pt;
}

big {
	font-size: 16pt;
	font-weight: bold;
	color: #d04413;
}

a:active { color: #003471; }
a:link { color: #d04416; }
a:visited { color: #993333; }

.page_title_large {
	color: #d04416;
	font-size: 20pt;
	font-style: italic;
	font-weight: bold;
}

.page_title_small {
	color: #d04416;
	font-size: 12pt;
	font-style: italic;
	font-weight: normal;
}

#title1 {
	float: none;
	left: 200px;
	position: absolute;
	top: 50px;
}

#title2 {
	float: none;
	left: 220px;
	position: absolute;
	top: 80px;
}

#title3 {
	float: none;
	left: 225px;
	position: absolute;
	top: 175px;
}

hr {
	color: #d04416;
	height: 1px;
}

.red {
	color: #d04416;
}

code {
	font-family: Symbol;
}