body {
	background-color: #000000;
	color: #dbb84d;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
}
input { border: 1px solid #811313; background-color: #ddccaa; font-weight: bold; }
.input-txt {
	background-color: #ffddbb;
	border: 1px solid #811313;
	font-weight: bold;
}
a:link {
	color: #ffcc00;
	text-decoration:underline;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
a:visited {
	color: #ffcc00;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
a:hover	{
	color: #ffffff;
	text-decoration:underline;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
a:active {
	color: #ffcc00;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.headers {
	font-family: Twentieth Century Poster1;
	font-size: 16pt;
	text-transform: uppercase;
}
.cal-table {
	background-color: #333333;
	font-family: tehoma,verdana,arial,sans-serif;
	font-size: 10pt;
	color: #ffcc00;
	border-collapse: collapse;
	border-color: #811313;
}
table {
	border-collapse: collapse;
}
.cal-head {
	font-size: 12pt;
	font-weight: bold;
	text-align: center;
	font-variant: small-caps;
}
.week-head {
	font-size: 8pt;
	font-weight: bold;
	text-align: center;
}
.small {
	font-size: 8pt;
}
.day-cell {
	text-align: center;
	font-size: 14pt;
}
a.day-cell {
	color: #ffcc00;
	font-size: 14pt;
}
.small-day-cell {
	font-size: 10pt;
}
a.small-day-cell {
	color: #ffcc00;
	font-size: 10pt;
}
.bold-white {
	font-weight: bold;
	font-size: 16pt;
	color: #ffffff;
}
.cell-label {
	text-align: right;
}
.rust-border {
	border: solid 2px #811313;
	padding: 7px; 
	line-height: 18pt;
}
.error-msg {
	border: 2px solid #811313;
	padding: 15px;
	font-size: 12pt;
	font-weight: bold;
}
.bold-und {
	font-weight: bold;
	text-decoration: underline;
}
.copy {
	font-size: 8pt;
	color: #dbb84d;
}
a.copy {
	text-decoration: none;
	color: #dcb94e;
	font-size: 8pt;
}
a.copy:hover {
	text-decoration: underline;
}
.col-head {
	text-align: center;
	font-size: 8pt;
	font-weight: bold;
}
