
/* This style sheet lists the style declarations for the various elements for "Contact Us" page and its second level page*/


.return_top_contact
{
font-family:"Times New Roman",serif;
color:black;
font-style:italic;
text-decoration:none
}


/* Declaration of the font properties for the Contact Us Copy*/

.contact_text
{
font-family:"Times New Roman",serif;
font-size:100%;
line-height:1em;
}


/* Style for the right margin in the Contact Us Page*/

.right_margin_contact
{
background:#c5c19d;
}

