body {
	background-color: #FBF8F1;
	color: #333399;
	font-family: helvetica, verdana, arial, sans-serif;
	font-size: 14px;
}

h1 {
	font-size: 20px;
}

a:link,a:visited {
	color: #333399;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	text-align: center;
	text-decoration: underline;
}

a:hover {
	color: #333399;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	text-decoration: underline;
}

table {
	border-spacing: 0px;
	border-width: 0px;
	empty-cells: show;
}

td.topbox {
	height: 240px;
	background-image: url(../images/backTop.png);
	background-repeat: no-repeat;
}

td.midbox {
	padding: 10px;
	width: 533px;
	background-image: url(../images/backMid.png);
	align: left;
	height: auto;
	word-wrap: break-word; /* IE */
}

td.botbox {
	height: 20px;
	background-image: url(../images/backBottom.png);
	background-repeat: no-repeat;
}

input,textarea {
	background-color: #AFC6DB;
	color: #333399;
	font-family: verdana, sans-serif;
	font-size: 14px;
}

select {
	background-color: #AFC6DB;
	color: #000000;
	font-family: verdana, sans-serif;
	font-size: 14px;
	font-weight: normal;
}

hr {
	background-color: transparent;
	color: #6394BD;
}

a img {
	border: 0pt none;
}

li {
	list-style-type: decimal;
}