body {
	margin-top: 45px;
	margin-left: 0px;
	background-image: url(../images/pageBackground.jpg);
	background-repeat: repeat;
	background-position: left top;

}
.bodyText-Main {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #000000;
	padding: 15px;
	background-color: #FFFFFF;
}
.bodyText-Purple {
	color: #5E1C5F;
	font-weight: bold;

}
.bodyText-Title {
	color: #C69200;
	font-size: 16px;
}
.bodyText-Subtitle {
	color: #5E1C5F;
	font-size: 14px;
	font-weight: bolder;

}
.textbox 
{
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000000;
	padding: 2px;
	border: 1px #000000 solid;
}
.trans_box1 {  
  /* Mozilla ignores crazy MS image filters, so it will skip the following */
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='../images/shadow-right.png');
}
/* IE ignores styles with [attributes], so it will skip the following. */
.trans_box1[class] {
	background-image:url(../images/shadow-right.png);
	border: 0px solid #000000;
}
.trans_box2 {  
  /* Mozilla ignores crazy MS image filters, so it will skip the following */
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='../images/shadow-topright.png');
}
/* IE ignores styles with [attributes], so it will skip the following. */
.trans_box2[class] {
	background-image:url(../images/shadow-topright.png);
	border: 0px solid #000000;
}
.trans_box3 {  
	height: 20px;
	color: #000000;
	padding-top: 8px;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bolder;
	background-repeat: no-repeat;
  /* Mozilla ignores crazy MS image filters, so it will skip the following */
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='../images/shadow-bottom.png');
}
/* IE ignores styles with [attributes], so it will skip the following. */
.trans_box3[class] {
	background-image:url(../images/shadow-bottom.png);
	border: 0px solid #000000;
}

a:link,a:hover,a:visited {
	color: #5E1C5F;
}

/******************************
********  Grid View  **********
******************************/

.grid 
{
	border-right: medium none;
	border-top: medium none;
	font-size: 11px;
	border-left: medium none;
	border-bottom: medium none;
	font-family: Arial, Helvetica, Sans-Serif;
	background-color: darkgray;
}
.gridRow
{
	border-right: medium none;
	border-top: medium none;
	border-left: medium none;
	border-bottom: medium none;
	background-color: aliceblue;
}
.gridAlternatingRow
{
	background-color: White;
}
.gridHeader
{
	border-right: medium none;
	border-top: medium none;
	font-weight: bold;
	border-left: medium none;
	border-bottom: medium none;
	background-color: gainsboro;
	text-align: left;
}
.gridFooter
{
	background-color: darkgray;
}
