A
{
	color:Black
}
BODY
{
	font-family:Arial;
	font-size:10pt;
}
TD
{
	font-family:Arial;
	font-size:10pt;
}
.action
{
	font-family:Arial;
	font-size:10pt;
	font-weight:bold;	
	border-left-style:solid;
	border-left-width:1px;
	border-left-color:#8E9BA2;
	cursor:hand;
	padding:5px;
}
.action_hover
{
	color:white;
	background-color:#8E9BA2;
	font-family:Arial;
	font-size:10pt;
	font-weight:bold;
	border-left-style:solid;
	border-left-width:1px;	
	border-left-color:#72828b;
	cursor:hand;
	padding:5px;
}
H1
{   
	font-size: 14pt;
	font-family: arial;
	font-weight: normal; }

H2
{
	width: 100%;
	background-color: #e7ebeb;
	font-family: arial;
	font-size: 10pt;
	padding-bottom: 3;
	padding-top: 3;
	padding-left: 10;
	font-weight: bold;
}
.headerlink
{
	color:white;
	font-family:Arial;
	font-size:26pt;
	font-weight:bold;	
	cursor:hand;
	padding:5px;
	display:block;
	text-decoration:none
}
.shortcut
{
	color:white;
	font-family:Arial;
	font-size:8pt;
	font-weight:bold;	
	border-left-style:solid;
	border-left-width:1px;
	border-left-color:#8E9BA2;
	cursor:hand;
	padding:5px;
}
.shortcut_hover
{
	background-color:#8E9BA2;
	color:white;
	font-family:Arial;
	font-size:8pt;
	font-weight:bold;
	border-left-style:solid;
	border-left-width:1px;	
	border-left-color:#72828b;
	cursor:hand;
	padding:5px;
}

.cell
{
	background-color:#e7ebeb;
	color:#21536a;
	font-family:Arial;
	font-size:8pt;
	font-weight:bold;	
	border-bottom-color:#C4CBCE;
	border-top-color:#FFFFFF;
	border-left-color:#FFFFFF;
	border-right-color:#7A7B7B;
	border-style:solid;
	border-width:1px;
	cursor:hand;
}
.cell_hover
{
	background-color:#ddeeff;
	color:#21536a;
	font-family:Arial;
	font-size:8pt;
	font-weight:bold;	
	border-bottom-color:#C4CBCE;
	border-top-color:#FFFFFF;
	border-left-color:#FFFFFF;
	border-right-color:#7A7B7B;
	border-style:solid;
	border-width:1px;
	cursor:hand;	
}
.cell_selected
{
	background-color:#c6cfd0;
	color:#21536a;
	font-family:Arial;
	font-size:8pt;
	font-weight:bold;	
	border-bottom-color:#C4CBCE;
	border-top-color:#FFFFFF;
	border-left-color:#FFFFFF;
	border-right-color:#7A7B7B;
	border-style:solid;
	border-width:1px;
	cursor:default;
}