/* CSS Document */

body {
 padding:0px;
 margin:0px;
}

a:link
	{
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	color: #D75100;
	text-decoration: none;
	}

a:visited
	{
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	color: #D75100;
	text-decoration: none;
	}

a:hover
	{
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	color: #D75100;
	text-decoration: underline;
	}

a:active
	{
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	color: #D75100;
	text-decoration: underline;
	}

.content
	{
	font-family: Verdana;
	font-size: 11px;
	color: #000000;
	line-height: 20px;
	}
	
.address
	{
	font-family: Verdana;
	font-size: 10px;
	color: #36492A;
	line-height: 17px;
	font-weight: bold;
	}