body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(/images/back.gif);
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

th {
	font-family: Arial, Helvetica, sans-serif;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bolder;
	color: #ff7418;
}
.image-border {
	border: 1px solid #005983; 	margin: 3px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bolder;
	color: #ff7418;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	color: #005983;
	font-variant: normal;
	text-decoration: none;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	color: black;
	font-variant: normal;
	text-decoration: underline;
}
a.top {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	color: white;
	font-variant: normal;
	text-decoration: none;
}
a.top:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	color: black;
	font-variant: normal;
	text-decoration: underline;
}

a.cwd {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 8px;
	color: black;
	font-variant: normal;
	text-decoration: none;
}
a.cwd:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 8px;
	color: black;
	font-variant: normal;
	text-decoration: underline;
}
.table-header {
	background-color: #ff7418;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #004B77;
	border-right-color: #004B77;
	border-bottom-color: #004B77;
	border-left-color: #004B77;
	height: 25px;
}
.td-header {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #004B77;
}
.style1 {
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
	color: #FF7418;
}
.style3 {color: #005983}