/* Main Styles */
td,body{
  font-family: arial;
  font-size: 11px;
  color:333;
  text-decoration:none;
}

/* Links */
a{
  color:036;
}
a:hover{
  color:012;
}

input,textarea,select,button{
font-family: verdana;
font-size: 11px;
color:black;
}

/* For lines used in address info page*/
hr{
	height: 1px;
	color: A92870;
}

h2,.Header   {
  font-weight:bold;
  font-size  :14px;
color:#583756
}

h3,.SubHeader{
  font-weight:bold;
  font-size  :13px;
 color:#5c2b5
}

.featuretext{
  font-weight:bold;
  font-size  :12px;
 color:#5c2b5;
margin-bottom:-10px
}


.SmallText{
  font-size  :10px;
}


