/* CSS Document */

body {
	padding:0;
	margin:0;
	background-image: URL(images/BG.gif);
}
td {
	font-family: Arial, Times New Roman, Times, serif;
	font-size: 16px;
	color: #660000
}
table.show, td.show {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #660000
}
.footer {
	font-size: x-small;
}
.footer a {
	font-size: x-small;
}
A:link, A:visited {
	text-decoration: underline;
	color: blue;
}
A:hover {
	text-decoration: none;
	color: #660000;
}
.small {
	font-size: 12px;
}
.xsmall {
	font-size: xx-small;
	font-weight: bold;
}
table.main {
	background-image: URL(images/BG.jpg);
}
table.nav {
	border: 1px solid #CB7C28;
}
td.nav {
	border: 1px solid #CB7C28;
}
.redbold {
	color: #FF0000;
	font-weight: bold;
}
.red {
	color: #FF0000
}
.bluebold {
	color: #0000FF;
	font-weight: bold;
}
.blue {
	color: #0000FF
}
.green {
	color: #00FF00
}
.greenbold {
	color: #00FF00;
	font-weight: bold;
}
.orangebold {
	color: #FF6600
}
.purplebold {
	color: #6600FF
}
.bold {
	font-weight: bold
}
.orangesmall {
	color: #CB7D28;
	font-size: small;
}
