body { 
background-color: #DED5E1;
background-repeat: no-repeat;
font-family : Tahoma, Arial, sans-serif;
margin-bottom: 0;
margin-top: 0;
margin-left: 10px;
margin-right: 10px;
color: #DED5E1;
}

P, TD, LI, UL, Table {
color: #606060;
font-family : Tahoma, Arial, sans-serif;
font-size : 100%;
}

/* this group sets the normal link colors */
A:LINK {
color : #557984;
text-decoration: none;
font-weight : bold;
}
A:VISITED {
color : #557984;
text-decoration : none;
font-weight : bold;
}
A:HOVER {
color : #785584;
text-decoration : none;
font-weight : bold;
}
A:ACTIVE {
color : #557984;
text-decoration : none;
font-weight : bold;
}

H1 {
font-size : 100%;
font-weight : bold;
letter-spacing: 3px;
color : #785584;
}

H2, H3, H4, H5, H6 {
font-size : 100%;
font-weight : bold;
letter-spacing: 3px;
color : #785584;
}

HR {
color : #785584; 
height : 1px;	 
width : 75%;
}

UL {
list-style-image: url('../images/bullet.gif');
}

.maintable {
font-family : Tahoma, Arial, sans-serif;
background-image: url('images/cellback.gif');
background-repeat: repeat-y;
background-color: #DED5E1;
padding-left: 60px;
padding-right: 50px;
font-size: 70%
}

.topnav {
font-family : Tahoma, Arial, sans-serif;
text-align: right;
padding-left: 5px;
padding-right: 5px;
padding-top: 5px;
padding-bottom: 5px;
font-size: 70%;
color : #557984;
}

.mainnav {
font-family : Tahoma, Arial, sans-serif;
color : #557984;
letter-spacing: 1px;
border-bottom: 1px solid #606060;
padding-left: 5px;
padding-right: 5px;
padding-top: 5px;
padding-bottom: 5px;
}

.subnav {
font-family : Tahoma, Arial, sans-serif;
color : #557984;
letter-spacing: 1px;
border-bottom: 1px solid #606060;
padding-left: 5px;
padding-right: 5px;
padding-top: 5px;
padding-bottom: 5px;
}

.leftcontent {
font-family : Tahoma, Arial, sans-serif;
padding-left: 5px;
padding-top: 5px;
padding-bottom: 5px;
padding-right: 5px;
}

.rightcontent {
font-family : Tahoma, Arial, sans-serif;
padding-left: 5px;
padding-top: 5px;
padding-bottom: 5px;
padding-right: 5px;
border-left: 1px dotted #606060;
}

.copycell {
font-family : Tahoma, Arial, sans-serif;
padding-right: 5px;
padding-top: 5px;
padding-bottom: 5px;
padding-left: 5px;
font-size: 70%;
}

.bottomnav {
font-family : Tahoma, Arial, sans-serif;
padding-right: 5px;
padding-top: 5px;
padding-bottom: 5px;
padding-left: 5px;
font-size: 70%;
text-align: right;
}

/* This sets the special navigation link properties */


a.nav:link {
text-decoration:underline;
color:#557984;
font-weight : bold;
}

a.nav:active {
text-decoration:underline;
color:#557984;
font-weight:bold;
}

a.nav:visited {
text-decoration:underline;
color:#557984;
font-weight:bold;
}

a.nav:hover {
text-decoration:underline overline;
color:#785584;
font-weight: bold;
}