.bodyCopy {font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: normal; color: black;}
.bodyHead {font-family: Arial, Helvetica, sans-serif; font-size: 16px; font-weight: bold; color: #343B97;}
.bodySubTitle {  font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; color: #343B97}
.TableBody {  font-family: Arial, Helvetica, sans-serif; font-size: 10px; color: black}
.TableBodyBold {  font-family: Arial, Helvetica, sans-serif; font-size: 10px; font-weight: bold; color: 343B97}
.bodyHeadItalic {  font-family: Arial, Helvetica, sans-serif; font-size: 16px; font-style: italic; font-weight: bold; color: #333399}
.InputSmall {  font-family: Courier, mono; font-size: 10px; color: #002F6F}

.DataGridItemStyle
{
	font-weight: normal;
	font-size: 12px;
	color: black;
	font-family: Arial;
	background-color: white;
	text-align: left;
}
.DataGridAlternatingItemStyle
{
	font-weight: normal;
	font-size: 12px;
	color: black;
	font-family: Arial;
	background-color: #f0f0f0;
	text-align: left;
}
.DataGridHeaderStyle
{
	font-weight: bold;
	font-size: 12px;
	color: black;
	font-family: Arial;
	background-color: #f0f0f0;
	text-align: left;
}
.DataGridFooterStyle
{
	font-weight: bold;
	font-size: 12px;
	color: white;
	font-family: Arial;
	background-color: black;
	text-align: left;
}
.leftFrameStyle
{
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin: 0px;
	padding-top: 0px;
	background: "Images/BackGround.gif";
}

