*, html, body, td, input, select, div, ul, button, p {
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	background-color:#FFF;
	background-image:none;
	color: #000;
	margin: 0px;
	padding:0px;
}

a, a:visited {
	text-decoration : underline;
	color: #009DDC;
}

#header, #footer, #left, #copyright {
	display: none;
}

h1 {
	font-size: 13pt;
	color:#009DDC;
	margin-top:0px;
	margin-bottom:10px;
	padding-top:0px;
}

div#content {
	position:relative;
	top:0px;
	left:0px;
	text-align: left;
}

div#right {
	margin-left:20px;
	margin-right:20px;
}

div#right .hr {
	clear:both;
	height: 1px;
	margin: 30px 0px 10px 0px;
}


div#right .imgright {
	float:right;
	text-align:right;
	font-size: 11pt;
	font-style: italic;
	margin: 3px 0px 10px 10px;
}

div#right .imgleft {
	float:left;
	text-align:left;
	font-size:11pt;
	font-style: italic;
	margin: 3px 10px 10px 0px;
}

table {
	border-width: 1px;
	border-spacing: 0px 0px;
	border-style: none;
	border-color: #3F4D59;
	border-collapse: collapse;
	width:90%;
}

table td {
	border-width: 1px;
	padding: 5px;
	border-style: solid;
	border-color: #3F4D59;
}

table th {
	border-width: 0px;
	padding: 0px;
	border-style: none;
	height:21px;
}

table .odd {
	background-color:#00142D;
}

table .even {
	background-color:#001428;
}

table .skip {
	border-width: 0px;
	padding: 0px;
	border-style: none;
}