
body {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 9pt;
}

h1 {
  font-size: 16pt;
  font-weight: bold;
}

h2
{
	font-weight: bold;
	font-size: 14pt;
	font-family: Verdana;
}

h3 {
  font-size: 9pt;
  font-weight: bold;
}

b {
  font-weight: bold;
}  

td {
  font-size: 8pt;
}

input {
  font-size: 9pt;
}

.smallnote {
  font-size: 8pt;
}

.verysmall {
  font-size: 7pt;
}

small {
  font-size: 7pt;
}

.medium {
  font-size: 12;
}

.large {
  font-size: 14;
}

.verylarge {
  font-size: 16;
}

.oversize { 
  font-size: 48;
}

.fieldname {
  font-size: 8pt;
  font-weight: bold;
}

.fieldvalue {
  font-size: 9pt;
}

.errortext
{
	font-size: 9pt;
	color: #FF0000;
}

.tableheading
{
	font-size: 8pt;
	color: white;
	background-color: #5370AB;
	font-weight: bold;
}

.tabledata
{
	font-size: 8pt;
	color: black;
	background-color: #C8D1E4;
}

.inputlabel
{
	font-size: 8pt;
	color: black;
	font-weight: bold;
}

.inputdata
{
	font-size:8pt;
	color: black;
}

.grid_main
{
	background-color: Silver;
}

.grid_main2
{
	background-color: White;
}

.grid_header 
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: White;
	background-color: #5370AB;
	font-weight: bold;
}

.grid_header2
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: White;
	background-color: #5370AB;
	font-weight: bold;
}

.grid_item
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: Black;
	background-color: GhostWhite;
	font-weight: normal;
}

.grid_item2
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: Black;
	background-color: #C8D1E4;
	font-weight: normal;
}

.grid_alternatingitem
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: Black;
	background-color: White;
	font-weight: normal;
}	

.grid_alternatingitem2
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: Black;
	background-color: #C8D1E4;
	font-weight: normal;
}	

.grid_main_table { BORDER-LEFT-COLOR: silver; BORDER-BOTTOM-COLOR: silver; BORDER-TOP-COLOR: silver; BORDER-COLLAPSE: collapse; BORDER-RIGHT-COLOR: silver }
.grid_header_td { FONT-WEIGHT: bold; COLOR: white; FONT-FAMILY: Verdana; BACKGROUND-COLOR: #5370ab; font-size:7pt;}
.grid_item_tr { FONT-FAMILY: Verdana; BACKGROUND-COLOR: white }