/* style for bottom navbar links */
a.bnav	{color: #293F64; text-decoration: none;}
a:hover.bnav {color: #4B89BC; text-decoration: underline;}

/* style for bread crumb nav links */
a.cnav	{color: #616161; text-decoration: none;}
a:hover.cnav {color: #4B89BC; text-decoration: underline;}

/* style for sitemap nav links */
a.sitemapnav	{color: #4B89BC; text-decoration: none;}
a:hover.sitemapnav {color: #616161; text-decoration: underline;}

/* style for content links */
a.link	{color: #4B89BC; text-decoration: underline;}
a:hover.link {color: #616161; text-decoration: underline;}

/* style for red content links */
a.red	{
	color: #800000;
	text-decoration: underline;
}
a:hover.red {color: #616161; text-decoration: underline;}

select,
input[type=checkbox],
input[type=radio],
input[type=button],
input[type=submit] {
 cursor: pointer;
}

.bulletstyle1 {
	padding-top: 3px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 0px;
}

/* style for bread crumb navigation, pop-up windows and link to enlarge */
.dkgreysm {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #616161;
}
/* style copyrights text at the bottom */
.dkgreysmbold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #616161;
}
/* style grey content text */
.dkgreycontent {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #616161;
}
.dkgreycontentbold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #616161;
}
/* style blue bottom navigation text */
.bluesmbold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #293F64;
}

.bluecontentbold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #293F64;
}
/* style blue headers */
.bluelgbold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #293F64;
}
.bluexlgbold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #293F64;
}

.litebluesmbold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #4B89BC;
}
.litebluecontentbold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #567A9A;
}
/* style light blue sub headers */
.litebluelgbold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #83AED1;
}
.redcontentbold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #800000;
}
.redcontent {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #800000;
}
.yellowlgbold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FF9900;
}
.wildrosecontentbold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #639496;
}
