/* -- GLOBAL -- */
/* -- Any tags set to 'class="value"' will have this style -- */

.formData {		color: black; 
			font-weight: normal; 
			font-size: 11px; 
			font-family: Arial, Helvetica; 
			background: #ffffff; }

.formHeader {		color: black;	
			font-weight: normal; 
			font-size: 11px; 
			font-family: Arial, Helvetica; 
			background: #ffffff; }

.formHeaderRequired {   color: black; 
			font-weight: 700; 
			font-size: 11px; 
			font-family: Arial, Helvetica; 
			background: #ffffff; }

.formSectionHeader { 	color: ffffff;	
			font-weight: 600; 
			font-size: 11px; 
			font-family: Arial, Helvetica; 
			background: #555555; }

.formTitle {		color: #032063;	
			font-weight: 600; 
			font-size: 11px; 
			font-family: Arial, Helvetica; 
			background: #99cccc; }

.errors { 		font-family: Arial, Helvetica, sans-serif;
    			font-size: 10pt;
			font-weight:  400;
    			color: #DD2222; }

.pagebody {		color: black;	
			font-weight: 400; 
			font-size: 11px; 
			font-family: Arial, Helvetica; 
			background: #ffffff;
    			text-align: justify; }

.pagebodyCenter {	color: black;	
			font-weight: 400; 
			font-size: 11px; 
			font-family: Arial, Helvetica; 
			background: #ffffff;
    			text-align: center; }


.paragraphheading { 	font-family: Arial, Helvetica, sans-serif;
	 		font-size: 12pt;
    			font-weight: 600;
    			color: #ffffff; }

.tableHeader {		font-family: Arial, Helvetica, sans-serif;
			color: #ffffff;
			font-weight: 400; 
			font-size: 11px; 
			background: #555555; }

.darkData {		font-family: Arial, Helvetica, sans-serif;
			font-weight: 400; 
			font-size: 11px; 
			background: #cccccc; }

.lightData {		font-family: Arial, Helvetica, sans-serif;
			font-weight: 400; 
			font-size: 11px; 
			background: #ffffff; }
			

/* -- SPECIFIC TAGS -- */
/* -- These tags will have this style w/o any mention of 'class=""' -- */
/* -- A -- */

A:LINK { 		color: #0000ff }
A:ACTIVE { 		color: #0000ff }
A:VISITED { 		color: #0000cc }
A:HOVER { 		color: #000077 }


/* -- H1 -- */

H1 { 			font-family: Arial, Helvetica, sans-serif;
			font-size: 16pt;
			font-weight: 600;
			color: #000000; }

H2 { 			font-family: Arial, Helvetica, sans-serif;
			font-size: 12pt;
			font-weight: 600;
			color: #000000; }

