body {
	background-color: #fff;
	font-size: 90%;
	font-family: Tahoma, Arial, Verdana;
	padding: 0px;
	margin: 0px;
}
table {	font-size: 90%; }
table#top {
	background-image: url(images/top_bg.gif);
	height: 97px;
}
table#top2 {
	height: 242px;
}
table#top3 {
	background-image: url(images/top_bg.gif);
	height: 40px;
}
table.navigation {
	background-repeat: x-repeat;
	height: 40px;
}
table.bottom {
	height: 164px;
	font-size: 70%;
	text-align: center;
}
img { border: 0px; }
.debug { border: 1px solid red; }
h1.slogan {
	font-family: Times;
	font-weight: normal;
	font-style: italic;
	font-size: 160%;
	color: #f00;
	margin-right: 20px;
}
h1 {
	font-family: Tahoma;
	font-weight: normal;
	font-size: 160%;
}
h2 {
	font-family: Tahoma;
	font-weight: normal;
	font-size: 120%;
}
strong { font-weight: bold; }
td.btn {
	background-image: url(images/btn_bg.gif);
	background-position: 0% 50%;
	background-repeat: x-repeat;
	height: 27px;
	text-align: right;
	padding-right: 10px;
	color: #fff;
	font-size: 12px;
}
td.separator {
	background-image: url(images/separator1.gif);
	background-repeat: y-repeat;
}
a.nav {
	color: #000;
	text-decoration: underline;
	font-weight: bold;
}
a.nav:visited {	color: #000; font-weight: bold; }
a.nav:hover { color: #fff; }
a.btn {
	font-weight: bold;
	color: #fff;
	text-decoration: none;
}
a.btn:visited { color: #fff; }
a.btn:hover { color: #fff; }
a {
	text-decoration: underline;
	color: #36c;
}
a:visited { color: #99c; }
a:hover { color: #339; }
span.testim { font-style: italic; }
p { text-align: justify; }