/* CSS Document */

body 
{
margin: 0px;
padding: 0px;
color: #000;
background: #BDDAD6;
}

.portrait
{
margin: 0px auto;
width: 400px;
padding-bottom: 1px;
background: #fff;
}

.landscape
{
margin: 0px auto;
width: 550px;
padding-bottom: 1px;
background: #fff;
}

.bigmap
{
margin: 0px auto;
width: 650px;
padding-bottom: 1px;
background: #fff;
}

p
{
clear: left;
font: 13px Arial, Helvetica, sans-serif;
text-align: center;
line-height: 1.3em;
padding: 0px 5px;
}

.footerlogo
{
float: left;
width: 88px;
height: 102px;
background: #fff url(../images/footerlogo.jpg) no-repeat center;
}

/* standard link */
.body a:link 
{
color: #5BA29A;
text-decoration: none;
border-bottom: 1px dotted;
}

.body a:visited 
{
color: #5BA29A;
text-decoration: none;
border-bottom: 1px dotted;
}

.body a:hover 
{ 
background: #D4E8F5;
}


/* information link */
.inf a:link 
{
color: #000;
text-decoration: none;
border-bottom: 1px dotted;
}

.inf a:visited 
{
color: #000;
text-decoration: none;
border-bottom: 1px dotted;
}

.inf a:hover 
{ 
background: #dedede;
cursor: help;
}