/*---------------*/
/* ZeppOS  Menus */


h1, .SiteTitle		{ font-size: 15px; color: #3e85b3; font-weight: bold }
h2, .SiteTitle2		{ font-size: 14px; color: #75a64b; font-weight: bold }
h3, .SiteTitle3		{ font-size: 13px; color: #fe9e2e; font-weight: bold }
.SiteTitleCAP		{ font-size: 15px; color: #3e85b3; font-weight: bold ; text-transform: uppercase; }
.SiteTitle2CAP		{ font-size: 14px; color: #75a64b; font-weight: bold ; text-transform: uppercase; }
.SiteTitle3CAP		{ font-size: 13px; color: #fe9e2e; font-weight: bold ; text-transform: uppercase; }
h4 { display: inline; margin: 5px 0px 5px 0px; }

div.hr			{ height: 2px; background: #dadada; }
div.hr hr		{ display: none; }

a:link 			{ color: #3e85b3; text-decoration: none; }
a:visited 		{ color: #006699; text-decoration: none; }
a:hover 		{ color: #ff6600; text-decoration: none; }
