/* Main Selectors */
body {
        background-color: #FFF988;
        margin-top: 0;
        margin-left: 20;
        SCROLLBAR-FACE-COLOR: #0062C6;
        SCROLLBAR-HIGHLIGHT-COLOR: #ffffff;
        SCROLLBAR-SHADOW-COLOR: #000000;
        SCROLLBAR-3DLIGHT-COLOR: #000000;
        SCROLLBAR-ARROW-COLOR: #ffffff }
}
P, LI, FORM {
                font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
                font-size: 10pt;
                color: #000080;
				text-align: justify;
}

H1, H2, H3, H4, H5, H6, PRE, address, DL {
                font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
                color: #000080;
				text-align: justify;
}

a, a:visited {
                color: #A80000;
                font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
                font-weight : bold;
                text-decoration: none;
}

a:hover {
                color: #E10000;
                font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
                font-weight : bold;
                text-decoration: none;
}

/* Header */
div#header h1 {
                font-family : Arial Black, Tahoma, Verdana, Helvetica, sans-serif;
                color : #000080;
             /*    border-bottom-width:2px;*/
             /*   border-bottom-style:solid; */
             /*   border-bottom-color:#000080;  */
                padding-bottom: 2pt;
                font-size: 12pt;
                font-weight : bold;
        /*        font-style : italic;*/
}

/* Thumbnail Index */
div#index {
	margin: 1ex 0 1ex 0;
	text-align: center;
}

div#index table {
	text-align: center;
	margin: 0 auto 0 auto;
}

div#index td.thumbcell {
	width: 100px;
	border-style: solid;
        border-color: #77BBFF;
	border-width: 1px;
	text-align: center;
	vertical-align: middle;
        padding: 10px;
}

div#index td.thumbcell img {
	border-style: none;
}

div#index div.pages {
	font-family: tahoma, arial, helvetica, sans-serif;
	font-size: 0.8em;
	text-align: right;
}

/* Photo Navigation */
div#navigation {
	text-align: center;
	font-family: tahoma, arial, helvetica, sans-serif;
	font-size: 0.8em;
	margin: 1ex 0 1ex 0;
}

div#navigation table {
	text-align: center;
	margin: 0 auto 0 auto;
}

div#navigation td.previous {
	text-align: left;
	width: 100px;
                color: #000080;
}

div#navigation td.index {
	text-align: center;
}

div#navigation td.next {
	text-align: right;
	width: 100px;
                color: #000080;
}

div#navigation td.thumbcell {
	width: 100px;
	border-style: solid;
        border-color: #77BBFF;
	border-width: 1px;
	text-align: center;
	vertical-align: middle;
        padding: 10px;
}

div#navigation td.thumbcell img {
	border-style: none;
}

div#navigation td.selected {
	border-style: outset;
	border-width: 2px;
}

div#navigation span.home {
	display: block;
	padding-bottom: 1em;
}

/* Photograph */
div#photograph {
	text-align: center;
	margin: 1ex 0 1ex 0;
}

div#photograph img {
	margin: 0 auto 0 auto;
	border-style: solid;
        border-color: #A80000;
	border-width: 1px;
}

/* Photograph Title */
h1.title {
	text-align: center;
	font-family: tahoma, arial, helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: bold;
	margin: 0px;
}

/* Photograph Caption */
p.caption, p.description {
                font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
                font-size: 10pt;
                color: #000080;
                text-align: center;
}

/* Footnote */
p.footnote {
	font-family: tahoma, arial, helvetica, sans-serif;
	font-size: 0.6em;
	text-align: right;
	padding: 0 2em 0 0;
}
