body {
	background-image: url("images/background.gif");
	font-family: arial;
	color: #000098;
	text-align: center;
}

a:link {
	text-decoration: underline;
	color: #0000FF;
}

a:visited {
	text-decoration: underline;
	color: #0000FF;
}

a:hover {
	text-decoration: underline;
	color: #FF0000;
}

a:active {
	text-decoration: underline;
	color: #0000FF;
}

.bordered {
	border: 1px solid #000098;
}

.borderedNotLeft {
	border-top: 1px solid #000098;
	border-right: 1px solid #000098;
	border-bottom: 1px solid #000098;
}

.titleBarLarge {
	font-size: 36pt;
	font-weight: bold;
}

.titleBarMediumItalic {
	font-size: 18pt;
	font-style: italic;
}

.small {
	font-size: 10pt;
}

.error {
	font-size: 10pt;
	font-weight: bold;
	color: #FF0000;
}

.regularTextBox {
	width: 570;
	text-align: left;
}

.dottedTextBox {
	width: 570;
	border: 1px dashed #C0C0C0;
	padding: 5px;
	text-align: left;
}

.smallDottedTextBoxNoTopBorder {
	width: 290;
	border-left: 1px dashed #C0C0C0;
	border-bottom: 1px dashed #C0C0C0;
	border-right: 1px dashed #C0C0C0;
	padding: 5px;
	text-align: left;
}

.frontPhoto {
	float: left;
	margin-right: 10px;
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 5px;
}

#page {
	margin: 0px auto;
	width: 782px;
	text-align: left;
}

