body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
	background-color: #254B71;
	background-image: url(images/bg_page.gif);
	background-repeat: repeat-x;
	background-position: left top;
	margin: 0px;
	margin-top: 0px;
}

.container {
	background-image: url(images/lines.gif);
        background-repeat: repeat-y;
	background-position: left top;
}

.nav, a.nav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
a.nav:hover {
	text-decoration: underline;
}
.mainTable {
	background-image: url(images/bg_main_table.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
.footer, a.footer {
        font-size: 10px;
	color: #918B83;
	text-decoration: none;
}
a.footer:hover {
	text-decoration: none;
}
a {
	color: #000000;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}

.border {
	border-top: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #000000;
}
div.hr {display: none}

div.hr {
  display: block;
  height: 15px;
  background-image: url(images/smbar.gif);
  background-repeat: repeat-x;
  background-position: center center;
  margin: 1em 0 1em 0;
}
hr {display:none}


