html, body
{
   BACKGROUND-COLOR: white;
 }

H3.pagetitle-small
{
	text-align: center;
} 

H2.pagetitle-large
{
	text-align: center;
} 
 
#pagewidth{ }

FONT.page-font
{
   FONT-FAMILY: Verdana;
   FONT-SIZE: 12px;
   FONT-WEIGHT: normal;
}

TABLE.formtable
{
	border: none;
}

TR.formtablerow
{
	
}

TD.formfieldlabel
{
   FONT-FAMILY: Verdana;
   FONT-SIZE: 10px;
   FONT-WEIGHT: bold;
   COLOR: #3D4E6D;
}

TABLE.datatable
{
	border: thin solid;
}

TR.datatableheaderrow
{
	background-color: #D3D3D3;
	border: thin solid Black;
}

TD.headercell
{
   font-family: Verdana;
   font-size: 10px;
   font-weight: bold;
   text-align: center;
}

TR.datatabledatarow-odd
{
	background-color: #E6E6FA;
}

TR.datatabledatarow-even
{
	background-color: white;
}

TD.datatabledatacell
{
   font-family: Verdana;
   font-size: 10px;	
}

IMG.chartimg
{
   
}

IMG.logo
{
   position: left;
}

OPTION
{
   FONT-FAMILY: Verdana;
   FONT-SIZE: 12px;
   FONT-WEIGHT: normal;
}

INPUT,SELECT
{
   border-style: solid;
   border-width: 1px;
   border-color: black;
   background-color: #F5F5F5;
}

