/* CSS Document */

body {
	margin: 8px;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	background-color: #666666;
	background-image: url(images/bg001.gif);
	background-repeat: repeat;
}

/* bug fix for IE5.x (win) that enables tables to inherit font sizes from surrounding content */
table {
 font-size: 1.0em;
}

/* clearing element for using floats to lay out divs */
/* insert clearing element within parent but after float to force parent to expand */
/* syntax is <div class="clear">&nbsp;</div> */
div.clear {
 clear: both;
 height: 0;
 margin: 0;
 line-height: 0;
 font-size: 1px;
}

a:link {
	color: #6E4739;
	text-decoration: none;
}
a:visited {
	color: #6E4739;
	text-decoration: none;
}
a:hover {
	color: #A9263D;
	text-decoration: underline;
}
a:active {
	color: #6E4739;
	text-decoration: none;
}
.quicklinkstext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #6E4739;
}
.quicklinksbullet {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #A9263D;
	font-weight: bold;
}
.style1 {
	font-size: 9px;
}
.redText {
	color: #A9263D;
}
.listDesc {
	font-size: 9px;
	color: #A9263D;
}
.listTime {
	font-size: 10px;
	color: #999999;
}
.listDesc2 {
	font-size: 9px;
	color: #6E4739;
}
