.frmTitle {
	text-align: center;
	vertical-align : top;
	color: "#000066";
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:20pt;
	font-weight: normal;
}
.frmTitle2 {
	background-color : #000066;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 15px;
	font-weight : bold;
	color : White;
	border-bottom-color : Black;
	border-bottom-style : solid;
	border-bottom-width : 1px;
	border-left-color : Black;
	border-right-color : Black;
	border-top-color : Black;
	border-left-style : solid;
	border-right-style : solid;
	border-top-style : solid;
	border-left-width : 1px;
	border-right-width : 1px;
	border-top-width : 1px;
}
.outerTable {
	border-bottom-color : Black;
	border-bottom-style : solid;
	border-bottom-width : 1px;
	border-left-color : Black;
	border-right-color : Black;
	border-top-color : Black;
	border-left-style : solid;
	border-right-style : solid;
	border-top-style : solid;
	border-left-width : 1px;
	border-right-width : 1px;
	border-top-width : 1px;
	background-color : #CCCCCC;
}
/*Defines the textboxes displayed on the site */
.frmTxb{
	font-family: arial;
	font-size:9pt;
	background-color : #FBFDFF;
	width : 206px;
}
/*Defines the textboxes displayed on the site */
.frmTxa{
	font-family: arial;
	font-size:9pt;
	background-color : #FBFDFF;
	width : 600px;
}
/*Defines the textboxes displayed on the site */
.frmSel {
	font-family: arial;
	font-size:9pt;
	background-color : #FBFDFF;
	width : 233px;
}
.frmBtn {
	width : 125px;
}
.frmBtnBgr {
	width : 180px;
}
/* Defines the Required Field Annotation */
.rqrd {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : bold;
	color : Red;
	vertical-align : top;
}/* start frmText Class *********************************************************************/
/* Defines the text on the forms */
.frmText {
	font-family: Arial;
	font-size:9pt;
}
.frmHeading {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight : bold;
	padding-bottom:5px;
}
.frmTextTitle {
	font-family: Arial;
	font-size:20pt;
}
.frmTextSm {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 7pt;
}
A.frmText {
	text-decoration: none;
	color: Blue;
	font-family: Arial;
	font-size:9pt;
}
A.frmText:hover {
	color: Red;
	text-decoration: underline;
}
A.frmText:visited {
	color: Blue;
}
A.frmText:visited:hover {
	color: Red;
	text-decoration: underline;
}
/* end frmText Class ***********************************************************************/

/* Defines the Page Tabs displayed in the Header */
A.tabs_off {
	text-decoration: none;
	color: "#444444";
	font-family: Arial;
	font-size:9pt;
}
A.tabs_on {
	text-decoration: none;
	color: "#444444";
	font-family: Arial;
	font-size:9pt;
	font-weight: bold;
}