body {
	margin: 0px;
	background: url(bg.gif);
}
#menu {
	background: url(menu_bg.jpg) no-repeat top left;
}
#menu td {
	background: url(menu_bullet.gif) no-repeat left;
}
#menu td a {
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	display: block;
	width: 100%;
	padding-left: 20px;
	padding-top: 7px;
	padding-bottom: 7px;
}
.topcontact_blue, .topcontact_grey {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
.topcontact_grey, .topcontact_grey a {
	color: #333;
	text-decoration: none;
}
.topcontact_blue {
	color: #3c61b6;
}
#main {
	background: #fff;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 10px;
	padding-left: 4px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333;
}
#main td {
	font-size: 13px;
	color: #333;
}
#main a {
	color: #3c61b6;
	text-decoration: none;
}
#main a:hover {
	text-decoration: underline;
}
#main h1 {
	font-size: 14px;
	font-weight: bold;
	color: #3c61b6;
}
#main h2 {
	font-size: 12px;
	font-weight: bold;
	color: #3c61b6;
}
#footer {
	background: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: right;
	color: #333;
	padding: 4px;
}
#footer a {
	color: #3c61b6;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}