/* CSS Document */
html, body {
	margin: 0; padding: 0; height: 100%;
}
body {
	background: #999;
	color: #000;
}
#BG {
	height: 100%;
	left: 0; 
	position: fixed; 
	top: 0; 
	width: 100%;
}
.BoxInfo {
	float: left;
	margin-right: auto;
	margin-left: auto;
	margin-top: 85px;
	text-align: center;
	width: 200px;
}
.BoxOptionLeft {
	background: #FFF;
	float: left;
	clear: left;
	border: 1px solid black;
	height: 200px;
	width: 200px;
}
.BoxOptionRight {
	background: #FFF;
	float: right;
	clear: right;
	border: 1px solid black;
	height: 200px;
	width: 200px;
}
.Buttons {
	background: #9F6;
	border: 1px solid #060;
	color: #090;
	font-weight: bold;
}
.Buttons:hover {
	background: #693;
	border: 1px solid #060;
	color: #360;
	font-weight: bold;
}
.ButtonsDisable {
	background: #CCC;
	border: 1px solid #666;
	color: #666;
	font-weight: bold;
}
.ButtonsEdit {
	background: #F96;
	border: 1px solid #963;
	color: #963;
	font-weight: bold;
}
.ButtonsEdit:hover {
	background: #C60;
	border: 1px solid #630;
	color: #630;
	font-weight: bold;
}
#CustInfo {
	background: #FFC;
	border: 1px solid #312B17;
	clear: right;
	display: block;
	float: right;
	margin: 5px auto;
	padding: 3px;
	width: 50%;
}
#Info {
	float: left;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 18px;
	margin-bottom: 10px;
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 10px;
	width: 96%;
}
.InfoCustComm {
	background: #FFF;
	border: 1px solid #312B17;
	padding-left: 2px;
	padding-right: 2px;
	float: right;
	margin: 5px auto;
	width: 100%;
}
.InfoDeposit {
	color: #090;
	text-shadow: 0.1em 0.1em 0.05em #000;
}
.InfoDiscount {
	color: #F00;
	text-shadow: 0.1em 0.1em 0.05em #000;
}
.InfoTable {
	margin: 3px auto;
	width: 100%;
}
.InfoUpdate {
	background: #FCC;
	border: 1px solid #F00;
	color: #F00;
	font-weight: bold;
	margin: 5px auto;
	padding: 3px;
	width: 100%;
}
#Landing {
	color: #FFF;
	font-size: 12px;
	font-weight: bold;
	position: relative; 
	top: 20%;
	z-index: 1;
}
#LoginBox {
	background: #CCC; 
	border: 1px solid black;
	height: 110px;
	left: 50%; 
	margin-left: -125px;
	margin-top: -50px; 
	position: absolute; 
	text-align: center; 
	top: 50%; 
	width: 250px;
} 
#LoginHeader {
	background: #00F;
	border-bottom: 1px black solid;
	color: #FFF;
	height: 25px;
	left: 50%;
	text-align: center;
}
#LoginWrapper {
	height: 100%; 
	margin: 0 auto; 
	position: relative; 
	width: 500px;
}
#MainArea {
	background: #abc;
	border: 1px solid black;
	float: left;
	display: block;
	margin-top: 100px;
	width: 100%;
}
#Menu {
	margin-left:75px;
	margin-right:75px;
	padding: 0;
	width: 1000px;
}
#Menu li {
	float: left;
	list-style: none;
}
#Menu li a {
	border: 1px black solid;
	background-color: #FC0;
	color: #000;
	display: block;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	font-size: 14px;
	line-height: 20px;
	margin: 0;
	padding: 0;
	position: relative;
	text-decoration: none; 
	text-align:center;
	width: 120px;
}
#Menu li a:hover {
	background-color: #C90;
	color: #000;
	display: block;
	text-decoration: none; }
#Menu li ul {
	display: none; 
	background-color: #69f;}
