BODY
{
	font: 13px;
	font-family: Arial;
	background-color: #e4f1ff;
}
INPUT
{
	font: 13px;
	font-family: Arial;
}
SELECT
{
	font: 13px;
	font-family: Arial;
}
LABEL
{
	font: 13px;
	font-family: Arial;
}
TD
{
	font: 13px;
	font-family: Arial;
}
A.blue 
{ 
	FONT-SIZE: 13px; 
	COLOR: blue; 
	TEXT-DECORATION: underline;
}
A.purple 
{ 
	FONT-SIZE: 13px; 
	COLOR: purple; 
	TEXT-DECORATION: underline;
	font-family: Arial;
}
.Grid
{
	background-color: #dceaff;
}
.GridHeader
{
    font-weight: bold; 
    background-color: #c4dcff;
    height: 55px;
}
.GridItem
{
	background-color: #dceaff;
	border-bottom-style: solid;
	border-bottom-color: #ffffff;
	border-bottom-width: 1px;
}
.GridAltItem
{
	background-color: #dceaff;
	border-bottom-style: solid;
	border-bottom-color: #ffffff;
	border-bottom-width: 1px;
}
.UnviewedGridItem
{
	font-weight: bold;
	background-color: #d0e4f4;
	border-bottom-style: solid;
	border-bottom-color: #ffffff;
	border-bottom-width: 1px;
}
iframe {
    position: absolute;
    left: -1;
    top: -1;
    z-index: 0;
    filter: progid:DXImageTransform.Microsoft.Alpha(style=0,opacity=0);
}
.Greyed
{
	font: 13px;
	font-family: Arial;
	background-color: #e4f1ff;
} 
