/* Main Styles */
td,body{
  font-family: arial;
  font-size: 12px;
  color:7f7f93;
  line-height: 1.5em;
  text-decoration:none;
}

/* Links */
a{ color: #827c7c; text-decoration: none; font-weight:bold;}
a:hover{ color: #29294e; text-decoration: none;}

input,textarea,select,button{
font-family: verdana;
font-size: 11px;
color:black;
}


/* For lines used in address info page*/
hr{
	height: 1px;
	color: c7c7d0;
	border-style:dashed;
}

h2,.Header   {
  font-weight:bold;
  font-size  :18px;
  color:#827c7c;
}

h3,.SubHeader{
  font-weight:bold;
  font-size  :13px;
}

.SmallText{
  font-size  :10px;
}


