body {
	background-color: #FFF;
	color: #666;
	font-family: times new roman, times,  serif;
	font-size: 12px;
	text-align: left;
	margin-top: 20px;
	margin-left: 5px;
	cursor: default;
}
table img {
	border: 3px double #000;
}
td {
	vertical-align: middle;
}
#left_cont {
	width: 310px;
	float: left;
}
#menu {
	width: 600px;
	height: 40px;
	float: left;
}
#menu ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#menu li {
	display: inline;
}
#menu li a {
	padding: 10px;
	padding-left: 25px;
	padding-right: 25px;
}
#menu li a:hover {
	text-decoration: none;
}
#main {
	width: 600px;
	height: 400px;
	float: left;
}
#cont {
	width: 910px;
}
a:link {
	color: #43749F;
	text-decoration: none;
}
a:visited {
	color: #43749F;
	text-decoration: none;
}
a:hover {
	color: #CC3300;
	text-decoration: underline;
}
a:active {
	color: #00CC00;
	text-decoration: none;
}
h1 {
	font-size: 36px;
	font-weight: normal;
	margin: 0px;
}
h2 {
	font-size: 18px;
	margin: 20px 0px 20px 0px;
}
img {
	border: none;
}
.bold {
	font-weight: bold;
}
.dark {
	background-color: #e9e9e9;
}
