.error {
	text-align:center;
	color:#FFFF00;
	font-size: 18px;
	font-weight:bold;
}
body, td {
	font-family: Helvetica, Geneva, arial, Arial, SunSans-Regular, sans-serif;
	font-size:12px;
}
table.RecordsTable {
	border: 1px outset #000000;
	background-color: #FFFFFF;
	font-size: 12px;
}
.RecordsTable a, .MenuTable a {
	color:#333333;
}

.RecordsTableHeader {
	background-color:#000;
	font-weight: bold;
	color: #FFFFFF;
	Border-Bottom: #000000 1px outset;
	white-space: nowrap;
	padding: 4px;
}
.Record {
	background-color: #EFEAEA;
	Border-Bottom: #000000 1px outset;
}

.MenuTable {
	background-color: #FFFFFF;
	font-weight: 100;
	color: #000000;
	border: 1px outset #000000;
	white-space: nowrap;
}

.FooterTable {
	font-style:italic;
	font-size:18px;
	clear:both;
	text-align:center;
}

.ErrorTable {
    width: 100%;
	padding: 10px;
	background-color: #FFEEEE;
	font-weight: 100;
	border: 1px solid #000000;
}

a.wLink { 
	Color: #FFFFFF;
}
a.wLink:Hover { 
	Color: #E9E9E9;
}
a.wLink:Visited { 
	Color: #E9E9E9;
}
#mainNav a {
	display:block;
	width:100px;
	background:#F9CB6E url(images/green.gif) no-repeat 3px 2px;
	color:#666;
	border:solid 1px #7A1725;
	padding-left:15px;
	margin:5px 0px;
	text-decoration:none;
	font-size:0.8em;
	font-family:Times, "Times New Roman";
	font-weight:900;
	height:15px;
	line-height:15px;
}
#mainNav a:hover {
	color:#7A1725;
	background-image:url(images/red.gif);
}
#nav a {
	display:block;
	float:left;
	width:100px;
	text-align:center;
	background:#F9CB6E;
	color:#666;
	border:solid 1px #7A1725;
	margin:2px;
	font-size:0.8em;
	font-family:Times, "Times New Roman";
	text-decoration:none;
	font-weight:900;
}
#nav a:hover {color:#7A1725}
.clear {display:block;height:1px;clear:both}
.footer {font-size:0.8em;font-family:Times, "Times New Roman";padding-left:15px}
.minicart {	background:#F9CB6E;
	color:#666;
	border:solid 1px #7A1725;
	text-align:center;
	padding:5px;
	width:300px;
	clear:both;
	margin-left:160px;
}