/* CSS Document */
body {
	background-color: #EDECE8;
	color: #6B6B6B;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10px;
	margin: 0;
	padding: 0;
	text-align: center;
}

#page {
	width: 1024px;
	
	margin: 0 auto;
	margin-top: 10px;
	text-align: center;
}
	
#psgSWF {
	width: 1024px;
	height: 580px;
	
	background-color: #EDECE8;
}

#address {
	text-align: right;
}

a {
	color: #99281D; /* #FF9900 */
	text-decoration: none;
}

a:link {
	color: #99281D;
	text-decoration: none;
}

a:hover {
	color: #99281D;
	text-decoration: underline;
}

h1 {
	color: #232627;
	font-size: 25px;
	font-weight: normal;
	margin-bottom: 10px;
	text-align: left;
	text-transform: uppercase;
}

p {
	margin: 5px;
	padding: 0;
}

.menu {
	font-size: 18px;
	text-align: left;
}

.menu ul {
	list-style-type: none;
	text-align: left;
}

.menu li {
	/* float: left; */
	font-weight: bold;
	margin: 0 15px 0 15px;
}

.clear {
	clear: left;
}

.textContent {
	text-align: left;
}