/* Main Styles */
td,body{
  font-family: arial;
  font-size: 12px;
  color: #191919;
  text-decoration:none;
}

/* Links */
a{
  color: #015584;
  text-decoration: none;
}
a:hover{
  color: #022336;
}
/* For lines used in address info page*/
hr{
	height: 1px;
	color: #ffd210;
}

input,textarea,select,button{
font-family: verdana;
font-size: 11px;
color:black;
}

h2,.Header   {
  font-weight: normal;
  font-size: 18px;
  color: #015584;
}

h3,.SubHeader{
  font-weight: normal;
  font-size: 14px;
  color: #015584
}

.SmallText{
  font-size  :10px;
}


