<!--
body
{ 
background: white;
background-image: url(../../backgrounds/stripes4.jpg);
background-attachment: scroll;
background-repeat: repeat-y
}

span.title
{ 
padding-top: 5px; 
margin-left: 20px;
text-shadow: 0 2px 2px rgba(143,143,143,0.9);
color: #333; 
font-size: 14px; 
font-family: verdana, arial, sans serif
}

table
{
width: 680;
margin-top: 10px;
}

td.one
{
width: 130px;
vertical-align: top;
text-shadow: 0 2px 2px rgba(143,143,143,0.9);
line-height: 18px;
font-size: 10px;
font-family: verdana, arial, sans serif
}

td.three
{
vertical-align: top;
padding-left: 60px
}

span.contact
{
line-height: 20px;
letter-spacing; 6px;
font-size: 10px;
font-family: verdana, arial, sans serif
}

A:link { text-decoration: none; color: #333 }
A:active { text-decoration: none; color: red }
A:visited { text-decoration: none; color: #063 }
A:hover { font-size:10; font-weight:bold; background: white; color: #F30}
-->


