/* WSI Specific CSS formats*/

H1 {font-weight: bold; font-size:1.2em; font-family: tahoma; color: #AFAEB4;}
H2 {font-weight: bold; font-size:1em; font-family: georgia, serif; color: #4E514A;}
H3 {font-weight: bold; font-size:1em; font-family: tahoma; color: #96B42E;}

/* Margins for Images */
.imageMIDDLE {
      Margin: 5px 10px 5px 10px
}
.imageRHS {
      Margin: 5px 0px 5px 10px
}
.imageLHS {
      Margin: 5px 10px 5px 0px
}

/* MODULE-SPECIFIC */

/* Form Master Specific CSS Styles */

/* The PADDING attribute below makes each individual IE box have this attribute 
and not the overall box as may be thought!! - so use it sparingly.
It does not seem to have any effect on the Firefox appearance.*/
.frmReport
{
	border: black 1px solid;
	width: 450px;
	padding: 3px;
	margin: 10px;
}

/* Setting the MARGIN-TOP attribute controls the spacing between label and text box
    The MARGIN-LEFT should equal the .frmLabel MARGIN-LEFT to align the two items */ 
.frmTextBox {
					margin: 3px 0px 10px 20px;
}
.frmLabel {
               margin-left: 20px;
               font-weight: bold;
               font-size: .7em;
}
.frmSeparator {
					border-bottom:1px black solid;
					height:10px;
}


