@charset "utf-8";
/* CSS Document */

body {
	font: 1em Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #000066;
}

#pre {
	margin-top:20px;
	margin-bottom: 20px;
	text-align:center;
}
	
.oneColElsCtr #container {
	width: 43em;
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: justify; /* this overrides the text-align: center on the body element. */
}

.oneColElsCtr #mainContent {
	padding: 0 30px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

body,td,th {
	font-size: 1em;
	font-family: Georgia, Times New Roman, Times, serif;
}

.text-box {
	width: 85%;
	text-align: justify;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 40px;
	margin-left: auto;
	padding-top: 0;
	padding-right: 5;
	padding-bottom: 0;
	padding-left: 5;
}	

#pay-button {
	margin-top: -20px;
	margin-bottom: 30px;
}

#footer {
	margin-top:20px;
	margin-bottom: 30px;
	text-align:center;
	padding-bottom: 10px;
}
	 
.style2 {
	color: #990000;
}
.style3 {color: #000099}

.style4 {
	font-size: 2.2em;
	letter-spacing: -0.05em;
}
.style6 {
	font-size: 1.8em;
}

.style7 {
	font-size: 2em;
	font-weight: bold;
}
.style8 {
	color: #666666;
	font-size: 12px;
	text-decoration: none;
}
.style9 {
	color: #FFFFFF;
	font-size: 1.2em;
}

.style11 {
	font-size: 9px;
	color: #999999;
	text-decoration: none;
}

.style12 {
	color: #CCCCCC
}

.style13 {
	font-size: 9px; 
	color: #CCCCCC; 
}

.style14 {
	color: #ffffff;
	font-size: 12px;
	text-decoration: none;
}

