body {
	background: #FEFEFE;
	font-family: Verdana;
	font-size: 8pt;
	color: #000000;	
	margin: 0, 0, 0, 0;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
table {
	padding: 0;
	margin: 0;
	text-align: left;
	border-color:White;
}
th, .th {
	background-color: #627EA3;
	font-weight: bold;
	font-family: Verdana;
	font-size: 10pt;
	color: #FFFFFF;	
	padding : 4;	
}
td {
	font-family: Verdana;
	font-size: 8pt;
}
img {
	border:0px;
}
.Content{
    font-family:arial;
    font-size:9pt;
    color: #333534;
}
A:link {
	color: #3333cc;
	text-decoration: none;
}
A:visited {
	color: #3333cc;
	text-decoration: none;
}
A:hover {
	color: Red;
	text-decoration: underline;
}
.Title{
	font-family: Verdana;
	color: #00309C;
	font-size: 20;
}
.Button {
	background : #EEEEEE;
	border-color: #DDDDDD;
	font-family: Verdana;
	font-size: 8pt;
}
.TextBox, .DropDownList, .ListBox {
	background : #EEEEEE;
	font-family: Verdana;
	font-size: 8pt;
}
.DropDownListSquish {
	background : #EEEEEE;
	font-family: Verdana;
	font-size: 7pt;
}
.TextArea {
	background : #EEEEEE;
	font-family: Verdana;
	font-size: 8pt;
}
.CustomDataGridHeader{
	background-color: #CECBCE;
	font-family: Verdana;
	font-size: 6pt;
	color: #000000;	
	padding : 4;	
	text-align: left;
}
.MenuHeader{
	background-color: #A5B5DE;
	font-weight: bold;
	padding: 2;
}
.MenuCell {
	padding: 2;	
	color: White;
	cursor: hand;
}
.MenuBG {
	background-color: #1839AD;
}
.RDDataLabel
{
	font-weight: bold;
}
.DataGridSortArrow {
	font-family:webdings;
	font-size: 8pt;
}
.DataGridSortColumn {
	background: #C1CCF5;
}
.ThemeColor {
	color: #627EA3;
}
.DisplayMessage{
	background-color: #ffff00;
	color: Black;
	font-weight:bold;
}