.caption {
	text-align: center;
	font-weight: bold;
	font-size: 110%;
}
body {
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	margin: 0px;
	padding: 0px;
}
h1 {
	font-size: 150%;
	margin-top: 20px;
	text-align: center;
}
h2 {
	font-size: 130%;
	font-weight: normal;
}
h3 {
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	padding: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	color: #0033CC;
}
h4 {
	color: #7E3D00;
	padding: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}
ul {
	list-style-type: circle;
	list-style-position: outside;
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	line-height: 18px;
}
p {
	line-height: 18px;
	padding: 0px;
	text-align: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 6px;
	margin-left: 0px;
}
a:link, a:visited, a:active {
	color: #009900;
	font-weight: bold;
}
a:hover {
	color: #3366CC;
	font-weight: bold;
}
.location {
	color: #993399;
	font-weight: bold;
	text-transform: uppercase;
}
.important {
	color: #9E0000;
	text-decoration: blink;
}
.invisible {
	visibility: hidden;
}
.black {
	color: #000;
}
#tblRegister {
	font-weight: bold;
	color: #003399;
	width: 100%;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-size: 14px;
	font-style: italic;
}
#tblRegister td {
	padding: 2px;
}
.uppercase {
	text-transform: uppercase;
}
.underscore {
	text-decoration: underline;
}
.center {
	text-align: center;
}
.new {
	color: #093;
}

