body {
	font-family: "Trebuchet MS";
	font-size: 12px;
}

td {
	font-family: "Trebuchet MS";
	font-size: 12px;
}
.LeftMargain {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;

}
.RightMargain {

	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999999;
}

.button{
	border: 1px solid #BC1510; font-family: "Trebuchet MS"; font-size: 12px; color: #BC1510; background-color: #FFFFFF;
}

.buttonOver{
	border: 1px solid #000000; font-family: "Trebuchet MS"; font-size: 12px; color: #FFFFFF; background-color: #BC1510;
}

.formtext {
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-weight: bold;
	border: 1px solid #E4E4E4;
	color: #BC1510;

}.TopMargain {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #B6C897;

}
a {
	font-family: "Trebuchet MS";
	color: #666666;
	text-decoration: none;
}
a:hover {

	font-family: "Trebuchet MS";
	color: #BC1510;
	text-decoration: none;
}
.TileFormText {
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-weight: bold;
	border: 1px solid #E4E4E4;
	color: #BC1510;
	width: 100%;

}
.KDTableBorder {
	border: 1px solid #CCCCCC;
}
.UnderlineFrontPage {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #547BCB;
	width: 100%;
	background-color: #EFF3FA;


}
.UnderlineAppealHistoryPage {

	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	width: 100%;
	background-color: #EFEFEF;
}

.eventsTable {
	border-collapse: collapse;
	margin-bottom: 5px;
	width: 100%;

}

.eventsTable td {
	border-bottom: 1px solid #B6C897;
	vertical-align: top;
}

.eventsTable tr {
	border-bottom: 1px solid #B6C897;
}

.eventBullet {
	width: 10px;
	height: 18px;
	background-color: #AB77A7;
	margin: 2px;
}

.centerDiv {
	text-align: center;

}

.message {
	padding: 10px;
	width: 300px;
	border: 1px solid silver;
	margin: 10px auto;
	text-align: center;
}
