body, td
{
    font: 12px Verdana, Helvetica, sans-serif;
    margin: 5px 5px 0px 5px;
}
.footer
{
    font: 10px Verdana, Helvetica, sans-serif;
    font-style: italic;
    color: #BBBBBB;
    height: 10px;
    text-align: center;
}
.bar
{
 	color: #660066;
}
.bar2
{
 	color: #336699;
}
.rateTable
{
 	border-top: solid #336699 1px;
    border-right:  solid #003366 1px;
    border-bottom: solid #003366 1px;
    border-left: solid #336699 1px;
}
a.siteLink:link, a.siteLink:active, a.siteLink:visited
{
 	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	color: #336699;
}
a.siteLink2:link, a.siteLink2:active, a.siteLink2:visited
{
 	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #336699;
}
a.siteLink:hover, a.siteLink2:hover
{
 	text-decoration: underline;
}
a.breadCrumb:link, a.breadCrumb:active, a.breadCrumb:visited
{
    font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #F2FBFB;
}
a.breadCrumb:hover
{
    text-decoration: underline;
    color: #F2FBFB;
}

.pageTitle
{
    width: 100%;
    font: 14px Verdana, Helvetica, sans-serif;
	color: #003366;
	font-weight: bold;
	font-style: italic;
}
.itemTitle
{
 	font: 12px Verdana, Helvetica, sans-serif;
	color: #003366;
	font-weight: bold;
	font-style: italic;
}

/* navigation button rollovers */

a.homeButton { 
     display: block; 
     width: 57px; 
     height: 35px; 
     background-image: url(images/home.gif); 
     background-repeat: no-repeat;
	 background-position: 0 0;
}

a.portButton { 
     display: block; 
     width: 86px; 
     height: 35px; 
     background-image: url(images/portfolio.gif); 
     background-repeat: no-repeat;
     background-position: 0 0;
}

a.ratesButton { 
     display: block; 
     width: 61px; 
     height: 35px; 
     background-image: url(images/rates.gif); 
     background-repeat: no-repeat;
     background-position: 0 0;
}

a.linksButton { 
     display: block; 
     width: 55px; 
     height: 35px; 
     background-image: url(images/links.gif); 
     background-repeat: no-repeat;
     background-position: 0 0;
}

a.aboutButton { 
     display: block; 
     width: 61px; 
     height: 35px; 
     background-image: url(images/about.gif); 
     background-repeat: no-repeat;
     background-position: 0 0;
}
	 
a.homeButton:hover { 
     background-image: url(images/home.gif); 
     background-position: 100% 0;
} 
a.portButton:hover { 
     background-image: url(images/portfolio.gif); 
     background-position: 100% 0px;
} 
a.ratesButton:hover { 
     background-image: url(images/rates.gif);
	 background-position: 100% 0px; 
} 
a.linksButton:hover { 
     background-image: url(images/links.gif); 
     background-position: 100% 0px;
} 
a.aboutButton:hover { 
     background-image: url(images/about.gif); 
     background-position: 100% 0px;
} 