/* CSS Document */

.hideOnPrint,
#masthead,
#navBar,
#siteInfo,
#globalNav,
table.dev,
.incrementNav,
.filterbox,
.cfdebug {
	display: none;
}
.showOnPrint {
	display: block;
}
body {
	font-size: 12px;
	line-height: 1.6em;
	font-family: Georgia,'Times New Roman',Times,serif;
}
h1, h2, h3, h4, h5, h6 {
	color: inherit;
	line-height: 1.6em;
	font-family: Verdana,Helvetica,Arial,sans-serif;
}
h1 {
	font-size: 18px;
}
h2 {
	font-size: 15px;
}
h3 {
	font-size: 14px;
}
h4 {
	font-size: 13px;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 11px;
}
#content {
	padding: 0;
	margin: 2em;
	width: 90%;
}
#containerNarrow,
#column1,
#column2 {
	background: none;
	border: none;
}

img {
	border:0;
}

a {
	text-decoration: none;
	color: #000000;
}

table {
	border-width: 2px;
	border-spacing: 0px;
	border-style: outset outset outset outset;
	border-color: gray gray gray gray;
	border-collapse: separate;
}

table td, table th {
	
	border-width: 1px;
	padding: 5px;
	border-style: dotted dotted dotted dotted;
	border-color: #cccccc;
	-moz-border-radius: 0px 0px 0px 0px;
}