/* Main Styles */
td,body{
  font-family: arial;
  font-size: 12px;
  color:333;
  text-decoration:none;
}

/* Links */
a{
  color:#3871bf;
}
a:hover{
  color:#3871bf;
}

input,textarea,select,button{
font-family: verdana;
font-size: 11px;
color:black;
}

/* For lines used in address info page*/
hr{
	height: 1px;
	color:#283967;
}

a{
color:#3871bf;
text-decoration:none;
}

a:hover{
color:#3871bf;
text-decoration:underline;
}

h2,.Header   {
  font-weight:bold;
  font-size  :15px;
  color:#283967;
}

h3,.SubHeader{
  font-weight:bold;
  font-size  :13px;
}

.SmallText{
  font-size  :10px;
}

.white{
color:#fff;
}



