/* Main Styles */
td,body{
  font-family: arial;
  font-size: 12px;
  color:#333333;
  text-decoration:none; line-height:18px
}


/* Links */
a:link {
	color: #425d5e;
}
a:visited {
	color: #ffffff;
}
a:hover {
	color: #ffffff;
}
a:active {
	color: #ffffff;
}


h2,.Header   {
  font-weight:bold;
  font-size  :15px;
}

h3,.SubHeader{
  font-weight:bold;
  font-size  :13px;
}

.SmallText{
  font-size  :10px;
}

.whiteHeader{
background: #403b3e; color: #fff; font-size: 18px; padding:5px; text-align:center; height: 25px;
}

.whitetext{color: #fff; padding: 10px;}

.whitetext a{color: #fff;}
.whitetext a:hover{color: #b9b309;}
