/* Combined style sheet for the index pages and the slide pages. */

/* Style for all bodies and to control the margin on top. */
body {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #993300;
	background-color: #F0F0F0;
	background-image: url(../../back.gif);
	bgproperties: fixed;
}

html {
	scrollbar-face-color: #993300;
	scrollbar-arrow-color: #D2B48C;
	scrollbar-base-color: #A52A2A;
	scrollbar-shadow-color: #A52A2A;
	scrollbar-darkshadow-color: #A52A2A;
	scrollbar-highlight-color: #A52A2A;
	scrollbar-3dlight-color: #808080;
	scrollbar-track-color: #D2B48C;
	overflow-x: auto;
	/*overflow-y: auto;*/
}


/* Style for the Image/Folder Path Information */
.bpppath {
	font-size: 14px;
	font-weight: bold;
	color: #993300;
}



/* Style for the Header */
.hwheader {
	color: #993300;
	font-family: "Comic Sans MS", Helvetica, sans-serif;
	font-size: 36px;
	font-weight: bold;
}

/* Style for the Footer */
.hwfooter {
	color: #993300;
	font-size: 12px;
	font-weight: bold;
		
}

/* Style for the page body */
.pagebody {
	padding: 10px;
}

/* Style for the Image Comment */
.comment {
	color: #993300;
	font-family: "Times New Roman", Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
}

/* Style for the Tribute Text */
.tribute {
	color: #993300;
	font-family: "Times New Roman", Helvetica, sans-serif;
	font-size: 22px;
	font-weight: bold;
}

/* Style for Frame List Items */
.list {
	font-family: "Times New Roman", Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
}


/* Style for any note/comment */
.note {
	font-family: "Times New Roman", Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
}

/* Style for help-tips statusbar */
.statusbar1, .statusbar2 {
	color: #993300;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	margin-top: 12px;
}


.small {
	font-family: "Times New Roman", Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}

.tiny {
	font-family: "Times New Roman", Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
}

/* Style for the Footer */

.Footer1 {
	font-family: "Times New Roman", Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
}

.Footer2 {
	font-family: "Times New Roman", Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}

.Footer3 {
	font-family: "Times New Roman", Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
}



/* Custom link styles */
a:active {
	text-decoration: none;
	color: #993300;
}

a:visited {
	text-decoration: none;
	color: #993300;
}

a:hover {
	text-decoration: none;
	color: red;
}

a:link {
	text-decoration: none;
	color: #993300;
}

a.note:active {
	text-decoration: none;
	color: #993300;
}

a.note:visited {
	text-decoration: none;
	color: #993300;
}

a.note:hover {
	text-decoration: none;
	color: red;
}

a.note:link {
	text-decoration: none;
	color: #993300;
}

a.path:active {
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	color: #993300;
}

a.path:visited {
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	color: #993300;
}

a.path:hover {
	text-decoration: underline;
	font-size: 14px;
	font-weight: bold;
	color: #993300;
}

a.path:link {
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	color: #993300;
}
