 Font Styles 

.body { font-family: Arial, Helvetica, sans-serif; font-size: 10pt; }

.bodyBold { font-family: Arial, Helvetica, sans-serif; font-size: 10pt; font-weight: bold; }

.bodyWhite { font-family: Arial, Helvetica, sans-serif; font-size: 10pt; color: #ffffff }

.bodyBoldWhite { font-family: Arial, Helvetica, sans-serif; font-size: 10pt; font-weight: bold; color: #ffffff }

.errorMessage { font-family: Arial, Helvetica, sans-serif; font-size: 10pt; color: #cc0000 }
.infoMessages { font-family: Arial, Helvetica, sans-serif; font-size: 10pt; color: #0000FF }
.warnMessages { font-family: Arial, Helvetica, sans-serif; font-size: 10pt; color: #cc0000 }
.exceptionMessages { font-family: Arial, Helvetica, sans-serif; font-size: 10pt; color: #cc0000 }

.pageTitle { font-family: Arial, Helvetica, sans-serif; font-size: 18pt ; background-color: #336666}

.fieldsetTitle { font-family: Arial; font-size: 10pt; font-weight: bold; color: #ffffcc }

.nestedFieldsetTitle { font-family: Arial; font-size: 10pt; font-weight: bold; color: #ffffff }

.phoneCharacters { font-family: Arial, Helvetica, sans-serif; font-size: 14pt; }

.tableData { font-family: Arial, Helvetica, sans-serif; font-size: 8pt; }

.tableDataLarge { font-family: Arial, Helvetica, sans-serif; font-size: 10pt; }

.tableHeading { font-family: Arial, Helvetica, sans-serif; font-size: 8pt; font-weight: bold; color: #ffffff; text-decoration: none }

.tableHeadingLarge { font-family: Arial, Helvetica, sans-serif; font-size: 10pt; font-weight: bold; color: #ffffff; text-decoration: none }


 Form Element Styles 

.inputNum2 { font-family: Verdana; font-size: 10pt; width: 21px; color: green}

.inputNum3 { font-family: Verdana; font-size: 10pt; width: 28px; }

.inputNum4 { font-family: Verdana; font-size: 10pt; width: 35px; }

.inputNum5 { font-family: Verdana; font-size: 10pt; width: 42px; }

.inputNum8 { font-family: Verdana; font-size: 8pt; width: 90px; color: green }

.inputNum10 { font-family: Verdana; font-size: 8pt; width: 175px; color: green }

.inputNum11 { font-family: Verdana; font-size: 8pt; width: 115px; color: green }

 Table Styles 

.whiteBox /* <table> */ {	border-width: 1; border-style: solid; border-color: Black; background-color: #ffffff; width: 350px; }

.headerRow /* <tr> */ { background-color: #052545; height: 32px; }
 
.row /* <tr> */ { background-color: #ffffff; height: 24px; }

.hilitedRow /* <tr> */ { background-color: #ffffcc; height: 24px; }

.clearRow /* <tr> */ { height: 24px; }

.rowLine /* <tr> */ { background-color: #000000; height: 1px; }

.fieldsetBox /* <table> */ { border-width: 1; border-style: solid; border-color: #355575; background-color: #dddddd; }

.fieldsetTitleBoxBlue /* <table> */ { background-color: #355575; }

.fieldsetTitleBoxGreen /* <table> */ { background-color: #355555; }

.nestedFieldsetBox /* <table> */ { border-width: 1;	border-style: solid; background-color: #eeeeee;	border-color : #666666;	margin-bottom : 4px; }

.nestedFieldsetTitleBox /* <table> */ {	background-color: #666666; }

.nestedFieldsetBoxLeft /* <table> */ { border-width: 1;	border-style: solid; background-color: #eeeeee;	border-color : #666666;	margin-left : 4px; margin-bottom : 4px; }

.nestedFieldsetTitleBoxLeft /* <table> */ {	background-color: #666666; margin-left : 4px; }

.nestedFieldsetBoxRight /* <table> */ {	border-width: 1; border-style: solid;	background-color: #eeeeee; border-color : #666666; margin-right : 4px; margin-bottom : 4px; }

.nestedFieldsetTitleBoxRight /* <table> */ { background-color: #666666;	margin-right : 4px; }


 Other Styles 

A { color: #052545;text-decoration:none;
 }



Body { margin-left: 4px; margin-top: 0px; background-color: #CCCCCC; }

.bodyTagGreen { margin-left: 4px; margin-top: 0px; background-color: #c7d7d7; }

.bodyTagPurple { margin-left: 4px; margin-top: 0px; background-color: #d8d8e8; }

.button { background-color: #CCCC99; color: #003366; font-family: "Verdana"; }

.buttonBold { background-color: #CCCC99; color: #003366; font-family: "Verdana"; font-weight: bold; }


 used on External Template,  blue field with black outline 

.fieldsetBoxBlue { border-width: 1; border-style: solid; border-color: #355575; background-color: #ccddee; }
