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;
}

.sectiontableheader {
	background-color : #8D93AE;
	background-repeat: repeat;
	padding: 2px;
	color : #fff;
	font-weight : bold;
	padding: 2px;
	border-right: thin solid #CCCCCC;
	text-align: center;
}
.sectiontableentry1 {
	background-color : #D9DCEB;
	padding-bottom: 0px;
	padding-top: 0px;
	border-right: thin solid #CCCCCC;
	font-size: 10px;
}	
.sectiontableentry2 {
	background-color : #f5f5f5;
	padding-bottom: 0px;
	padding-top: 0px;
	border-right: thin solid #CCCCCC;
	font-size: 10px;
}
