/* FORCE FIX FORM MARGINS */
/* noMarginForm - to fix the extra space before or after form elements */
.noMarginForm { margin:0;padding:0; }



/* TEXT ORNAMENTS AND STYLE CALLOUTS */
/* ============================================== */
.HLY { background-color: #FFFF99 } /* yellow highlighter */

.HLG { background-color: #99FF99 } /* green highlighter */

.HLR { background-color: #FFCCCC } /* red highlighter */

.blue1 { color: #000099 } /* TO MAKE EDITORIAL COPY BLUE - CALLOUTS */

.blue2 { color: #000099; font-weight:bold }

.blue3 { color: #000099; font-style:italic }

.blue4 { color: #000099; font-weight:bold; font-style:italic }

.red1 { color: #660000; font-weight: bold } /* TO CALL OUT FREE STUFF */

.red2 { color: #660000; font-weight: bold; font-style: italic } /* TO CALL IMPORTANT STUFF */

.dotRBgray {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC
}

.dotLTgray {
	border-left-width: 1px;
	border-top-width: 1px;
	border-left-style: dotted;
	border-top-style: dotted;
	border-left-color: #CCCCCC;
	border-top-color: #CCCCCC
}

.dotALLgray { border: 1px dotted #CCCCCC }

.dotALLblue { border: 1px dotted #000099 }

/* ============================================== */



/* HEADER STYLES */
/* ============================================== */
.h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 26px;
	font-weight: bold;
	color: #000099;
	margin: 0px
}
.h1-blue2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 26px;
	font-weight: bold;
	font-style:italic;
	color: #000099;
	margin: 0px
}

.h2-blue1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #000099;
	margin: 0px
}

.h2-blk1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #000000;
	margin: 0px
}

.h2-blue2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #000099 ;
	font-weight: bold;
	margin: 0px
}

.h2-blk1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #000000;
	font-weight: bold;
	margin: 0px
}

.h2-blue3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #000099 ;
	font-style:italic;
	font-weight: bold;
	margin: 0px
}

.h2-blk3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #000000;
	font-style: italic;
	font-weight: bold;
	margin: 0px
}



/* SUB-HEADERS  14px */
.h3-blue1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000099;
	font-style: normal;
	font-weight: normal;
	margin: 0px
}

.h3-blk1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	font-style: normal;
	font-weight: normal;
	margin: 0px
}

.h3-blue2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #000099;
	margin: 0px
}

.h3-blk2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	margin: 0px
}

.h4-blue1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	color: #000099;
	margin: 0px
}

.h4-blk1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	margin: 0px
}

.h4-blue2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #000099;
	margin: 0px
}


/* ============================================== */



/* EDITORIAL COPY STYLES */
/* ============================================== */
.copy-blue1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000099 ;
	font-style: normal;
	font-weight: normal;
	margin: 0px
}

.copy-blk1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000 ;
	font-style: normal;
	font-weight: normal;
	margin: 0px
}

.copy-blue2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000099;
	font-style: normal;
	font-weight: bold;
	margin: 0px
}

.copy-blk2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-style: normal;
	font-weight: bold;
	margin: 0px
}

.copy-blue3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000099;
	font-style: italic;
	font-weight: bold;
	margin: 0px
}

.copy-blk3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-style: italic;
	font-weight: bold;
	margin: 0px
}

.copy-blk4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	font-style: normal;
	font-weight: normal;
	margin: 0px
}


/* ROMAN COPY */
.rom14 {
	font-family: Times New Roman, Times, serif;
	font-size: 14px;
	color: #000000;
	font-style: normal;
	font-weight: normal;
	margin: 0px
}

.rom16a {
	font-family: Times New Roman, Times, serif;
	font-size: 16px;
	color: #000000;
	margin: 0px
}

.rom16b {
	font-family: Times New Roman, Times, serif; /* ON 18px LEADING */
	font-size: 16px;
	color: #000000;
	margin: 0px;
	line-height: 18px
}

/* TAGLINE COPY */
.tag1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000099;
	margin: 0px
}

.tag2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	margin: 0px
}

/* ============================================== */
