body {
	margin: 0px 0px 20px 0px; 
	padding: 0px 0px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.stateStyle {
     font-size: 14px;
     font-weight: bold;
     color: #FFEBEB;
     background-color: #A1162D;
}

.countyStyle {
     font-size: 10px;
     font-weight: bold;
     color: #A1162D;
     background-color: #FFEBEB;
}

.popupterritory {
	margin: 20px 20px 20px 20px; 
	padding: 0px 0px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

table.territory {
	border-width: 0px 0px 0px 0px;
	border-spacing: 0px;
	border-style: inset inset inset inset;
	border-color: gray gray gray gray;
	border-collapse: collapse;
	background-color: white;
}

table.territory th { 
	text-align:left;
	width:140px;
	font-size: 16px;
   	font-weight: bold;
    color: #A1162D;
    background-color: #FFEBEB;
	border-color:#660000
	border-width: 1px;
	padding: 2px 2px 2px 2px;
	border-style: none none none none;
	border-color: #A1162D #A1162D #A1162D #A1162D;
	background-color: white;
	-moz-border-radius: 0px 0px 0px 0px;
}
table.territory td {
	border-width: 1px;
	padding: 2px 2px 2px 2px;
	border-style: solid solid solid solid;
	border-color: #A1162D #A1162D #A1162D #A1162D;
	background-color: white;
	-moz-border-radius: 0px 0px 0px 0px;
}