#Menu li:hover ul {
	display: block;
	position: absolute;
	margin: 0;
	padding: 0; }
#Menu li:hover li {
	float: none; }
#Menu li:hover li a {
	background-color: #FC0;
	color: #000;
	display: block;
	height: 20px;
	text-decoration: none; 
	width: 150px;
}
#Menu li:hover li a:hover {
	background-color: #C90;
	color: #000;
	display: block;
	text-decoration: none; }
#MenuBox {
	display: block;
	height: 400px;
	width: 404px;
	margin-left: auto;
	margin-right: auto;
}
.Return a {
	color: #390;
	font-size: 12px;
	margin-right: 5px;
}
.Return a:hover {
	color: #360;
	font-size: 12px;
	margin-right: 5px;
}
#Title {
	font: Verdana, Geneva, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #FFF;
	margin-top: 40px;
	text-align: center;
}
#TitleBar {
	background: #00F;
	border-bottom: 1px solid black;
	color: #FFF;
	height: 100px;
	width: 100%;
	text-align: center;
}
.TitleText {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 24px;
	position: relative;
	top: 35px;
}
#ToolBar {
	background: #FC0;
	border: 1px solid black;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	height: 50px;
	margin-left: auto;
	margin-right: auto;
	margin-top: -25px;
	width: 700px;
}
.ToolBarBox {
	font-weight: bold;
	text-align: center;
}
.ToolBarBox:hover {
	background: #C90;
	text-align: center;
}
#ToolBarCorp {
	background: #FC0;
	border: 1px solid black;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	height: 50px;
	margin-left: auto;
	margin-right: auto;
	margin-top: -25px;
	width: 1000px;
}
.ToolBarLink:link {
	color: #000;
	margin-bottom: 5px;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 5px;
	text-decoration: none;
}
.ToolBarLink:visited {
	color: #000;
	margin-bottom: 5px;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 5px;
	text-decoration: none;
}
#ToolBarRetail {
	background: #FC0;
	border: 1px solid black;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	height: 50px;
	margin-left: auto;
	margin-right: auto;
	margin-top: -25px;
	width: 800px;
}
#TopBar {
	background: #00F;
	border: 1px solid black;
	float: left;
	height: 100px;
	margin: 0px auto;
	width: 100%;
}
#UpdateInfo {
	background: #CCC;
	border: 1px solid #333;
	color: #333;
	font-weight: bold;
	margin: 5px auto;
	padding: 3px;
	width: 100%
}
#Wrapper {
	clear: both;
	height: 100%;
	margin: 0 auto;
	width: 1024px;
}
#PoliciesLanding {
	color: #FFF;
	font-size: 12px;
	font-weight: 600;
	position: relative; 
	top: 2%;
	z-index: 1;
}
td.contentpol {
	padding-left: 20px;
	padding-right: 20px;
}
h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 20px;
	color: #3f5f83;
	font-weight: 600;
}
h2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	color: #3f5f83;
	font-weight: 600;
}
h3 {
	font-family: Verdana, Geneva, sans-serif;
	color: #000000;
	font-size: 13px;
	font-weight: 600;
}

.policiesTitle1 {
	font-family: Verdana, Geneva, sans-serif;
	color: #000000;
	font-size: 20px;
	text-align: center;
}

.policiesTitle2 {
	font-family: Verdana, Geneva, sans-serif;
	color: #000000;
	font-size: 18px;
	text-align: center;
}

.policiesSubtitle {
	font-family: Verdana, Geneva, sans-serif;
	color: #333333;
	font-size: 15px;
	text-align: center;
}

.policiesText {
	font-family: Verdana, Geneva, sans-serif;
	color: #333333;
	font-size: 14px;
}

.rcorners {
  border-radius: 25px;
  border: 2px solid #000000;
  padding: 20px;
  width: 750px;
  height: auto;
  margin: auto;
  margin-bottom: 40px;
  background-color: rgba(255, 255, 255, 0.8)
}