.PageBODY {
   font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	color : #222222;
	background-color : #FFFFFF;
	margin-top : 0;
	margin-left : 5;
	text-align : left;
   } 
.FormTABLE {
	font-size : 12px;
	border : 0px solid #000000;
} 
.FormHeaderTD {
	background-color: #C5AFC5;
	text-align: Center;
	font-size: 12pt;
	color: #FFFFFF;
	font-weight: bold;
} 
a.FormHeader:link{
	color: #FFFFFF;
	font-weight: bold;
	text-decoration : underline;
}
a.FormHeader:visited{
	color: #FFFFFF;
	font-weight: bold;
	text-decoration : underline;
}
a.FormHeader:hover{
	color: #FF0093;
	font-weight: bold;
	text-decoration : none;
}
.FieldCaptionTD {
	background-color: #CEC6CE;
	border: 0px outset #000000;
	font-size: 12px;
	color: #FFFFFF;
	font-weight : bold;
} 
.DataTD {
	background-color: #F4F4F4;
	color: #000000;
	border: 0px outset #000000;
	font-size : 12px;
} 
.DataTD1 {
	background-color: transparent;
	color: #000000;
	border: 0px outset #000000;
	font-size : 12px;
} 
.RecordSeparatorTD {
   background-color: #FFCCCC; 
   color: #000000; 
   border: 1px outset #000000
   } 
.ColumnTD {
	background-color: #CEC6CE;
	color: #FFFFFF;
	border-style: inset;
	border-width: 0px;
	text-align: Center;
	font-size: 12px;
	font-weight: bold;
}
.tablebutton{
	border-style:none;
	background-color:#e6ec9b;
	color:#666666;
	border-bottom-color:#e6ec9b;
	border-bottom-style:none;
	border-color:#e6ec9b
   }