body {
	background-color: #E6E6E6;
	margin-top: 5px;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
h1 {
	font-size: 24px;
	color: #91313D;
}
h2 {
	font-size: 18px;
	color: #91313D;
}
h3 {
	font-size: 12px;
	color: #91313D;
}
a:link {
	color: #91313D;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #91313D;
}
a:hover {
	text-decoration: underline;
	color: #91313D;
}
a:active {
	text-decoration: none;
	color: #91313D;
}
a {
	font-weight: bold;
}
.Red {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #FF0000;
}
.RedOnGrey {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #FF0000;
	background-color: #CCCCCC;
}
.RedOnLightGrey {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #FF0000;
	background-color: #E6E6E6;
}
.BlackOnGrey {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #000000;
	background-color: #CCCCCC;
}
.BlackOnLightGrey {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #000000;
	background-color: #E6E6E6;
}
.GreyOnBurgandy {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #CCCCCC;
	background-color: #91313D;
}
.WhiteOnBurgandy {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #FFFFFF;
	background-color: #91313D;
}
.GreyText {
	font-weight: normal;
	color: #CCCCCC;
}
.WhiteText {
	font-weight: normal;
	color: #FFFFFF;
}
.GreyBoldText {
	font-weight: bold;
	color: #CCCCCC;
}
.WhiteBoldText {
	font-weight: bold;
	color: #FFFFFF;
}
.DarkRed-bold {
	font-size: 12px;
	font-weight: bold;
	color: #91313D;
}
.Grey-bold {
	font-size: 12px;
	font-weight: bold;
	color: #808080;
}
.Black18 {
	font-size: 18px;
	color: #000000;
}
