body {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	margin-top: 20px;
}

table {
	font-size: 12px;
}

#header_tbl {
	margin-bottom: 8px;
	border-bottom: 1px solid black;
}

#header {
	font-size: 22px;
	font-weight: bold;
}

#tagline {
	padding-bottom: 10px;
}

#folders {
	width: 210px;
	background-color: #ffffff;
	border-right: 1px solid black;
	padding: 5px;
}

.fldr_header {
	padding-left: 20px;
	background: url("images/computer.gif");
	background-repeat: no-repeat;
	padding-top: 3px;
	padding-bottom: 3px;
	border-bottom: 1px dotted black;
	margin-bottom: 2px;
	font-weight: bold;
}

.fldr {
	display: block;
	padding-left: 20px;
	background: url("images/folder.gif");
	background-repeat: no-repeat;
	color: black;
	text-decoration: none;
	padding-top: 3px;
	padding-bottom: 1px;
}

.fldr:hover {
	text-decoration: underline;
}

#content {
	padding: 5px;
}

#footer_tbl {
	margin-top: 8px;
	border-top: 1px solid black;
}

#links {
	padding-top: 8px;
}

#copyright {
	padding-top: 8px;
	text-align: right;
}

#caption {
	padding-bottom: 5px;
	border-bottom: 1px dotted black;
	margin-bottom: 5px;
}

.img_td {
	background: url("images/shadow.gif");
	background-repeat: no-repeat;
	padding-left: 9px;
	padding-top: 9px;
	padding-right: 11px;
	padding-bottom: 11px;
}

.pagelinks_div {
	text-align: right;
}

.pagelinks {
	color: blue;
}

.pagelinks:hover {
	text-decoration: none;
}

a {
	color: blue;
}

a:hover {
	text-decoration: none;
}

div.links {
	margin-top: 8px;
	text-align: center;
}
