body { 
	color: #000000;
	font-family: arial;
	font-size: 12px;
	text-align: center;
	margin: 10px;
}
h3 {
	font: normal 16px arial;
	margin: 20px 0px;
}


/* Links */
a {
	text-decoration: none;
	color: blue;
}
	table.dirTable a {
		display: block;
	}
a:link, table.dirTable a:hover { 
	color: blue;
}
a:visited {
	text-decoration:none;
	color: blue;
}
a:hover {
	text-decoration: underline;
	color: red;
}
.images a:hover img {
	text-decoration: underline;
	color: red;
}
	/* Logo */
	a.logo {
		display: block;
		float: left;
		margin: 0 auto;
		width: 27px;
		height: 14px;	
	}
	a.logo:link, a.logo:visited {
		background: url('../images/rhino.gif') 0 0 no-repeat;
	}
	a.logo:hover {
		background-position: 0 -14px;
	}


/* Tables */
table {
	margin: 0;
	padding: 0;
}
td {
	padding: 0;
	vertical-align: top;
}
table.dirTable {
	margin: 0px 10px 0px 30px;
}
table.dirTable td, table.dirTable th {
	text-align: left;
	/*font-weight: bold;*/
	padding: 2px 10px;
}
.trborder  {
	border-bottom-width: thin;
	padding-bottom: 2em;
}
tr.odd  {
	/*background-color: #3a403c;*/
}
tr.even  {
	/*background-color: #152024;*/
}
tr.odd, tr.even {
	cursor: pointer;
}


/* Images */
img {
	border: 0;
}
.images {
	margin: 0px 4px #009900; /*#c0c0c0*/
	width: 760px;
}
	.images img {
		margin: 4px;
		border: 2px solid #009900;
	}

.title2 { /* Title Bar with Path Info */
	/*background-color: #3a403c;*/
	width: 760px;
	text-align: left;
	padding: 4px;
	font-weight: bold;
	font-size: 14px;
}
	.title img {
		vertical-align: middle;
	}

.line {
	/*border-top: 2px solid #3a403c; */
	margin-bottom: 10px;
}

.foot {
	text-align: left;
	margin: 20px auto 10px auto;
	/*font-weight: bold;*/
	font-size: 10px;
}
.notices {
	/*font-weight: bold;*/
	line-height: 20px;
	margin: 10px auto;
}

/* Alignments */
.lft {
	text-align: left;
}
.rgt {
	text-align: right;
}
.ctr {
	text-align: center;
}
