


body 
{
background-image:
url('pictures/bg2.gif');
}


h1 {
font-family: Garamond, "Times New Roman, Times, serif;
font-size: 300%;
font-weight: normal;
color: #000000;
margin-top: 0; margin-bottom: 0;
margin-left: 5%; margin-right: 5%;
text-align: center;
}

h2 {
font-family: Garamond, "Times New Roman", serif;
font-weight: normal;
font-size: 200%;
margin-top: 0; margin-bottom: 0;
margin-left: 5%; margin-right: 5%;
text-align: center;
}

h3 {
font-family: Garamond, "Times New Roman", serif;
font-weight: normal;
font-size: 150%;
margin-top: 10px; margin-bottom: 20px;
margin-left: 5%; margin-right: 5%;
text-align: center;
}

h4 {
font-family: Garamond, "Times New Roman", serif;
font-weight: bold;
font-size: 125%;
margin-top: 0; margin-bottom: 0;
margin-left: 5%; margin-right: 5%;
text-align: center;
}
h5 {
font-family: Garamond, "Times New Roman", serif;
font-weight: bold;
font-size: 105%;
margin-left: 5%; margin-right: 5%;
text-align: center;
}
p {
font-family: Garamond, "Times New Roman", serif;
font-weight: normal;
margin-left: 5%; 
margin-right: 5%;
}
p.center {
font-family: Garamond, "Times New Roman", serif;
text-align: center;
line-height: 125%;
}
p.large {
font-size: 125%;
text-align: center;
}


td
{
padding-bottom: 5px;
}

td.bg_image { 
background-image: url('pictures/bg3.gif');
background-repeat: repeat-y;
background-position:center top;
}


table
{
border:0;
margin:0;
align:center;
cellpadding:0;
width: 100%;
}

a:link { color: rgb(0, 0, 153) } 
a:visited { color: rgb(153, 0, 153) } 
a:hover { color: rgb(0, 96, 255) } 
a:active { color: rgb(255, 0, 102) }