body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #6D6D6D;
}
body {
	background-color: #FFFFFF;
	margin: 0px;
}

/* content */

#logoHeader {
	width:720px;
	margin:0 auto;
	padding:12px 0;
	border-bottom:1px dotted #909090;
}
#footer {
	width:720px;
	margin:0 auto;
	padding:12px 0;
	font-size:10px;
	border-top:1px dotted #909090;
}
.poweredImg { 
	float:right;
}

#blue {
	height:6px;
	background-color:#DEEBF1;
	width:720px;
	margin:0 auto;
}	
	
#content {
	width:720px;
	margin:0 auto;
	padding:10px 0;
}
#reportsTable {
	width:720px;
	margin:0 auto;
	padding:10px 0;
}
.mainTable td {
	padding:2px 4px;
	border-bottom:1px dotted #909090;
}
.columnHeader {
	color:#fff;
	background-color:#A4A4A4;
}
.mainTable tr:hover {
	background-color:#F4F4F4;
}
#orderDiv {
	padding:8px 0;
}
.shippingTable {
	background-color:#FFFFD3;
	border:1px solid #DCDC9A;
	float:right;
	margin-left:6px;
}
.shippingTable td {
	padding:4px;
}
.field {
	margin:2px 0 0;
	width:200px;
}
.button {
	background-color:#1B538A;
	margin:0;
	border:3px double;
	border-color:#4B7FB1 #003161 #003161 #4B7FB1;
	color:#fff;
	font-size:14px;
	font-weight:bold;
	padding:0 3px;
}
.shortfield {
	margin:2px 0 0;
	width:50px;
}
.note {
	font-size:10px;
}



/* headings */

h1 {
	font-size: 16px;
	color: #000000;
	font-weight:normal;
}
h2 {
	font-size: 14px;
	color: #666666;
	font-weight:normal;
	line-height:18px;
}


/* links */

a:link {
	color: #000099;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #000099;
}
a:hover {
	text-decoration: none;
	color: #0099CC;
}
a:active {
	text-decoration: underline;
	color: #000099;
}
