html, body {
    height: 100%;
    margin: 0px;
    padding: 0px;
}

body {
    font-family: Arial;
    font-size: 10pt;
    margin: 0px;
    padding: 0px;
}

a {
    color: #005C7E;
    text-decoration: underline;
}

a:hover {
    color: Black;
    text-decoration: underline;
}

p {
    padding: 4px 0px 4px 0px;
    margin: 0px;
}

ul {
    padding-top: 0px;
	padding-bottom: 0px;
}

img {
    border: none;
}
.IconsMap
{
	position: absolute;
	top: 0px;
	left: 20px;
}
.LogoMap
{
	position: absolute;
	top: 30px;
	left: 0px;
}
#notice {
    border: solid 2px #FB0004;
    background-color: #FBE7E7;
    margin: 0px 0px 15px 0px;
    padding: 10px;
    font-weight: bold;
}

.SubBtn {
    border: Black;
    background-color: #3E3E86;
    color: White;
}

.MainTable {
    width: 100%;
    height: 100%;
    background-image: url(/images/footer_bg_02-e.jpg);
    background-position: bottom;
    background-repeat: repeat-x;
}

.HeaderTable {
    height: 255px;
    background-image: url(/images/top-bg-e.jpg);
    background-position: bottom right;
    background-repeat: repeat-x;
}

.HeaderTableTD {
    height: 255px;
    background-image: url(/images/top-house.jpg);
    background-position: bottom right;
    background-repeat: no-repeat;
}

.Content {
    padding: 10px 40px 30px 20px;
}
.RightSideBar
{
	padding-bottom: 20px;
}

.FooterTable {
    height: 60px;
}

.FooterTable td {
    padding: 0px 0px 16px 25px;
}

/************/
h1{
	font-size: 13pt;
	margin: 15px 0px 10px 0px;
	padding: 0px;
}
h2{
	font-size: 12pt;
	font-weight: normal;
	margin: 10px 0px 5px 0px;
	padding: 0px;
}
h3{
	font-size: 11pt;
	font-weight: normal;
	margin: 10px 0px 5px 0px;
	padding: 0px;
}
h1 a{
	font-size: 13pt;
}
h1 a:hover{
	font-size: 13pt;
}
h2 a{
	font-size: 12pt;
}
h2 a:hover{
	font-size: 12pt;
}
h3 a{
	font-size: 11pt;
}
h3 a:hover{
	font-size: 11pt;
}
/*** News ***/
.NewsContainer {
    margin-bottom: 20px;
}

.NewsDate {
    color: Gray;
}
/*** Advices ***/
.AdviceContainer {
    margin-bottom: 20px;
}
/*** Pagination ***/
.pagination .current {
    font-weight: bold;
}

/*** Bordered Table ***/
.BorderedTable 
{
	border-collapse: collapse;
	border: solid 1px Black;
}
.BorderedTable td
{
	border: solid 1px Black;
	padding: 5px;
}

/*** Articles ***/
.ArticleContainer
{
	width: 100%;
}
