/* .front designation are for the tour_list.html page so it creates a symantically readable
page with proper headings, without (hopefully) messing up the entire site.
Also used on the main index.html page */
.italics { font-style: italic }
.header1         { font-weight: bold; font-size: 15pt; font-family: Verdana, Arial, Geneva;}
h1 {font-weight: bold; font-size: 15pt; font-family: Verdana, Arial, Geneva;}
h1.front {font-weight: normal; font-size: 14; font-family: Verdana, Arial, Geneva;}
.header2    { font-size: 10pt; font-family: Verdana, Arial, Geneva; font-weight: bold }
h2  { font-size: 10pt; font-family: Verdana, Arial, Geneva; font-weight: bold }
h2.front { font-size: 9pt; font-family: Verdana, Arial, Geneva; font-weight: normal }
.header3    { font-size: 9pt; font-family: Verdana, Arial, Geneva; font-weight: bold }
h3  { font-size: 9pt; font-family: Verdana, Arial, Geneva; font-weight: bold }
h3.front  { font-size: 9pt; font-family: Verdana, Arial, Geneva; font-weight: bold;
margin:0;
padding:0; }
.header3red  { color: #900; font-size: 9pt; font-family: Verdana, Arial, Geneva; font-weight: bold }
.header3blue  { color: blueviolet; font-size: 8pt; font-family: Verdana, Arial, Geneva; font-weight: bold }
.header4   { font-size: 8pt; font-family: Verdana, Arial, Geneva; font-weight: bold }
h4  { font-size: 10pt; font-family: Verdana, Arial, Geneva; font-weight: bold }
.small { font-size: 8pt; font-family: Verdana, Arial, Geneva }
.caption     { font-size: 8pt; font-family: Verdana, Arial, Geneva; font-style: italic }
.captionred    { color: #900; font-size: 8pt; font-family: Verdana, Arial, Geneva; font-style: italic }
.nav          { color: #ffffff; font-size: 10pt; font-family: Georgia, Verdana; font-style: italic; font-weight: normal; font-stretch: extra-expanded }
a                { color: #036; font-size: 9pt; font-family: Verdana, Arial, Geneva; font-weight: normal; text-decoration: underline }
a:hover                { color: #69c; font-size: 9pt; font-family: Verdana, Arial, Geneva; font-weight: normal; text-decoration: none }
p       { font-size: 10pt; font-family: Verdana, Arial, Geneva }
td       { font-size: 10pt; font-family: Verdana, Arial, Geneva }
li       { font-size: 10pt; font-family: Verdana, Arial, Geneva }
.backgroundleft {
    background-image:url('images/gif/lefttablemiddle.gif');
    margin: 0;
    padding: 0;
}
.backgroundright {
    background-image:url('images/gif/righttablemiddle.gif');
    margin: 0;
    padding: 0;
}
#r2d2 {
    top: -100px;
    left: -100px;
    visibility: hidden;
    display: none;
}
.Alt1_background {
    background-color: #f2f2f2;
    }
.Alt2_background {
    background-color: #F7ECEC;
}
/* for the highlighted elements in a tour, so they still printfriendly */
p.highlight { color: blueviolet; font-size: 8pt; font-family: Verdana, Arial, Geneva; font-weight: bold;
    display:inline;
}
