@charset "utf-8";
body {
	background-color: #FFFFFF;
	margin: 0px;
}

body, table
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

h3
{
	font-size: 11px;
	color: #333333;
	width: 100%;
	border-bottom: 2px solid #CCCCCC;
}

a
{
	color: #0000CC;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

#mapDirections
{
	width: 100%;
	border: 1px solid #CCCCCC;
	text-align: center;
}

.small
{
	font-size: 11px;
}

a.small
{
	font-size: 11px;
	font-weight: bold;
}