body{
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-weight: normal;
	font-size: 12px;
	margin: 10px;
	padding: 10px;
	background-color: #000000;

}

img{
	border:0;
}

td, tr, p{
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-weight: normal;
	font-size: 12px;

}

th {
	background-color: #AAAAAA;
	color: #FFFFFF;
	font-size: 10px;
	text-transform: uppercase;
	padding: 3px;
	font-weight: bold;
	border-bottom: 1px solid #000000;
	vertical-align: bottom;
	border-right: 1px solid #FFFFFF;
	text-align: center;
}

A:link {
	color: #3366CC;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	text-decoration : none;
	font-weight: normal;
}

A:visited {
	color: #336699;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	text-decoration : none;
	font-weight: normal;
}

A:hover {
	color: #336699;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	text-decoration : underline;
	font-weight: normal;
}

A:active {
	color: #666666;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	text-decoration : underline;
	font-weight: normal;

}

#header {
	position: static;
	height: 235px;
	width: 770px;
	background: url(../img/1clear.gif) no-repeat;
}
#mainContent {
	background: #FFFFFF;
	position: static;
	height: 100%;
	width: 770px;
	vertical-align: top;
}
#mainContentPopup {
	background: #FFFFFF;
	position: static;
	height: 100%;
	width: 100%;
	vertical-align: top;
}
.sideBar {
	background: url(../img/bg_sidebar.jpg) repeat-x;
	padding: 15px;
	width: 277px;
	text-align: left;
	position: relative;
	list-style: square;
}

.sideBar ul li {
	list-style: square;
}
#footer {
	position: static;
	height: 38px;
	vertical-align: top;
	padding: 13px 0px 0px 8px;
	text-align: left;
	font-size: 9px;
	color: #444444;
}

A.footer:link {
	color: #444444;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 9px;
	text-decoration : none;
	font-weight: normal;
}

A.footer:visited {
	color: #444444;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 9px;
	text-decoration : none;
	font-weight: normal;
}

A.footer:hover {
	color: #333333;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 9px;
	text-decoration : underline;
	font-weight: normal;
}

A.footer:active {
	color: #000000;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 9px;
	text-decoration : underline;
	font-weight: normal;

}
#footerCoin {
	background-image: url("../img/footer_btmCoin1.jpg");
	background-repeat: no-repeat;
	position: static;
	height: 37px;
	width: 126px;
	float: right;
	z-index: 1;
	text-align: right;
	visibility: visible;

}
.content {
	padding: 15px 20px 20px;
	text-align: left;
}
.pgTitle {
	text-align: left;
	font-size: 20px;
	color: #990000;
	font-weight: bold;
}
.subHd {

	text-align: left;
	font-size: 14px;
	color: #333333;
	font-weight: bold;
}
h4 {
	font-size: 12px;
	color: #333333;
}
h3 {
	font-size: 14px;
	color: #333333;
}
h1 {

	text-align: left;
	font-size: 20px;
	color: #990000;
	font-weight: bold;
}
h2 {


	text-align: left;
	font-size: 14px;
	color: #333333;
	font-weight: bold;
}
#backToTop {
	text-align: right;
	float: right;
	width: 100px;
}

.formLabel {
	background-color: #D5D4D4;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #FFFFFF;
	padding: 3px 5px;
	border-left-color: #FFFFFF;
	text-align: left;
	margin: 3px 5px;
	line-height: 14px;
}

.formField {
	background-color: #EFEEEE;
	border-top: 0px none;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	border-left: 1px solid #999999;
	margin: 3px;
	padding: 3px;
	text-align: left;
}

input, textarea, list, select {
	color: #000000;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;

}
.error {
	color: #CC0000;
	font-weight: bold;
	background-color: #FFFFFF;
	margin: 3px;
	padding: 3px;
}
.requiredField {
	color: #CC0000;
	font-weight: bold;
}

.tblRow {
	background-color: #eeeeee;
	margin: 2px;
	padding: 2px;
	border-top: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
}
.tblGrandTotal {
	background-color: #CCCCCC;
	margin: 2px;
	padding: 2px;
	font-weight: bold;
	border: 1px solid #FFFFFF;
}
.confirmation {
	color: #CC0000;
	font-weight: bold;
	background-color: #FFFFFF;
	margin: 3px;
	padding: 3px;
	list-style-image: url(../images/bullet_arrowRed1.gif);
	font-size: small;
}

.btn {
	font-size: 10px;
	text-transform: uppercase;
	color: #003366;
	background-color: #D4E1EA;
	border: 1px solid #336699;
	text-align: center;
	line-height: 16px;
	cursor: hand;
}

.formBG {
	background-color: #88A5B9;
	text-align: right;
	line-height: 21px;
}
#greeting {
	position: static;
	width: 150px;
	float: right;
	color: #FFFFFF;
	text-align: right;
	margin: 3px;
	padding: 3px;
}
.tr1 {
	background-color: #DDDDDD;
	margin: 3px;
	padding: 3px;
	border-top: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	font-size: 10px;
}

.tr2 {
	margin: 3px;
	padding: 3px;
	border-top: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	font-size: 10px;
	background: #EEEEEE;
}

.note {
	font-size: 11px;
	line-height: 13px;
	color: #666666;
}

hr {
	height: 1px;
	width: 100%;
}
a.view:link {
	color: #3366CC;
	font-weight: normal;
	font-size: 11px;
	text-decoration: none;
}

a.view:visited {
	color: #336699;
	font-weight: normal;
	font-size: 11px;
	text-decoration: none;
}

a.view:hover {
	color: #336699;
	font-weight: normal;
	font-size: 11px;
	text-decoration: underline;
}

a.view:active {
	color: #666666;
	font-weight: normal;
	font-size: 11px;
	text-decoration: underline;
}
#nav3 {
	position: static;
	width: 500px;
	float: right;
	text-align: right;
	margin: 3px;
	padding: 3px;
	height: 30px;
}
.pgTitle2 {

	text-align: left;
	font-size: 20px;
	color: #333333;
	font-weight: bold;
}
a.dl:link {

	color: #3366CC;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10px;
	text-decoration : none;
	font-weight: bold;
}

a.dl:visited {

	color: #3366CC;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10px;
	text-decoration : none;
	font-weight: bold;
}
a.dl:hover {

	color: #3366CC;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10px;
	text-decoration : underline;
	font-weight: bold;
}
a.dl:active {

	color: #666666;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10px;
	text-decoration : none;
	font-weight: bold;
}