.main_container {
	font-family: Arial, Helvetica, sans-serif;
	position: relative;
	padding: 0px;
	top: 0px;
	margin: 0 auto;
	text-align: center;
	width: 739px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
body {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	top: 0px;
	padding: 0px;
	margin: 0px;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	display: block;
}

.smalltext {
	font-size: .7em;
}

.main_container_left {
	text-align: left;
}
hr {
	height: .05em;
}
.boldtext {
	font-weight: bold;
}

.menu_left {
	float: left;
	width: 100px;
	font-size: 0.9em;
	background-color: #FFEDDD;
}
.menu_left a:link {
	color: #FF3300;
}
.menu_left a:visited {
	color: #FF3300;
}

