/* CSS Document */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #45474a;
}
h1

}
body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #9a3267;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #9a3267;
}
a:hover {
	text-decoration: none;
	color: #581D3A;
}
a:active {
	text-decoration: none;
	color: #9a3267;
}

.small-text {
	font-size: 10px;
	color: #45474a;
}

.small-grey {
	font-size: 10px;
	color: #88898b;
}

.grey {
	font-size: 11px;
	color: #88898b;
	font-weight: bold;
}

.dk-grey-link {
	font-size: 11px;
	color: #45474a;
}

.red-text {
	font-size: 13px;
	color: #9a3267;
}

.red-bold {
	font-size: 11px;
	color: #9a3267;
	font-weight: bold;
}