/*Teralab Museum Style Sheet*/

body
{
font-size: 12pt;
font-family: "Book Antiqua";
color: black;
background: url(bg646[1].jpg);
line-height: 16pt;
margin-left: 10pt;
margin-right: 10pt;
}

a:link {color: blue;}
a:visited {color: darkgreen;}
a:active {color: green;}

h1
{
 Clear: both;
 font: 24pt Lucida Calligraphy, Times New Roman;
 font-weight: bold;
 line-height: 30pt;
 width: 680px;
 text-align: center;
}

h2
{
 Clear: both;
 font: 18pt Lucida Calligraphy, Times New Roman;
 font-weight: bold;
 line-height: 22pt;
 width: 680px;
 text-align: left;
}

h3
{
 Clear: both;
 font: 12pt Lucida Calligraphy, Times New Roman;
 font-weight: bold;
 line-height: 18pt;
 width: 680px;
 text-align: left;
}

p
{
 Clear: both;
 font-size: 12pt;
 font-family: "Book Antiqua";
 font-weight: normal;
 color: black;
 line-height: 16pt;
 text-align: left;
 margin-left: 10pt;
 margin-right: 10pt;
 width: 680px;
}

TABLE
{
 Clear: both;
 margin-left: 10px;
 margin-right: 10px;
 border-collapse: collapse;
 border: 1px solid black;
}
CAPTION
{
 font-size: 12pt;
 font-family: "Times New Roman";
 font-weight: bold;
 width: auto;
 text-align: middle
}
TH
{
 font-family: "Times New Roman";
 font-size: 12pt;
 line-height: 16pt;
 font-weight: bold;
 text-align: center;
 vertical-align: middle;
}
TD
{
 font-family: "Times New Roman";
 font-size: 12pt;
 line-height: 16pt;
 font-weight: normal;
 border: 1px solid black;
 text-align: center;
 vertical-align: middle;
}

P.table
{
 Clear: both;
 width: 70px;
}
