/* 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: "Times New Roman", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #a4376c;
	background-color: #F0F0F0;
}

.justify     { text-align: justify; margin-left:2; margin-right:2 }
html {
	scrollbar-face-color: #a4376c;
	scrollbar-arrow-color: #C0C0C0;
	scrollbar-base-color: #808080;
	scrollbar-shadow-color: #808080;
	scrollbar-darkshadow-color: #0000FF;
	scrollbar-highlight-color: #FFFFF;
	scrollbar-3dlight-color: #0000FF;
	scrollbar-track-color: #C0C0C0;
	overflow-x: auto;
	/*overflow-y: auto;*/
}


/* Style for the Image/Folder Path Information */
.bpppath {
	font-size: 14px;
	font-weight: bold;
	color: #a4376c;
}



/* Style for the Header */
.hwheader {
	color: #a4376c;
	font-family: "Arial Black", Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	text-align: left;


}

.hwheader2 {
	color: #a4376c;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
}

.hwheader3 {
	color: #a4376c;
	font-family: "Times New Roman", Helvetica, sans-serif;
	font-size: 22px;
	font-weight: bold;
	font-style: italic;
	text-align: justify;
}

.hwheader4 {
	color: #a4376c;
	font-family: "Times New Roman", Helvetica, sans-serif;
	font-size: 22px;
	font-weight: bold;
	text-align: center;
}

.hwheader5 {
	color: #a4376c;
	font-family: "Times New Roman", Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
}




.hwheader6 {
	color: #a4376c;
	font-family: "Times New Roman", Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}

.hwheader7 {
	color: #a4376c;
	font-family: "Times New Roman", Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	text-align: justify;
}


.anchorheader {
	color: #a4376c;
	font-family: "Times New Roman", Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	text-align: left;
}

.anchorlist {
	font-family: "Times New Roman", Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-align: left;
}


/* Style for the Footer */
.hwfooter {
	color: #a4376c;
	font-size: 12px;
	font-weight: bold;
		
}

.hwfooterTop {
	color: #a4376c;
	font-size: 14px;
	font-weight: bold;
		
}


/* Style for the page body */
.pagebody {
	padding: 10px;
}

/* Style for the Image Comment */
.comment {
	color: #a4376c;
	font-family: "Times New Roman", Helvetica, sans-serif;
	font-size: 22px;
	font-weight: bold;
}

/* Style for any note/comment */
.note {
	font-family: "Times New Roman", Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	text-align: justify;
}

/* Style for help-tips statusbar */
.statusbar1, .statusbar2 {
	color: #a4376c;
	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;
	text-align: justify
}

.tiny {
	font-family: "Times New Roman", Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	font-style: italic;
	text-align: justify; margin-left:2; margin-right:2;
}

/* 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: #a4376c;
}

a:visited {
	text-decoration: none;
	color: #a4376c;
}

a:hover {
	text-decoration: none;
	color: blue;
}

a:link {
	text-decoration: none;
	color: #a4376c;
}

a:active.note {
	text-decoration: none;
	color: #a4376c;
}

a:visited.note {
	text-decoration: none;
	color: #a4376c;
}

a:hover.note {
	text-decoration: none;
	color: red;
}

a:link.note {
	text-decoration: none;
	color: #a4376c;
}

a:active.path {
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	color: #a4376c;
}

a:visited.path {
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	color: #a4376c;
}

a:hover.path {
	text-decoration: underline;
	font-size: 14px;
	font-weight: bold;
	color: #red;
}

a:link.path {
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	color: #a4376c;
}