/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
}

body,td,th {
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	
}


.red_titles {
	font-family: Arial;
	font-size: 14px;
	color: #EE2525;
	font-weight:bold;
}

h1 {
	font-family: Arial;
	font-size: 16px;
	color: #EE2525;
	font-weight:bold;
}

.prod_title {
	font-family: Arial;
	font-size: 16px;
	color: #ffffff;
	font-weight:bold;
}


.white_titles {
	font-family: Arial;
	font-size: 14px;
	color: #ffffff;
	font-weight:bold;
}

.white_text {
	font-family: Arial;
	font-size: 14px;
	color: #ffffff;
	font-weight:bold;
}

.sub_title_green {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #99cc00;
	font-weight:bold;
}

.sub_title_orange {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF6600;
	font-weight:bold;
}

.Main_Heading_white {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #ffffff;
	font-weight:bold;
}

.Main_Heading_blue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000000;
	font-weight:bold;
}

.Footer {
	font-family: Arial;
	font-size: 10px;
	color: #CCCCCC;
}

.spacer_blue {
	font-family: Arial;
	font-size: 6px;
	color: #000000;
}
.spacer_white {
	font-family: Arial;
	font-size: 6px;
	color: #ffffff;
}

.Header {
	font-family: Arial;
	font-size: 10px;
	color: #ffffff;
}

.style1 {color: #FFFFFF}

.upstate {
	font-family: Arial;
	color: #ffffff;
	font-size: 11px;
	background-color: #EE2525;
	border: 1px solid #efefef;
	}
.overstate {
	font-family: Arial;
	color: #EE2525;
	font-size: 11px;
	background-color: #ffffff 	;
	border: 1px solid #efefef;
}
.downstate {
	font-family: Arial;
	font-size: 11px;
	color: #EE2525;
	background-color: #ffffff;
	border: 1px dotted #efefef;
}