body {
	background-color:#FAFAEF
}

table {
	border-top: 1px solid #000000;
	border-right: 1px none #000000;
	border-bottom: 1px none #000000;
	border-left: 1px solid #000000;
}

td {
	border-top: 1px none #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px none #000000;
	font-family: sans-serif;
	font-size: x-small;
}

.oneBorder {
	border-top: 1px none #000000;
	border-right: 1px none #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px none #000000;
}

.noBorder {
	border-top: 0px none #000000;
	border-right: 0px none #000000;
	border-bottom: 0px none #000000;
	border-left: 0px none #000000;
}

a:link,a:active,a:visited, .nonlink {
	font-size:x-small; font-family: sans-serif; text-transform: capitalize; color: #31309C; text-decoration: none
}

a:hover {
	text-decoration: underline
}
