IMG
{
    BORDER-RIGHT: medium none;
    BORDER-TOP: medium none;
    BORDER-LEFT: medium none;
    BORDER-BOTTOM: medium none
}
H3
{
    FONT-FAMILY: Goudy Old Style
}
BODY
{
    FONT-SIZE: 10pt;
    FONT-FAMILY: Goudy Old Style
}
TD
{
    FONT-SIZE: 11pt;
    FONT-FAMILY: Goudy Old Style
}
SMALL
{
    COLOR: black
}
.text
{
	font-family:Goudy Old Style
}
.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;
}

A.datagridLink
{
	text-decoration:none;
	font-size:x-small;
	color:black;
	font-weight:bold;
}
A.datagridLink:hover
{
	text-decoration:none;
	font-size:x-small;
	color:orange;
	font-weight:bold;
}
A.datagridLink:visited
{
	text-decoration:none;
	font-size:x-small;
	color:black;
	font-weight:bold;
}