.dvTitleBar {
	font-family: Roboto, Arial, sans-serif;
	font-size: 28px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000066;
	text-decoration: none;
	text-transform: none;
}
.dvTitleBarBig {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 30px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: small-caps;
	color: #000066;
	text-decoration: none;
	text-transform: none;
}

prettytitle  /* Works nicely in Gecko and Webkit */
{
  font-family:"Helvetica Neue", "Helvetica", "Verdana", sans-serif;
  font-size:26px;
  font-weight:bold;
  letter-spacing:-1px;
  color:#003399;
  text-shadow:-1px -1px 0 rgba(255, 255, 255, .4), 1px -1px 0 rgba(255, 255, 255, .4), 1px 1px 0 rgba(255, 255, 255, .4), -1px 1px 0 rgba(255, 255, 255, .4), 3px 3px 6px rgba(0, 0, 0, .8);
}
.mainPageTitle  /* Works nicely in Gecko and Webkit */
{
  font-family:"Helvetica Neue", "Helvetica", "Verdana", sans-serif;
  font-size:32px;
  font-weight:bold;
  font-style: italic;
  letter-spacing:-1px;
  color:#003399;
  text-shadow:-1px -1px 0 rgba(255, 255, 255, .4), 1px -1px 0 rgba(255, 255, 255, .4), 1px 1px 0 rgba(255, 255, 255, .4), -1px 1px 0 rgba(255, 255, 255, .4), 3px 3px 6px rgba(0, 0, 0, .8);
  text-align:center;
  padding:8px 0 0 0;
}

uglyie /* Works in Trident but looks boring */
{
  font-family:"Helvetica Neue", "Helvetica", "Verdana", sans-serif;
  font-size:26px;
  font-weight:bold;
  letter-spacing:-1px;
  color:#003399;
/*Missing the shadow, since it's not supported in IE*/
}
.roundBar { border-bottom:1px solid #ddd; }
