BODY {
    background-color:#FCFDF5;
	margin-top: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color: #630841;	
}
A:link {
	color: #800000;
	text-decoration: none;
}
A:visited {
	color: #800000;
	text-decoration: none;
}
A:active {
	color: #800000;
	text-decoration: none;
}
A:hover {
	color: #800000;
	text-decoration: underline;
}
A.yellow:link {
	color: #EEF5BF;
	text-decoration: none;
}
A.yellow:visited {
	color: #EEF5BF;
	text-decoration: none;
}
A.yellow:active {
	color: #EEF5BF;
	text-decoration: none;
}
A.yellow:hover {
	color: #EEF5BF;
	text-decoration: underline;
}
UL {
	list-style:square;
}
HR {
	border: none 0; 
	border-top: 1px solid #480D2D;
	height: 1px;
}
TABLE.bodytable {
	background-color:#FFFFFF;
	border:none;
	font-size: 12px;
}
td.bergundyback {
	background-color:#630841;
	border:none;
}
.whitefont {
	color:#FFFFFF;
}
UL.yellow {
	list-style:square;
	color:#EEF5BF;
}
