body {
	margin:					0px;
	background-color:		#FFFFFF;
	text-align:				center;
}

a:link {
	color:					#0000FF;
	text-decoration:		none;
}

a:visited {
	color:					#0000FF;
	text-decoration:		none;
}

a:active {
	color:					#0000FF;
	text-decoration:		none;
}

a:hover {
	color:					#0000FF;
	text-decoration:		underline;
}

h1, h2, h3 {
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	}

#container {
	margin:					0px;
	text-align:				left;
	padding:				0px;
	width:					800px;
	background-color:		#FFFFFF;
}

#banner {
	text-align:				left;
	padding:				0px;
	border-bottom:			1px solid #FFFF00;
}

#center {
	float:					left;
	width:					800px;
}

.content {
	padding:				0px;
	background-color:		#FFFFFF;
	color:					#999999;
	text-align:				left;
}

.content td {
	text-align:				left;
	font-family:			'lr SVbN', Osaka|;
	font-size:				12px;
}

.content p {
	color:					#666666;
	text-align:				left;
}

.content h2 {
	text-align:				left;
}

.content h3 {
	text-align:				left;
}

