body
{
	color: #313131;
	background-color: #FFFFFF;
}

.error
{
	color: #FF0000;
}

.ParentBorder {
	border: thin solid #999999;
}
.LeftBg {
	background-image: url(../gfx/Inside/LeftBG.gif);
	background-repeat: repeat-y;
}
.RightBg {
	background-image: url(../gfx/Inside/RightBg.gif);
	background-repeat: repeat-y;
}
p,ul,li,td,.BodyCopy {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
}

a
{
	text-decoration: none;
	color: 1F04A8;
}

a:hover
{
	color: #EB6D20;
}

.datagrid_header
{
	text-align: left;
	font-weight: bold;
	padding: 3px;
	margin: 0px;
	color: #260F93;
	background-color: #C3C3C3;
}
.datagrid_item
{
	background-color: #FCFCFC;
}
.datagrid_alternatingitem
{
	background-color: #EEEEEE;
}

.lightrow
{
	background-color: #FCFCFC;
}

.darkrow
{
	background-color: #EEEEEE;
}