BODY
{
    background-color: #3f424b;
    font-family: Arial;
    font-size: 12px;
    font-weight: normal;
    letter-spacing: normal;
    text-transform: none;
    word-spacing: normal;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    text-align: center;
}

INPUT, TEXTAREA, SELECT {
	font-family: arial;
	font-size: 12px;
}

TABLE, TR ,TD {
	font-size: 12px;
	margin-top: 0px;
  	margin-bottom: 0px;
  	border-spacing: 0px;
  	border-collapse: collapse;
  	background-repeat: no-repeat;
  	border: 0px solid black;
  	padding: 0px;
  	text-align: center;
}

#Sitemap TABLE, #Sitemap TR , #Sitemap TD {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 10pt;
  	border: 0px 0px 0px 0px;
  	text-align: right;
}

A:link, A:visited, A:active {
	font-weight: bold;
	color: #154898;
	text-decoration: none;
	background-color: none;
}
A:hover {
	font-weight: bold;
	color: #565656;
	text-decoration: underline;
	background-color: none;
}

IMG {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	border: 1px solid #9ac7fb;
}

H1 {
	color: #e6311e;
	font-size: 16px;
	text-align: right;
}

H2 {
	color: #1e7cb9;
	font-size: 14px;
	text-align: right;
}

.footer {
	color: #ffffff;
	font-size: 11px;
}

A:link.footer, A:visited.footer, A:active.footer {
	font-weight: normal;
	color: #ffffff;
	text-decoration: none;
	background-color: none;
}
A:hover.footer {
	font-weight: normal;
	color: #ffffff;
	text-decoration: underline;
	background-color: none;
}


input.btn {
	background-color: transparent;
	border: 0px;
	padding: 0px;
	background-position: center center;
	background-repeat: no-repeat;

	margin: 0px;
	max-width: 34px;
	max-height: 28px;
	cursor: hand;
}

.PagingMenu {
	width: 34px;
	height: 28px;
}

.prev { background-image: url("../images/prev.jpg"); }
.next { background-image: url("../images/next.jpg"); }
.search { background-image: url("../images/icon_search.gif"); }
