/* CSS Document */
body,td,th {
	font-size: 12px;
	color: #2A261B;
}
body {
	background-color: #F1F1F1;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #2A261B;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #2A261B;
}
a:hover {
	text-decoration: underline;
	color: #B7530E;
}
a:active {
	text-decoration: none;
}




a.red:link {
	text-decoration: none;
	color: #9F0000;
}
a.red:visited {
	text-decoration: none;
	color: #9F0000;
	}
a.red:hover {
	text-decoration: underline;
	color: #BA2703;
}
a.red:active {
	text-decoration: none;
}


a.w:link {
	text-decoration: none;
	color: #FFFFFF;
}
a.w:visited {
	text-decoration: none;
	color: #FFFFFF;
	}
a.w:hover {
	text-decoration: underline;
	color: #EFEFEF;
}
a.w:active {
	text-decoration: none;
}
