@charset "utf-8";
.mainText {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	color: #000;
}
.cellborderNone {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	color: #000;
}
.cellborderBR {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	color: #000;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #f4911c;
	border-right-color: #f4911c;
	border-bottom-color: #f4911c;
	border-left-color: #f4911c;
}
.cellborderB {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	color: #000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #f4911c;
	}
.cellborderR {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	color: #000;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #f4911c;
	border-right-color: #f4911c;
	border-bottom-color: #f4911c;
	border-left-color: #f4911c;
}
.cellborderRBL {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	color: #000;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #f4911c;
	border-right-color: #f4911c;
	border-bottom-color: #f4911c;
	border-left-color: #f4911c;
}
.cellborderAll {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	color: #000;
	background-color: #CCCCCC;
	border: 1px solid #f4911c;
	padding: 5px;
}
	.cellborderAllnoBG {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	color: #000;
	border: 1px solid #f4911c;
	padding: 5px;
	
}.addressLine {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #cccccc;
	padding: 3px;
	background-color: #1f2e47;
}
.addressLineBold {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #cccccc;
	padding: 3px;
	background-color: #1f2e47;
}
.copyright {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 10px;
	color: #FFF;
	padding: 5px;
}
.cellborderAllblueBG {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	color: #000;
	background-color: #1f2e47;
	border: 1px solid #f4911c;
}
