td.header {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #FFFFFF;
	font-weight: bold;
	letter-spacing: 2px;
	text-transform: uppercase;
	padding: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #F5D29E;
}


td.content {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #FFFFCC;
	padding: 5px;
}

td.content a:link {
	color: #FFD291;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: none;
	border-bottom-color: #FFFFCC;
}
td.content a:hover {  color: #FFFFFF; text-decoration: none}
td.content a:active {  color: #000000; text-decoration: none}
td.content a:visited {  color: #000000; text-decoration: none}

.accent {
font-weight:bold;
color:#FFFFCC;
}