/*
 Blue Arrow Color: #B8C0E1
 Orange Arrow Color: #FAC248 - 250,194,72
 Header Background Color: #ECE6EA - 236,230,234
 Menu Background Color: #B8C0E1 - 184,192,225
 Highlighted Block Color: #6600FF - 102,00,255
 Gray Block Color: #D8DBDC
 Header Text Color: #989FAF - 152,159,175
 Logo Block Color: #FEF4C7 - 254,244,199
 Outline Color: #9999D6 - 153,153,214

 Light Sand : 243, 240, 218

 Alternate Row Color: #FEE0B0
 Row Color: #FEF4C7
 Header Row Color: #FAC248
*/
body
{
	color: black;
	font-style: normal;
	font-size: 8pt;
	font-family: Arial, Trebuchet, Helvetica, sans-serif;
	background-color: white;
}
.caption 
{
	font-size: 8pt;
	font-weight: bold;
	text-align: center;
}
td
{
	font-size: 8pt;
}
h1
{
	font-size: 14pt;
	color: #989FAF;
}
h2
{
	font-size: 12pt;
	color: #989FAF;
/*	color: #B8C0E1;*/
}
td.generic 
{
	font-size: 12pt;
	color: #989FAF;
	font-family: Lucida Sans, Trebuchet, Helvetica, Arial, sans-serif;
	font-weight: bold;
}
td.menu
{
	color: black;
	background-color: #B8C0E1;
}
td.footer
{
	color: #B8C0E1;
	font-weight: bold;
	font-size: 8pt;
}
td.sectionhead
{
	font-weight: bold;
	font: Tahoma;
	font-size: 10pt;
	background-color: #ECE6EA;
}
td.small
{
	font-size: 8pt;
}
td.medium
{
	font-size: 10pt;
}
th.small
{
	font-weight: bold;
	font-size: 8pt;
	text-align: center;
}
th.medium
{
	font-weight: bold;
	font-size: 10pt;
	text-align: center;
}
p.margined
{
	margin-left: 5px;
}
table.framed
{
	border: solid 1px #9999D6;
}
div.scrolled 
{
	overflow: scroll;
	height: 195px;
}
td.notice
{
	border: solid 1 black;
	background-color: cornsilk;
	color: Black;
	font-size: 10pt;
}