/* CSS Document */

body {

background-color: #757579;
color: #000000;
font-size: 12px;
font-family:sans-serif;
line-height: 1.8em;
margin:0;

}

#main-text-home{
color: #399ec3;
font-size:28px;
font-family:sans-serif;
line-height: 1.0em;


}

#main-text{
color: #145671;
font-size:12px;
font-family:sans-serif;
line-height: 2em;


}

.cssnav
{
position: relative;
font-family: Times New Roman, Times, serif;
color: #FFFFFF;
background: url(images/on.jpg) no-repeat; 
white-space: nowrap;
display: block;
width: 215px;
height: 43px;
margin: 0;
padding: 0;
}

.cssnav a
{
display: block;
color: #FFFFFF;
font-size: 18px;
width: 215px;
height: 43px;
display: block;
float: left;
color: black;
text-decoration: none;
}

.cssnav a:hover 
{
color:#000000;
}

.cssnav img
{
width: 215px;
height: 43px;
border: 0
}

* html a:hover
{
visibility: visible
}

.cssnav a:hover img
{
visibility: hidden
}

.cssnav span
{
position: absolute;
left: 15px;
top: 12px;
margin: 0px;
padding: 0px;
cursor: pointer;
}



a:link {

color: #399ec3;
text-decoration: none;

}

a:visited {

color: #399ec3;
text-decoration: none;

}

a:hover {
background-color: transparent;

}

a:active {
background-color: transparent;

}
