#trailer {
	display: none;
}

#a {
	display: none;	
}

#tline {
	display: none;
}

#b {
	display: none;
}

#navbar {
	display: none;
}

#content {
	width: 210mm;
	vertical-align: top;
}

#fline {
	display: none;
}

body {
	font-size: 12pt;
	font-family: Georgia, Times, Arial;
}

p {
	font-size: 12pt;
	text-align: justify;
	line-height: 22px;
}


.headnavline {
	display: none;
}

.small {
	font-size: 10pt;
}

.bold {
	font-weight: bold;
}

a:link, a:visited, a:active {
	color: #FF601A;
	text-decoration: underline;
}

h1 {
	font-size: 22pt;
	font-weight: normal;
	color: #FF601A;
}

h2 {
	font-size: 12pt;
	font-weight: bold;
	color: #FF601A;
}

h3 {
	font-size: 12pt;
	font-weight: normal;
	color: #27678F;
}

table {
	border-collapse: collapse;
}

.oborder {
	border: 1px solid #FF601A;
}

.oborder * td {
	border: 1px solid #FFA37B;
	background-color: #FFD9C5;
}

.bborder {
	border: 1px solid #000;
}

.bborder * td {
	border: 1px solid #000;
	background-color: #FFF;
}

.orange {
	color: #FF601A;
}

.limg {
	clear: left;
	float: left;
	margin: 5px;
}

.rimg {
	clear: left;
	float: left;
	margin: 5px;
}