.labels { /* This is default text used for texts next to form fields */
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-size: 12px;
  color:#696969;
}

.PanelBackU {  /* This is default container block style for users*/
 background: #FFFFFF;
 border: 1px;
 border-style: solid;
 border-color: #cbd8ee;
 background-image: url('images/uBack2.gif');
 background-position: left bottom;
 background-repeat: repeat-x;
}

.PanelBackW {  /* This is White container block style */
   background: #FFFFFF;
   border: 1px;
   border-style: solid;
   border-color: #E6EEF4 #C1D3E0 #C1D3E0 #E6EEF4;
}


a { /* This is default links style */
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
color: #003466;
text-decoration: none;
}
a:hover {
color: #009865;
font-size: 14px;
font-weight: bold;
}

.b { /* This is default links style 2*/
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
color: #003466;
text-decoration: none;
}
.b:hover {
color: #009865;
font-weight: bold;
}


.beslerHeaderBack {
  background: #666666;
}

.beslerteamHeader {
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: bold;
  color:#FFFFFF;
  background: #D9DCE0;
}

.labelC {
  padding: 0px 2px 0px 2px;
  font-family: 'trebuchet ms';
  color: #666666
}

.labelB {
  padding: 0px 2px 0px 2px;
  font-family: 'trebuchet ms';
  color: #666666;
  font-weight: bold;
}

input.groovybutton
{
   font-family:Verdana,sans-serif;
   font-weight:bold;
   color:#FFFFFF;
   background-color:#BBBBBB;
   border-top-style:none;
   border-bottom-style:none;
   border-left-style:none;
   border-right-style:none;
}

a.newsText {
font-family: Verdana, Tahoma, Arial;
font-size: 10px;
color: #666;
display: list-item;
text-decoration: none;
padding-top: 2px;
padding-bottom: 2px;
border-bottom: 1px dotted #003466;
}
a.newsText:hover {
color: #009865;
font-size: 10px;
font-weight: bold;
}


