body {
	background-color: white;
	color: black;
	margin: 0;
	font-size: 90%;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular, sans-serif;
}
img {
	border: none;	
}
/* Links */
a:link, a:active {
	background-color: transparent;
	color: #3c6da2;
	text-decoration: underline;
}
a:visited {
	background-color: transparent;
	color: #660066;
	text-decoration: underline;
}
a:hover {
	background-color: transparent;
	color: #085126;
	text-decoration: underline;
}


.topbar {
	display: block;
	height: 65px;
	width: 100%;
	background: url(http://127.0.0.1/pubdisp/images/common-nl/banner.jpg) repeat-x;
}
.locationbar {
	background-color: black;
	color: white;
	font-size: 60%;
	height: 1em;
	padding: 0.5em 10px;
}
.locationbar a, .locationbar a:visited {
	background-color: black;
	color: white;
}
.locationbar a:hover {
	color: black;
	background-color: white;
}
.groupheader {
	text-align: left;
	border-bottom: thin #328151 solid;
}
.navtextsmall {
	font-size: 70%;
	padding: 2em 0 0 1em;
}
.navtextsmall p { margin: 0; }

.copyright {
	font-size: 60%;
	margin: 0 1em 0 1em;
	padding-top: 3em;
	padding-bottom: 2em;
}

.sectionHeading {
	font-weight: bold;
	font-size: 110%;
	border-bottom: 1px solid #336600;	
}
.subHeading {
	font-weight: bold;	
}
.topDocuments {
	font-size: 12px;
}
.instructions, .description, li, .address {
	font-size: 12px;
}
.smident {
	padding-left: 12px;
}
.listletter {
	color: white;
	background-color: black;
	font-weight: bold;
	padding: 0.25em;
	float: left;
}

.classSelector {
	font-size: 80%;
	padding: 3px;
	background-color: #C4DDD1;
}


.navtextmedium td {
	font-size: 80%;			
}


/* Alex's Dyn Table */

th {
	color: #FFFFFF;
	border-width: 1px;	
	border-style: solid;	
	border-color: #76ac90 #76ac90 #003300 #003300;	
	background-color: #006D39;
}
.3dtable {
	display: block;
	border: 1px solid #006D39;	
	background-color: #FFFFCC;
}
.3dtable td {
	font-size: 12px;
}

/* Download Now Box */

.dlnow {
	display: block;
	border: 1px solid #006D39;	
	background-color: #FFFFCC;
}
.dlnow td {
	font-size: 12px;
}
.dlnow th {
	border-width: 1px;	
	border-style: solid;	
	border-color: #006D39;
	font-size: 12px;
	padding-left: 10px;
	text-align: left;
}
.checkout {
	display: block;	
	background-color: #FFFFFF;
}
.checkout td {
	font-size: 12px;
}
.checkout td.even {
	background-color: #FCF5E1;
}
}
.checkout td.odd {
	background-color: #E6E0CF;
}

.checkout th {
	border-width: 1px;	
	border-style: solid;	
	border-color: #006D39;
	font-size: 12px;
	padding-left: 10px;
	text-align: left;
}


