/* CSS Document */

/* CSS Document */

p{
font-family: Verdana, sans-serif;
font-size: 10px;
color: #FFFFFF;
line-height: 14px;
padding: 3px;
}
.bold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 9px;
	font-weight: bold;
	color: #FFFFFF;
}

.address {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: ffffff;
	text-decoration: none;
	background-color: #000000;
	display: block;
	width: 800px;
}

.address:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: oblique;
	font-weight: bolder;
	color: ffffff;
	text-decoration: none;
	background-color: #000000;
	display: block;
	width: 800px;
}