/* CSS Document */


body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}


.redbold {
	color: #A30B00;
	font-family: Tahoma;
	font-size: 11px;
	line-height: 16px;
}
.grey {
	color: #434343;
	font-family: Tahoma;
	font-size: 11px;
	line-height: 16px;
}

.black {
	color: #000000;
	font-family: Tahoma;
	font-style: bold;
	font-size: 11px;
	line-height: 16px;
}

a {
	color: #999999;
	font-family: Tahoma;
	font-size: 11px;
	line-height: 16px;
	text-decoration: none;
}

a:hover {
	color: #A30B00;
	font-family: Tahoma;
	font-size: 11px;
	line-height: 16px;
	text-decoration: none;
}

