body {
background-color:#FFFFFF;
margin-top:20px;
}
img{
border:none;
}
.imgright
{
display:inline;
border:none;
float:right;
}
.home a:visited{
color: silver;
font-weight:bold;
}
.home a{
color:silver;
text-decoration:none;
font-family:Times New Roman, Times, serif;
font-size:small;
font-weight:bold;
}
.home a:hover{ /*hover background color*/
color:#0066CC;
font-weight:bold;
}
.homesmall a:visited{
color: #0066CC;
}
.homesmall a{
color:#0066CC;
text-decoration:none;
font-family:Times New Roman, Times, serif;
font-size:x-small;
}
.homesmall a:hover{ /*hover background color*/
color:#FF9933;
}
#homebox
{
border:1px solid navy;
}
#nav a:visited{
color:white;}
#nav a{
text-transform:uppercase;
color:#000000;
text-decoration:none;
font-family:Times New Roman, Times, serif;
font-size:12px;
padding:5px;
}
#nav a:hover{ /*hover background color*/
background-color: white;
color:#000000;
padding:5px;
}
.maintext
{
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
color:black;
text-align:justify;
}
.indextext
{
padding-top:15px;
padding-right:20px;
padding-bottom:20px;
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
color:black;
text-align:justify;
}
.headerblackcap
{
font-family:"Times New Roman",Georgia,Times;
font-size:20px;
font-weight:bold;
text-transform:uppercase;
}
.headerblueit
{
font-family:"Times New Roman",Georgia,Times;
font-size:20px;
font-weight:700;
font-style:italic;
color:#00008b;
text-transform:lowercase;
}
.contentedit
{
padding:15px;
}