/* CSS Document */
<!--
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000000;
}
body {
	background-color: #ffffff;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align: center;
	padding: 0px 0px 0px 0px;
}

#content {

	width: 944px; 

	padding: 0px;

	margin-top: 0px;

	margin-bottom: 0px auto;

	margin-right: auto;

	margin-left: auto; 	

	/* opera does not like 'margin:20px auto' */

	/*background: #fff; */

	border: 25px solid #c8c8c8;

	text-align:left; 

	/* part 2 of 2 centering hack */

	width: 944px; /* ie5win fudge begins */

	voice-family: "\"}\"";

	voice-family:inherit;

	width: 944px;

	}

html>body #content {

	width: 944px; /* ie5win fudge ends */

	}


a {
	font-size: 9px;
	color: #000000;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: underline;
	color: #000000;
}
a:active {
	text-decoration: none;
	color: #000000;
}
.addressHeader {
	font-size: 14px;
	font-weight: bold;
}
.addressPrice {
	font-size: 24px;
	font-weight: bold;
}
.welcomeHeader {
	font-size: 12px;
	font-weight: normal;
}
.whiteStyle {
	font-size: 9px;
	font-weight: normal;
	color: #FFFFFF;
}
.tinyStyle {
	
	font-size: 9px;
	font-weight: normal;
	color: #000000;

}
-->