a:active {

}
a:link {
	color: #000000;
	text-decoration: none;
}

a:visited {
	color: #333399;
	text-decoration: none;
}
a:hover {
	color: #2A00FF;
	text-decoration: underline;
}
a img {
	border: thin solid #000;
}


p {
	font-size: 12px;
	color: #000000;
	text-align: center;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #0783BF;
	border-top-width: 0;
	border-right-width: 0;
	border-bottom-width: 0;
	border-left-width: 0;
	
}
.hd1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bolder;
	color: #000000;
}
.hd2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
.hd3 {
	font-size: 12px;
	color: #000;
	font-style: normal;
	font-weight: normal;
}

.hd2red {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #993300;
}
.foot {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
}
.smallit {
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-small;
	font-style: italic;
	color: #000000;
}
li {
	font-size: 12px;
}
.tableclosed {
	border: thin solid #000;
}

.tableopenup {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
.tableopendown {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	text-align: center;
}
.border {
	border: thin solid #000;
}
ul {
	text-align: left;
}
