/* CSS Document */


DIV.centerStuff
      {
      position: absolute;
      left: 50%;
      top: 50%;
      width: 750px;
      height: 500px;
      margin-left: -375px; /* half of width */
	  margin-top: -250px; /* half of height */
}
.profileHeading {
color:#414142;
font-family:Arial, "Arial Narrow";
font-size:12px;
font-style:	normal;
font-weight:bold;
text-align:right;
}

.profileOrange {
color:#B56400;
font-family: "Swis721 LtCn BT", "Medium";
font-size:11px;
font-style:	normal;
font-weight:normal;
text-align:right;
}

.profilePhone {
color:#C8C8C8;
font-family: "Swis721 LtCn BT", "Medium";
font-size:11px;
font-style:	normal;
font-weight:normal;
text-align:left;
}

.profileWorks {
color:#C8C8C8;
font-family: "Swis721 LtCn BT", "Medium";
font-size:11px;
font-style:	normal;
font-weight:normal;
text-align:right;
}

.profileNumbers{
color:#646464;
font-family: "Swis721 LtCn BT", "Medium";
font-size:12px;
font-style:	normal;
font-weight:normal;
text-align:right;
}

.profileAddress {
color:#646464;
font-family: "Swis721 LtCn BT", "Medium";
font-size:11px;
font-style:	normal;
font-weight:normal;
text-align:left;
}

.profiletext {
color:#646464;
font-family: "Swis721 LtCn BT", "Medium";
font-size:12px;
font-style:	normal;
font-weight:normal;
text-align:justify;
}

A:link{color:#646464;
text-decoration:none}
A:visited {color: #646464;
text-decoration: none}

A:active {color:#C8C8C8;
text-decoration: none}
A:hover {color: #C8C8C8;
text-decoration: none}

