@charset "utf-8";
body {
	margin: 0px;
	padding: 0px;
}
.nav-bg {
	background-attachment: scroll;
	background-image: url(images/nav_bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
.main-bg {
	background-attachment: scroll;
	background-image: url(images/bg.gif);
	background-repeat: repeat;
	background-position: left top;
}
.table-border {
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #ececec;
	border-right-color: #ececec;
	border-bottom-color: #ececec;
	border-left-color: #ececec;
}
.top-bg {
	background-attachment: scroll;
	background-image: url(images/content-bt-top.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.bot-bg {
	background-attachment: scroll;
	background-image: url(images/content-bt-bot.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.footer-border {
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #ceb70d;
	border-right-color: #ceb70d;
	border-bottom-color: #ceb70d;
	border-left-color: #ceb70d;
}
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000;
	text-decoration: none;
}
.text-big {
	font-size: 15px;
}
a {
	color: #066;
	text-decoration: none;
}
a:hover {
	color: #066;
	text-decoration: underline;
}
h1 {
	font-size: 180%;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}
