/* CSS Document */

.navigation
{
font:Georgia, "Times New Roman", Times, serif;
font-size:11px;
color:#FFFFFF;
font-variant: small-caps;
}

.heading
{
font:Georgia, "Times New Roman", Times, serif;
font-size:14px;
color:#599489;
font-weight:bold;
}

.breadcrumbs
{
font:Georgia, "Times New Roman", Times, serif;
font-size:14px;
color:#599489;
font-weight:bold;
}

.headinglink
{
font:Georgia, "Times New Roman", Times, serif;
font-size:14px;
color:#599489;
font-weight:bold;
text-decoration:underline;
}
.headinglink:link
{
font:Georgia, "Times New Roman", Times, serif;
font-size:14px;
color:#599489;
font-weight:bold;
text-decoration:underline;
}
.headinglink:hover
{
font:Georgia, "Times New Roman", Times, serif;
font-size:14px;
color:#FF9900;
font-weight:bold;
text-decoration:underline;
}

.footer
{
font-family:Georgia, "Times New Roman", Times, serif;
font-size:11px;
color:#FFFFFF;
}
.footerlink
{
font-family:Georgia, "Times New Roman", Times, serif;
font-size:11px;
color:#FFFFFF;
text-decoration:underline;
}

.content
{
font:Georgia, "Times New Roman", Times, serif;
text-align:justify;
font-size:14px;
color:#599489;
text-decoration:none;
}
.contentunderline
{
font:Georgia, "Times New Roman", Times, serif;
text-align:justify;
font-size:14px;
color:#599489;
color:
text-decoration:underline;
}

.optionlink
{
font:Georgia, "Times New Roman", Times, serif;
text-align:justify;
font-size:12px;
color:#599489;
text-decoration:underline;
}
.optionlink:link
{
font:Georgia, "Times New Roman", Times, serif;
text-align:justify;
font-size:12px;
color:#599489;
text-decoration:underline;
}
.optionlink:hover
{
font:Georgia, "Times New Roman", Times, serif;
text-align:justify;
font-size:12px;
color:#FF9900;
text-decoration:none;
}
.optionlink:active
{
font:Georgia, "Times New Roman", Times, serif;
text-align:justify;
font-size:12px;
color:#FF9900;
text-decoration:none;
}

.contentlink
{
font:Georgia, "Times New Roman", Times, serif;
text-align:justify;
font-weight:bold;
font-size:14px;
color:#224444;
text-decoration:underline;
}
.contentlink:link
{
font:Georgia, "Times New Roman", Times, serif;
text-align:justify;
font-weight:bold;
font-size:14px;
color:#224444;
text-decoration:underline;
}
.contentlink:hover
{
font:Georgia, "Times New Roman", Times, serif;
text-align:justify;
font-weight:bold;
font-size:14px;
color:#FF9900;
text-decoration:none;
}
.contentlink:active
{
font:Georgia, "Times New Roman", Times, serif;
text-align:justify;
font-weight:bold;
font-size:14px;
color:#FF9900;
text-decoration:none;
}

.formText
{
font:Georgia, "Times New Roman", Times, serif;
text-align:justify;
font-size:12px;
color:#666666;
}

.formValueText
{
font:Georgia, "Times New Roman", Times, serif;
text-align:justify;
font-size:12px;
color:#666666;
}
ul#navlist
{
margin-left: 0px;
margin-top: 10px;
white-space: nowrap;
}

#navlist li
{
display: inline;
list-style-type: none;
}

#navlist a {
padding: 3px 15px; 
}

#navlist a:link, #navlist a:visited{
color: #ffffff;
background-color: #6AB3A1;
text-decoration: none;
}

#navlist a:hover{
color: #ffffff;
background-color: #CCCC99;
text-decoration: none;
}

ul#button a{
background-color:#99CCCC;
cursor:pointer;
display: block;
margin: 0;
border-width: 2px;
border-color: #ffe #aaab9c #ccc #fff;
border-style: solid;
height:auto;
width:150px;
padding:2px 2px 2px 2px;
font:Georgia, "Times New Roman", Times, serif;
font-size:12px;
color:#FFFFFF;
font-weight:bolder;
text-decoration:none;
text-align:center;
}

ul#button a:hover{
background-color:#99CCCC;
cursor:pointer;
display: block;
margin: 0;
border-width: 2px;
border-color: #ffe #aaab9c #ccc #fff;
border-style: solid;
height:auto;
width:150px;
padding:2px 2px 2px 2px;
font:Georgia, "Times New Roman", Times, serif;
font-size:12px;
color:#666666;
font-weight:bolder;
text-decoration:none;
text-align:center;
}


