body
{ margin:0px; padding: 0px;}
p
{ font-family: Verdana;
   font-size: 12px;
   color: Black;
   font-weight: normal;
}
.t_mid td { font-family: Verdana; font-size: 12px; color: Black; font-weight: normal;}
.t_mid h1 { font-family: Verdana; font-size: 12px; color: Black; font-weight: bold; margin-bottom:0px; padding-bottom:0px;}
.t_mid a { font-family: Verdana; font-size: 12px; color: #000066; font-weight: normal;}
.t_mid a:hover { font-family: Verdana; font-size: 12px; color: Black; font-weight: normal;}
.t_mid a:visited { font-family: Verdana; font-size: 12px; color: Black; font-weight: normal;}
.t_mid li { font-family: Verdana; font-size: 12px; color: Black; font-weight: normal;}

.p10
{
	font-size: 10px;
}
a
{
	font-family: Verdana;
	font-size: 12px;
	color: #000066;
	font-weight: normal;
}
a:hover
{
	font-family: Verdana;
	font-size: 12px;
	color: black;
	font-weight: normal;
}
.white
{ 
	color: white;
}
.whiteb
{
	font-family: Verdana;
	font-size: 12px;
	color: White;
	font-weight: bold;
}
.blue
{
	color: #000066;
}
.blueb
{
	color: #000066;
	font-weight: bold;
	font-size: 12px;
}
.blkbold
{
	font-size: 14px;
	font-weight: bold;
}
.pwhbold
{ font-family: Verdana;
   font-size: 14px;
   color: white;
   font-weight: bold;
}
.pwhhead
{ font-family: Verdana;
   font-size: 18px;
   color: white;
   font-weight: bold;
}
h1
{ font-family: Verdana;
   font-size: 14px;
   color: #000066;
   font-weight: bold;
}
h2
{ font-family: Verdana;
   font-size: 12px;
   color: black;
   font-weight: bold;
}
h3
{ font-family: Verdana;
   font-size: 12px;
   color: #000066;
   font-weight: bold;
}
li
{
	font-family: Verdana;
   font-size: 12px;
   color: Black;
   font-weight: normal;
}
.bbold
{
   font-size: 14px;
   color: #000000;
   font-weight: bold;
}
.grblue
{
	color: #8ca1b2;
}

/*ChamberMasterScrolling*/
.scroller .mn-scroll-container {
  height: 205px;
  font: 12px Verdana, Arial, Helvetica, sans-serif;
  margin: 8px;
  overflow: hidden;
  position: relative;
}

.scroller .mn-scroll-slider {
  position: absolute;
  width: 100%;
}

.scroller .mn-scroll-item {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  background-clip: padding-box;
  background-color: #000066;
  border-radius: 5px;
  color: #FFFFFF;
  margin: 0 0 4px;
  position: relative;
}

.scroller .mn-scroll-item {
  background-image: -webkit-gradient(linear, lefttop, leftbottom, from(#000066), to(#000066));
  background-image: -webkit-linear-gradient(top, #000066, #000066);
  background-image: -moz-linear-gradient(top, #000066, #000066);
  background-image: -ms-linear-gradient(top, #000066, #000066);
  background-image: -o-linear-gradient(top, #000066, #000066);
  background-image: linear-gradient(top, #000066, #000066);
}

.scroller .mn-scroll-link {
  color: #FFF!important;
  display: inline-block;
  margin-left: 55px;
  text-decoration: none;
  padding: 5px 3px;
}

.scroller .mn-scroll-link: hover {
  text-decoration: underline;
}

.scroller .mn-scroll-date {
  font-size: 12px;
  font-weight: 700;
  left: 3px;
  position: absolute;
  text-align: center;
  top: 5px;
  width: 50px;
}