body {
	padding: 0 auto;
	margin: 0 auto;
	text-align: center;
	background-color: #f2d106;
	color: black;
}
a {
	color: blue;
	text-decoration: none;
}
a:hover {
	color: #00018a;
}
input {
	border: 1px solid grey;
	font-size: 14px;
}
textarea {
	border: 1px solid grey;
	font-size: 14px;
	width: 90%;
}
.header {
	width: 843px;
	height: 175px;
	background-position: top center;
	background-repeat: no-repeat;
	text-align: left;
}
.logo {
	width: 291px;
	height: 137px;
	display: block;
	position: relative;
	top: 30px;
	left: 40px;
}
.topmenu {
	background-image: url(images/bg.gif);
	background-position: center top;
	background-repeat: norepeat;
	width: 843px;
	padding: 0;
	margin: 0;
	display: block;
}
.main {
	width: 843px;
	height: 469px;
	background-image: url(images/mainbg.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	text-align: center;
	display: block;
}
.page-title {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	color: #211d70;
	font-weight: bold;
	padding: 0;
	margin-bottom: 10px;
	border-bottom: 1px solid #211d70;
}
.textarea-container {
	height: 350px;
	overflow: auto;
	display: block;
	padding: 0 15px;
	margin: 0;
}
.textarea {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	width: 100%;
	text-align: left;
	display: block;
}
.textarea th,td {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
}
.footer-link {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: black;
	text-decoration: none;
	font-weight: bold;
}
.footer_banner {
   margin-bottom: 15px;
}
.error {
	background-image: url(images/errorbg.png);
	border: 1px solid #ff4242;
	padding: 4px;
	font-size: 10px;
}
.notice {
	background-image: url(images/blackbg.png);
	border: 1px solid grey;
	color: white;
	padding: 4px;
	font-size: 10px;
}

.yourpoints_container {
	width: 500px;
	height: 40px;
	display: block;
	clear: both;
}
.yourpoints_container .name {
	display: block;
	float: left;
	font-size: 18px;
	font-weight: bold;
	padding: 3px 0;
	font-family: Georgia, Arial, Helvetica, sans-serif;
}
.yourpoints_container .acc_number {
	display: block;
	float: right;
	font-size: 11px;
	font-family: Georgia, Arial, Helvetica, sans-serif;
	padding: 5px 0;
}
.dotted {
	border-bottom: 1px dotted silver;
}
.dotted-top {
	border-top: 1px dotted silver;
}

#form {
}
#form th {
	text-align: left;
	font-size: 12px;
	white-space: nowrap;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}
#form input {
	border: 1px solid green;
}
#form .width {
	width: 90%;
}
#form .mand {
	color: red;
}
#form .title {
	background-image: url(images/titlebg.gif);
	padding: 3px 0 3px 10px;
	height: 26px;
	background-color: blue;
}

/* Redeem Page */
#redeem-table {
	margin-bottom: 5px;
	width: 280px;
}
#redeem-table td {
	font-size: 12px;
	text-align: right;
	padding-left: 5px;
}
#redeem-form {
	border: 1px solid #211d70;
	border-right: 0;
	width: 280px;
}
#redeem-form th {
	background-color: #211d70;
	color: white;
	width: 100px;
	height: 20px;
}
#redeem-form td {
	padding: 1px 10px;
	text-align: right;
	border-right: 1px solid #211d70;
}
#redeem-form td .radio {
	border: 0;
}


.login_text {
	color: white;
	font-family: Arial, Verdana, Helv, Helvetica;
	font-size: 12px;
	font-weight: bold;
	padding: 10px 0 2px 0;
}
.login_rm {
	color: white;
	font-family: Arial, Verdana, Helv, Helvetica;
	font-size: 12px;
	font-weight: bold;
	padding: 4px 0 4px 0;
}
.login_rm a {
	color: white;
	text-decoration: none;
}
.login_rm a:hover {
	color: grey;
}

.contact-title {
	font-weight: bold;
}
.contact-sub {
	padding-left: 10px;
	text-decoration: underline;
	font-style: italic;
	font-size: 13px;
}
.contact-text {
	padding-left: 20px;
	padding-bottom: 10px;
	font-size: 12px;
}

/* Transaction Page */
.trans-table {
}
.trans-table th {
	background-image: url(images/tran_lightpurple.png);
	background-repeat: repeat;
	color: white;
	font-size: 10px;
	padding: 3px 8px;
}
.trans-table td {
	font-size: 10px;
	padding: 3px 4px;
	border-bottom: 1px solid silver;
	background-color: #c4e5af;
}

/* Transaction Individual Page */
.trans-single-table {
}
.trans-single-table th {
	font-size: 12px;
	padding: 3px 8px;
	text-align: left;
	border-bottom: 1px solid silver;
}
.trans-single-table td {
	font-size: 12px;
	padding: 3px 4px;
	border-bottom: 1px solid silver;
}
.trans-single-table .top {
	border-top: 1px solid silver;
}

/* FAQ */

.faq .title {
	text-decoration: underline;
	font-weight: bold;
	margin-top: 20px;
}
.faq .q {
	background-image: url(images/faq_q.png);
	background-position: top left;
	background-repeat: no-repeat;
	display: block;
	padding-left: 30px;
	margin-top: 10px;
}
.faq .a {
	background-image: url(images/faq_a.png);
	background-position: top left;
	background-repeat: no-repeat;
	display: block;
	padding-left: 40px;
	padding-bottom:3px;
	margin-top: 4px;
	border-bottom: 1px dotted #a8dca5;
}

/* 
.col1 {
	width: 190px;
	max-height: 410px;
	height: 410px;
	display: inline;
	position: relative;
	border: 1px solid red;
	margin: 0;
	padding: 0;
}
.col2 {
	width: 290px;
	max-height: 410px;
	height: 410px;
	display: inline;
	position: relative;
	border: 1px solid red;
	margin: 0;
	padding: 0;
}
.col3 {
	width: 290px;
	max-height: 410px;
	height: 410px;
	display: inline;
	position: relative;
	border: 1px solid red;
	margin: 0;
	padding: 0;
}
*/
