body {
	margin: 0;
	font-family: Arial;
	font-size: 10px;
	line-height: 13px;
	color: #D70017;
	background: url('images/bodyBg.gif'); 
}
td {
	font-family: Arial;
	font-size: 10px;
	line-height: 13px;
	color: #000;
}
.generalText {
	width: 300px;
	border: 1px solid #D1D4D6;
}
.generalTextarea {
	width: 300px;
	height: 50px; 
	border: 1px solid #D1D4D6;
}
.generalDate {
	width: 75px;
	border: 1px solid #D1D4D6;
}
table.calendar {
	width: 180px;
}
table.calendar td {
	height: 19px;
	text-align: center;
	font-size: 10px;
	color: black;
}
caption.calendar-month {
	font-size: 10px;
	text-align: center;
	font-weight: bold;
}
th {
	height: 19px;
	text-align: center;
	color: black;
	font-size: 9px;
}
td.cal {
	height: 19px;
	text-align: center;
	font-size: 9px;
}
.black {
	color: #000;
}
.red {
	color: #D70017;
}
.grey {
	color: #D9DCDD;
}
.yellow {
	color: #F0A116;
}
.white {
	background: none;
	background-color: #fff;
}
a {
	color: #D70017;
	text-decoration: none;
}
a:hover {
	color: #F0A116;
}
.boldtitle {
	font-size: 15px;
	font-weight: bold;
	line-height: 17px;	
}
.bigtitle {
	font-size: 15px;
	line-height: 17px;
}
.title {
	font-size: 12px;
}
a.blacklinks {
	color: #000;
}
a.blacklinks:hover {
	color: #F0A116;
}
a.blacklinksselected {
	color: #F0A116;
}
a.biglinks {
	font-size: 12px;
	line-height:12px;
	color: #D70017;
}
a.biglinks:hover {
	color: #F0A116;
}
a.biglinksselected {
	font-size: 12px;
	line-height:12px;
	color: #F0A116;
}

hr.dashed {
	margin: 0;
	border: 0; 
	border-top: 1px dashed #D9DCDD;
	color: #fff;
	background-color: #fff;
	height: 9px;
	margin-top: 9px;
}
#container {
	width: 800px;
	background-color: #fff;
	text-align: left;
}
#menuBorder {
	height:3px;
	background-image: url('images/contentBg.gif');
	background-position: center top;
	background-repeat: repeat-x;
}
#menu {
	line-height: 10px;
}
#menu hr {
	border: 0;
	border-bottom: 1px dashed #D9DCDD;
	color: #fff;
	background-color: #fff;
}
#right hr {
	border: 0;
	border-bottom: 1px solid #D9DCDD;
	color: #fff;
	background-color: #fff;
}
#menu ul {
	bullet-style: none;
	margin: 0;
	padding: 0;
}
#menu ul li a {
	font-size: 10px;
	font-color: #000;
}
#menu ul li a:hover {
	font-color: #F0A116;
}

hr.gold {
	margin: 0;
	border: 0;
	border-bottom: 1px solid #F3B240;
	color: #fff;
	background-color: #fff;
	height: 9px;
	margin-bottom:9px;
}
#center hr {
	margin: 0;
	border: 0;
	border-bottom: 1px solid #F3B240;
	color: #fff;
	background-color: #fff;
	height: 9px;
	margin-bottom:9px;
}
#footer {
	margin-top: 5px;
	color: #F0A116;
}
#footer a {
	font-size: 12px;
	color: #F0A116;
}
#footer td {
	font-size: 12px;
}

