@charset "utf-8";
/* CSS Document */
h2 {
background: url(../images/h2_banner.gif) no-repeat;
color: Black;
font-size: 10pt;
padding-left: 3px;
} /* should overwrite the h2 in design.css */

.mfg_standard_red {
	background-color: #990000;
}
.mfg_select_blue {
	background-color: #000088;
}
.mfg_premium_yellow{
	background-color: #FDE903;
}

.mfg_bodybold_white {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #EEEEEE;
	font-style: normal;
	line-height: normal;
}

.mfg_bodybold_black {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	font-style: normal;
	line-height: normal;
}

.mfg_chart_fine_print {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: EEEEEE;
	line-height: 15px;
}
.mfg_headlinestyle {
	font-family: "Times New Roman", Times, serif;
	font-size: 32px;
	line-height: normal;
	font-weight: normal;
	color: #000000;
}
.mfg_yellow_headline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	background-color: #FDE903;
}

.mfg_standard_head_small {
	font-size: 14px;
	color: #EEEEEE;
	background-color: #990000;
	height: 18px;
	width: 250px;
	float: left;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 4px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 6px;
	margin-left: 5px;
}

.mfg_select_head_small {
	font-size: 14px;
	color: #EEEEEE;
	background-color: #000088;
	height: 18px;
	width: 250px;
	float: left;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 4px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 6px;
	margin-left: 5px;
}

.mfg_premium_head_small {
	font-size: 14px;
	color: #000000;
	background-color: #FDE903;
	height: 18px;
	width: 250px;
	float: left;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 4px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 6px;
	margin-left: 5px;
}
.mfg_head_large {
	font-size: 28px;
	color: #FFFFFF;
	height: 18px;
	width: 340px;
	float: left;
	padding-top: 12px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 4px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 8px;
	background-repeat: no-repeat;
	display: block;
}

/* styles for the mfg standard subscription */
.mfgStandardBoxTop {
	border-top-width: medium;
	border-top-style: solid;
	border-top-color: #990000;
}
.mfgStandardBoxSides {
	border-right-width: medium;
	border-left-width: medium;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #990000;
	border-left-color: #990000;
}
.mfgStandardBoxBottom {
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #990000;
}
.mfg_bg_standard {
	background-color: #990000;
	background: #990000;
}

/* styles for the mfgselect membership*/
.mfgSelectBoxTop {
	border-top-width: medium;
	border-top-style: solid;
	border-top-color: #000088;
}

.mfgSelectBoxSides {
	border-right-width: medium;
	border-left-width: medium;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000088;
	border-left-color: #000088;
}

.mfgSelectBoxBottom {
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #000088;
}
.mfg_bg_select {
	background-color:#000088;
	background:#000088;
}

/* styles for the mfg premium membership*/
.mfgPremiumBoxTop {
	border-top-width: medium;
	border-top-style: solid;
	border-top-color: #FDE903;
}

.mfgPremiumBoxSides {
	border-right-width: medium;
	border-left-width: medium;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FDE903;
	border-left-color: #FDE903;
}
.mfgPremiumBoxBottom {
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #FDE903;
}
.mfg_bg_premium {
	background-color:#FDE903;
	background:#FDE903;
}

/* styles for the mfg premium membership*/
.orderBoxTop {
	border-top-width: medium;
	border-top-style: solid;
	border-top-color: #FFCC33;
}

.orderBoxSides {
	border-right-width: medium;
	border-left-width: medium;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFCC33;
	border-left-color: #FFCC33;
}
.orderBoxBottom {
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #FFCC33;
}


.red {
	color:#D2232A;
	font-weight:bold;
}

