BODY
{
    BORDER-RIGHT: medium none;
    BORDER-TOP: medium none;
    FONT-WEIGHT: 600;
    FONT-SIZE: 3pt;
    BORDER-LEFT: medium none;
    COLOR: #455755;
    BORDER-BOTTOM: medium none;
    FONT-FAMILY: Arial, 'Times New Roman';
    BACKGROUND-COLOR: ivory;
    TEXT-ALIGN: justify;
	margin-top:0px;
	margin-left:0px;
	margin-right:30px;
	margin-bottom:0px;
}
A
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 12pt;
    COLOR: #455755;
    FONT-FAMILY: 'Times New Roman';
    TEXT-DECORATION: none
}
H1
{
    COLOR: peru
}
H2
{
    COLOR: #455755;
    TEXT-ALIGN: center
}
H5
{
    FONT-WEIGHT: normal;
    COLOR: #444444;
    FONT-FAMILY: Arial, 'Times New Roman';
    TEXT-ALIGN: center;
	font-size:xx-small;
}
IMG
{
	border:none;
}
P
{
	text-align:center;
	font-family:Verdana;
	font-size:x-small;
}
.datagrid
{
	border-color: #888888;
	border-width: 1px;
	border-style: Solid;
}

.datagridHeading
{
	background-color: #D1CFCF;
	font-family: Arial;
	font-weight: bold;
	font-size: 8pt;
	color: #000000;
	text-align: left;
}

.datagridItem
{
	background-color: #F9F9F9;
	font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
	font-size: 9pt;
	font-weight: normal;
}

.datagridAlternatingItem
{
	background-color: #EEEEEE;
	font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
	font-size: 9pt;
	font-weight: normal;
}

.datagridNewItem
{
	background-color: #C9FFCE;
	font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
	font-size: 9pt;
	font-weight: normal;
}

.datagridNewAlternatingItem
{
	background-color: #89FF95;
	font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
	font-size: 9pt;
	font-weight: normal;
}

.datagridDeletedItem
{
	background-color: #FFD7D6;
	font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
	font-size: 9pt;
	font-weight: normal;
}

.datagridDeletedAlternatingItem
{
	background-color: #FF8585;
	font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
	font-size: 9pt;
	font-weight: normal;
}

.datagridSelectedItem
{
	background-color: #21459C;
	font-family: Arial;
	font-size: 9pt;
	font-weight: normal;
}
.inputButton
{
	color: #FFFFFF;
	background-color: #455755;
	font-family: Arial;
	font-size: 9pt;
	font-weight: bold;
	border-color: #FFFFFF;
	border-style: solid;
	border-width: 2px;
}
.inputLabel
{
	font-family: Arial;
	font-size: 8pt;
	font-weight: bold;
}
.errorMessage
{
	font-family: Arial;
	font-size: 8pt;
	font-weight: bold;
	color: #FF0000;
}