body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;

}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

th {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-color: #000099;
	font-size: 12px;
}

.OddRow {
	background-color: #FFFFFF;
}

.EvenRow {
	background-color: #D0D0D0;
}

table {
	font-weight: normal;
}

.arrow {
	left: 10px;
	top: 165px;
	position: absolute;
	z-index: 2;
}

.tableheader {
	width: 100%;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-bottom-style: solid;
	border-top-color: #000099;
	border-right-color: #000099;
	border-bottom-color: #000099;
	border-left-color: #000099;
	font-size: 18px;
	font-style: italic;
}

a {
	text-decoration: none;
	color: #000099;
	font-weight: bold;
	font-style: normal;
}

a:hover {
	color: #0099FF;
}

form {
	margin: 0px;
	padding: 0px;
}

.ExJpg {
	position: absolute;
	left: 10px;
	top: 165px;
	z-index: 1;
}

