/* CSS Document */
body
{
font-family: Arial, san-serif;
font-size: 80%;
color: black;
text-align: left;
}

a:link
{
text-decoration: underline;
font-weight: bold;
color: #008080;
}

a:visited
{
font-weight:bold;
text-decoration: underline;
color: #008080;
}

a:active
{
text-decoration: none;
font-weight: bold;
color: #800080;
}

a:hover
{
text-decoration: none;
font-weight: bold;
}

h1
{
font-size: 130%
}
  
h2
{
font-size: 120%
}

h3
{
font-size: 110%
}

td {

}

.bigtitle

{

background: #008080;
color: white;
font-size: 190%;
text-align: center;
padding-left: 10px;
padding-top: 12px;
padding-bottom: 12px;
font-weight: bold;
}


.title

{

background: #008080;
color: white;
font-size: 160%;
text-align: left;
padding-left: 10px;
padding-top: 12px;
padding-bottom: 12px;
}

.subtitle

{

background: gray;
color: white;
font-size: 80%;
text-align: right;
padding-right: 5px;
padding-top: 2px;
padding-bottom: 2px;

}

.contentintro

{

background: gray;
color: white;
font-size: 80%;
text-align: left;
padding-left: 10px;
padding-top: 3px;
padding-bottom: 6px;

}

.contentgreycen

{

background: gray;
color: white;
font-size: 80%;
text-align: center;
padding-left: 10px;
padding-top: 3px;
padding-bottom: 6px;

}

.contentmain

{

background: white;
color: black;
font-size: 90%;
text-align: left;
padding-left: 10px;
padding-top: 5px;
padding-bottom: 10px;
align: top;

}

.rightcol

{
background: #008080;
color: white;
text-align: center;

}

.a.right:link {

color: white;
text-decoration: none;

}

.a.right:visited {


color: white;
text-decoration: none;

}

.a.right:hover {


color: white;
text-decoration: underline;

}

