* {
	margin: 0px;
}

body {
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	background: transparent;
	font-size: 9pt;
}

p {
	font-size: 10pt;
	line-height: 2em;
	margin-bottom: 15px;
}
h1 {
	font-size: 14px;
	font-weight: bolder;
	text-transform: uppercase;
}
h2 {
	display: block;
	height: 55px;
	padding-top: 20px;
	color: #333333;
	font-size: 22px;
	font-weight: normal;
	text-transform: uppercase;
	padding-right: 230px;
	background-repeat: no-repeat;
	background-position: right top;
}

h3 {
	display: block;
	color: #333333;
	font-size: 14px;
	margin-right: 230px;
}
h4 {
	color: #333333;
	font-size: 20px;
	font-weight: normal;
}
strong {
	font-size: 15px;
	float: right;
	margin: 0px;
	margin-right: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #0077C6;
}
b {
	font-family: Arial, Helvetica, sans-serif;
}
.mytable_bline {
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	border-style: solid;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 2px;
	border-left-width: 0px;
	border-color: black black #990000;
}
.mytable3 {
	text-align: left;
	vertical-align: top;
}
.p2 {
	font-size: 12px;
}
.mytable4 {
	font-size: 11px;
	vertical-align: top;
}
.table_border { 
	border: 2px #e5e5e5 solid;
}

.clearright {
	clear: right;
}