/* Main Styles */
td,body{
  font-family: arial;
  font-size: 12px;
  color:333;
  text-decoration:none;

}

/* Links */
a{
  color:036;
}
a:hover{
  color:012;
}

/* For lines used in address info page*/
hr{
	height: 1px;
	color: 008935;
}

h2,.Header   {
  font-weight:bold;
  font-size  :15px;
  color:#180f5d;
}

h3,.SubHeader{
  font-weight:bold;
  color:#009933;
  font-size  :13px;
}

.SmallText{
  font-size  :10px;
}


