body{
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-weight: normal;
	font-size: 12px;
	margin: 10px;
	padding: 10px;
	background-color: #000000;

}

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;

}

th a:link {
	color: #336699;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10px;
	text-decoration : none;
	font-weight: bold;
}

th a:visited {
	color: #336699;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10px;
	text-decoration : none;
	font-weight: bold;
}

#header {
	position: static;
	height: 235px;
	width: 770px;
	background: url(../img/bg1.jpg) no-repeat;
}
#mainContent {
	background: #FFFFFF;
	position: static;
	height: 100%;
	width: 770px;
	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;
}
.secTitle {

	text-align: left;
	font-size: 13px;
	color: #990000;
	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;
}

.formLabelRed {
	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;
	color: #FF0000;
}

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;
}

.navigation
	{
		font-weight: bold;
		font-size: 12px;
		line-height: 18px;
	}
	
.navigation A:link, .navigation A:visited
	{
		font-weight: bold;
		font-size: 12px;
		line-height: 18px;
	}

.subNav {
	padding-left: 1em;
	font-size: 11px;
}


.news
	{
		font-family: Helvetica, Arial, sans-serif;
		background-color: #2D4492;
		color: #FFFFFF;
		font-size: 10pt;
	}

.news A:link, .news A:visited
	{
		color: #FFFFFF;
		text-decoration: none;
	}
	

.review
	{
		font-family: Helvetica, Arial, sans-serif;
		border: solid;
		border-color: blue;
	}

.largeType
	{
		font-family: arial, helvetica, sans-serif;
		color: #0033CC;
		font-weight: bold;
		font-size: 12pt;
	}

.smallType
	{
		font-family: helvetica, arial, sans-serif;
		color: #000000;
		font-weight: bold;
		font-size: 9pt;
	}

.linkLeft
	{
		font-family: Verdana, Trebuchet, Arial, Helvetica, sans-serif;
		color: #FFFFFF;
		font-weight: bold;
		font-size: 12pt;
	}

.linkSubleft
	{
		font-family: Verdana, Trebuchet, Arial, Helvetica, sans-serif;
		color: #FFFFFF;
		font-weight: bold;
		font-size: 9pt;
	}

.rule
	{
		background-color: #FF2300;
		font-size: 1pt;
	}

.grayback
	{
		background-color: #AAAAAA;
		font-size: 9pt;
	}

.grayBox {
	background-color: #BBBBBB;
	margin: 8px;
	padding: 8px;
	border: 1px solid #666666;
	vertical-align: top;
}

.darkShade {background-color: #BBBBBB;}
.lightShade {background-color: #DDDDDD;}

.darkShadeRed {
	background-color: #DDDDDD;
	margin: 3px;
	padding: 3px;
	border-top: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	font-size: 10px;
	color: #FF0000;
}

.lightShadeRed {
	margin: 3px;
	padding: 3px;
	border-top: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	font-size: 10px;
	background: #EEEEEE;
	color: #FF0000;
}


.sectionhead {
	font-weight: bold;
	font-size: 12pt;
	}

.subhead {
	font-weight: bold;
	font-size: 10pt;
	}

.headerTabs, .headerTabs A:link, .headerTabs A:visited
	{
		color: #FFFFFF;
		font-size: 10pt;
	}	


.redblock {
	font-weight:bold; 
	text-transform:uppercase; 
	background:#7B0128; 
	color:white; 
	padding:5px;
	display:block;
	margin-top:4px;
	margin-bottom:4px;
	}