td {
	font-family: verdana;
	font-size: 11px;
	color: #747575;
	text-decoration: none;
}
.allbdr {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #8db1e1;
	border-right-color: #8db1e1;
	border-bottom-color: #8db1e1;
	border-left-color: #8db1e1;
}
.verdanawhite {
	font-family: verdana;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.verdanawhite3 {
	font-family: verdana;
	font-size: 11px;
	font-weight: bold;
	color:Black;
	text-decoration: none;
}

.verdanawhite7 {
	font-family: verdana;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
.verdanawhitehead {
	font-family: verdana;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.verdanawhite3:hover {
	font-family:Georgia;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.verdanawhite4 {
	font-family: verdana;
	font-size: 11px;
	font-weight: bold;
	color: black;
	text-decoration: none;
}
.verdanawhite4:hover {
	font-family:Georgia;
	font-size: 12px;
	font-weight: bold;
	color:Red;
	text-decoration: none;
}
.blueverdana {
	font-family: verdana;
	font-size: 11px;
	font-weight: normal;
	color: #012960;
	text-decoration: none;
}
.norepeat {
	background-repeat: no-repeat;
}
.verdanawhite1 {
	font-family: verdana;
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
.verdanablack {
	font-family: verdana;
	font-size: 11px;
	font-weight: normal;
	color: #747575;
	text-decoration: none;
}
.buttonstyle {
	display: block;
    width:auto;
    height: 25px;
 /* margin-bottom: 0px;*/
  font-size: 12px;
  font-weight: bold;
  color: #294779;
  text-align: center;
  text-shadow: 0 1px rgba(255, 255, 255, 0.3);
  background: #adcbfa;
 /* background-clip: padding-box;*/
  border: 1px solid #284473;
  border-bottom-color: #223b66;
  border-radius: 4px;
  cursor: pointer;
  background-image: -webkit-linear-gradient(top, #d0e1fe, #96b8ed);
  background-image: -moz-linear-gradient(top, #d0e1fe, #96b8ed);
  background-image: -o-linear-gradient(top, #d0e1fe, #96b8ed);
  background-image: linear-gradient(to bottom, #d0e1fe, #96b8ed);
  -webkit-box-shadow: inset 0 1px rgba(255, 255, 255, 0.5), inset 0 0 7px rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.5), inset 0 0 7px rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.15);
}
.verdanablue {
	font-family: verdana;
	font-size: 11px;
	font-weight: bold;
	color: #012960;
	text-decoration: none;
}
.buttonstyledark {
	font-family: verdana;
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
	background-color: #0072bb;
	border: 1px solid #8eb2e4;
	height: 20px;
	width: 65px;
}
.ablue {
	font-family: verdana;
	font-size: 11px;
	color: #193960;
	text-decoration: none;
}
.ablue:hover {
	font-family: verdana;
	font-size: 11px;
	font-weight: normal;
	color: black;
	text-decoration: underline;
}
.ayellow
{
	font-family: verdana;
	font-size: 11px;
	color: #FFFF99;
	text-decoration: none;
}
.ayellow:hover 
{
	font-family: verdana;
	font-size: 11px;
	font-weight: normal;
	color: black;
	text-decoration: underline;
}
.IE8Fix
{
    z-index: 100;
}
      
.DynamicMenuZIndex
{
z-index: 999;
}
.lblcursor:hover {
	font-family: verdana;
	font-size: 12px;
	font-weight: normal;
	color: Red;
	text-decoration: underline;
	cursor:hand;
	cursor:pointer;
}