/* Styles for ANPC website - for print */

#main-table {
	width: auto;
}

body {
	margin: 0px 0px 0px 0px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #FFFFFF;
	font-size: 1em;
}
h1 {
	font-size: 1.3em;
	color: #466F82;
	margin-bottom: 0px;
	margin-top: 10px;
}
h2 {
	font-size: 1.1em;
	color: #543E36;
	margin-bottom: 0px;
	margin-top: 30px;
}
h3 {
	font-size: 0.85em;
	margin-bottom: 0px;
}
h4 {
	font-size: 0.8em;
	color: #466F82;
	margin-bottom: 0px;
}
h5 {
	font-size: 0.8em;
	margin-bottom: 0px;
}

/* style for top */
h6 {
	font-size: 0.65em;
	font-weight: normal;
	margin-top: 10px;
	margin-bottom: 0px;
}

p {
	font-size: 0.8em;
	line-height: 1.2em;
}

ul {
	font-size: 0.8em;
	line-height: 1.2em;
}
ol {
	font-size: 0.8em;
	line-height: 1.2em;
}

pre {
	font-size: 0.8em;
	line-height: 1.2em;
}

.small {
	font-size: 0.65em;
}
.apcindex {
margin-bottom: 2px;
margin-top: 5px;
}

/* styles for links */
a:link, a:active {
	color: #466F82;
}
a:visited {
	color: #843534;
}
a:hover {
	font-weight: bold;
}

/* styles for tables */
#td-banner {
	display: none;
}
.td-content {
	padding: 10px 0px 10px 0px;
}
.td-footer {
	padding: 10px 0px 0px 0px;
	text-align: left;
	font-size: 0.65em;
	color: #999999;
}
.td-footer a:link, .td-footer a:active, .td-footer a:visited{
	color: #999999;
	text-decoration: none;
}
.td-footer a:hover {
	color: #466F82;
	text-decoration: none;
	font-weight: normal;
}

/* styles for menu */

#menu {
	width: 0px;
	display: none;
}

/* styles for search */

.search {
	display: none;
}

/* styles for title */

.title {
	font-size: 24px;
}