/*@charset "utf-8";

part of .Page class*/
table.contact 
{
    font: 100% Verdana, Arial, Helvetica, sans-serif;
	background:#434343;
	color:#FFF;
	font-weight:300;
	text-align:left;
}

/*Mainly set for Articles/Default.aspx page*/
.contact a
{
color:#FFF;
font-weight:300;
text-decoration:none;
}

    .contact td
    {
        padding-right:20px;
    }

#mapQuest img 
{
	margin-right:5px;
	border: 1px solid #EBEBEB;
	float:right;
}

    #mapQuest a:hover img 
    {
	    border: 1px solid #CCCCCC;
	
    }