/* Combined style sheet for the index pages and the slide pages. */

/* Style for all bodies and to control the margin on top. */
body {
	font-family: Arial Narrow, Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color: #F0F0F0;
	margin-top: 0;
	margin-left: 0;
	margin-right: 0;
}

/* Style for the Top bar */
.topbar {
	background-image: url(TW/TWbg2.jpg);
	background-repeat: repeat-x;
	height: 25px;
}

/* Style for the Top ruler */
.topruler {
	background-image : url(TW/topbar.gif);
	background-position : center;
	background-repeat : no-repeat;
	height: 25px;
}

/* Style for the Bottom bar */
.bottomruler {
}

/* Style for the Image/Folder Path Information */
.bpppath {
	font-size: 14px;
	font-weight: bold;
	color: White;
}

/* Style for the Image/Folder Index Information */
.bppindex {
	color: White;
}

/* Style for the Header */
.bppheader {
	color: White;
}

/* Style for the Footer */
.bppfooter {
	color: Silver;
}

/* Style for the page body */
.pagebody {
		background-image : url(TW/TWbg2.jpg);
}

/* Style for the Image Comment */
.comment {
	color: White;
	font-size: 11px;
}

/* Style for any note/comment */
.note {
	color: White;
	font-size: 11px;
}

.small {
	font-family: Arial Narrow, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

/* Custom link styles */
a:active {
	text-decoration: none;
	color: White;
}

a:visited {
	text-decoration: none;
	color: Silver;
}

a:hover {
	text-decoration: none;
	color: White;
}

a:link {
	text-decoration: none;
	color: Silver;
}

a.footer:active {
	text-decoration: none;
	color: Silver;
}

a.footer:visited {
	text-decoration: none;
	color: Silver;
}

a.footer:hover {
	text-decoration: none;
	color: White;
}

a.footer:link {
	text-decoration: none;
	color: Silver;
}

a.note:active {
	text-decoration: none;
	color: White;
}

a.note:visited {
	text-decoration: none;
	color: White;
}

a.note:hover {
	text-decoration: none;
	color: Silver;
}

a.note:link {
	text-decoration: none;
	color: White;
}

a.path:active {
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	color: #FAFAFA;
}

a.path:visited {
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	color: #FAFAFA;
}

a.path:hover {
	text-decoration: underline;
	font-size: 12px;
	font-weight: bold;
	color: #FAFAFA;
}

a.path:link {
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	color: #FAFAFA;
}

