
a {
    font-style:italic;
    font-weight:bold;
    text-decoration:underline;
}

a:link, a:visited {
    //
    color:#e00000;
}
a:hover {
    //text-decoration:underline;
    color:#E00000;
}
a:focus {
    color:#e00000;
}
a:active {
    //
    color:#e00000;
}

img {
    border: 1px #000000 solid;
}

body {
    background:#FFFFFF;
    font-family:Arial, Helvetica, sans-serif;
    padding-top: 0em;
}

#heading {
    text-align: center;
    font-style:italic;
}

#heading h1, #heading h2 {
    padding: 0px;
    margin: 0px;
}

#toc table {
    text-align:center; 
    vertical-align:middle;
}

td#centerpic  {
    text-align:center; 
    vertical-align:middle;
}

td.piccell {
    //font-size: 80%;
    //width: 14%;
    width: 140px;
    text-align: center;
    vertical-align: top;
    //cursor: pointer;
    padding: 3px;
    //border: 2px #888888 inset;
    border: 2px #888888 outset;
    border-collapse: collapse;
    background-color: #ffffff;
}

div.picdiv {
    text-align: center;
    width: 122px;
    height: 92px;
}

div.previewpicdiv {
    text-align: center;
    width: 302px;
    height: 227px;
}

div.enlargementpicdiv {
    text-align: center;
    width: 302px;
    height: 227px;
}

div.titlepicdiv {
    text-align: center;
    width: 302px;
    height: 227px;
}

td.titlecell {
    //width: 14%;
    text-align: center;
    vertical-align: top;
    //cursor: pointer;                                                                 
    //padding: 3px;
    padding: 5px;
    //border: 3px #888888 inset;
    border: 3px #888888 outset;
    border-collapse: collapse;
    background-color: #ffffff;
}

.printblock {
    display: block;
}

.noprintblock {
    display: none;
}
