body {
	text-align: center;
}

.tableborder {

	border-width: 1px;
	border-style: solid;
	border-color: black;
}

.tdLeft {

	text-align: left;
}

.tdRight {

	text-align: right;
	color: #365C81;
	font-family: sans-serif;
	font-size: 15px;
	font-weight: bold;
}

.requiredFields {

	color: #365C81;
	font-family: sans-serif;
	font-size: 10px;
	font-weight: bold;
}

.numberField {

	text-align: right;
}

textarea {

	font-family: sans-serif;
}

a:link { font-family: times; color: #003399; text-decoration:underline; }
a:visited { font-family: times; color: #003399; text-decoration:underline; }
a:hover { font-family: times; color: #CC665A; text-decoration:underline; }
a:active { font-family: times; color: #003399; text-decoration:underline; }
