a.blankButton{
display:block;
width:172px;
height:29px;
float:left;
text-align:center;
background:url(../images/buttonblank.gif) top;
color:white;
text-decoration:none;
line-height:27px;
font-size:14px;
font-weight:bold;
}
a.blankButton:hover{
background:url(../images/buttonblank.gif) bottom;
}

h2 {
	margin-top: 0px;
}

.AccountReportTable {
	background-color: #FFFFFF;
	border: 1px solid #000000;
	border-collapse:collapse;
}
.AccountReportTable th, .CreditCardTableHeader {
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;
	font-size: 14px;
	color: #F2F3F5;
	background-color: #0A2A6B;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #071531;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #071531;
	background-image: url(/images/bluefader.gif);
	background-repeat: repeat-x;
}
.AccountReportTable td{
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #071531;
	background-image: url(/images/reflection.gif);
	background-repeat: repeat-x;
	background-position: top;
}
.AccountMenuCell {
	width: 175px;
}
.NPTsidebar a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #061F4C;
	text-decoration: none;
	line-height:22px;
}
.NPTsidebar a:hover{text-decoration:underline;}
.NPTsidebar a span.menuAccent{
	font-size: 16px;
}
.NPTsidebar a:hover span{
	text-decoration:none;
}
.AccountMenu a:hover {
	color: #0A59D3;
}
.checkoutformboxdark{
	border-width: 1px;
	border-style: solid;
	border-color: #071531;
	background-image: url(/images/reflection.gif);
	background-repeat: repeat-x;
	background-position: -20px;
}

table.CreditCardTable {
	background-color: #FFFFFF;
	border: 1px solid #000000;
	border-collapse:collapse;
}
table.CreditCardTable td,th{
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;
}
.FormButton {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #F2F3F5;
	background-color: #0A2A6B;
	background-image: url(/images/bluefader.gif);
	background-repeat: repeat-x;
	border-top: 2px solid #7EA5F5;
	border-right: 2px solid #09296C;
	border-bottom: 2px solid #09296C;
	border-left: 2px solid #7EA5F5;
}
