﻿table {
	margin: 0 auto;
	width: 100%;
}
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	}

#formbox{
	background: white;
	padding: 10px;
}

.centered{
	text-align: center;
}

a {
	color: black;
	font-weight: bold;
}
a:visited {
	color: #FF9900;
}
a:active {
	color: #FF9900;
}
a:hover {
	color: #FF9900;
}

.formText{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 15pt;
}

.title{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24pt;
	font-style: italic;
	font-weight: bold;
}

.boldText {
	font-weight: bold;
}
