body {
	font-size: small;
	font-family: Arial, Helvetica, sans-serif;
	color: #404040;
	background-color: #e6e6e7;
}

a:hover {
	color: #4f4f4f;
	text-decoration: none;
}
a:link {
	color: #404040;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}

a:active {
	text-decoration: none;
}

#container {
	width: 723px;
	padding: 5px;
	margin: 0 auto;
}

#header {
	text-align: center;
}

#content {
	margin: 30px 0 30px 0;
	text-align: left;
}

#footer {
	text-align: right;
}

.bold {
	font-weight: bold;
}

.nopadmargin {
	margin: 0;
	padding: 0;
}

