/* CSS Document */

/** General styles **/

body
{
margin: 0px 0px 0px 0px;
background: #99cccc;
}

p, h1, h2, h3, table, td, th, ol, textarea, input {
font-family: Arial, Helvetica, sans-serif;
color: #000000;
font-size: 12px;
}

a {
color: #ff0000;
text-decoration: none;
}

a:hover {
color: #000000;
text-decoration: underline;
}

/** Layout styles **/

#frame
{
background: url(images/sunrays.gif) no-repeat top center;
}

#main
{
background: #ffffff;
}

/** Menu styles  **/

#links
{
font-size: 14px;
line-height: 18px;
font-weight: bold;
font-style: italic;
text-align: center;
background-color: #E3F1F1;
padding-bottom: 5px;
}

#links a
{
display: inline;
color: #000000;
background-color: #E3F1F1;
line-height: 20px;
text-decoration: none;
}

#links a:hover 
{
color: #ff0000;
text-decoration: underline;
}

.copyright
{
background-color: #E3F1F1; 
font-size: 9px;
padding: 5px 10px 0px 10px;
}

/** paragraph styles **/

.highlight
{
color: #ff0000;
font-style: italic;
}

ul 
{
list-style-image: url(images/bullet.gif);
list-style-type: none;
list-style-position: inside 10px;
}

.caption
{
font-size: 10px;
font-style: italic;
text-align: center;
}

.subtitle
{
color: #99cccc; 
font-weight: bold; 
font-size: 14px;
}
