td.logo{
background-color: #CD8D62;
}

td.title{
vertical-align: top;
background-color: #CD8D62;
font-weight: 500;
font-family: 'Fira Sans',sans-serif;
}

td.menu{
vertical-align: top;
background-color: #cc9966;
}

td.text{
width: 1500px;
text-align: left;
vertical-align: top;
background-color: #c58a50;
background-image: url(../img/sheet.jpg);
font-family: 'Arial',sans-serif;
padding: 15px;
}

table.global{
padding: 0px;
width: 1200px;
}

td.basement{
background-color: #c58a50;
}

td{
border: 2px solid #cc0000;
padding: 7px;
}

p{
line-height: 20px;
font-family: 'Arial', serif;
font-size: 20px;
font-align: justify;
}

span.link{
font-family: 'Arial', serif;
font-weight: bold;
}

span.navigator{
font-size: 20px;
font-weight: bold;
}

div.navigator{
position: relative;
height: 150px;
}

a.navigLeft{
position: absolute; bottom: 0; left: 30px;
}

a.navigRight{
position: absolute; bottom: 0; right: 30px;
}

div.f_left{
float: left; 
margin: 7px 7px 7px 0;
}

div.f_right{
float: right; 
margin: 7px 0px 7px 7px;
}

div.f_center{
margin: 0 auto;
}

p.sub{
margin-top: 5px;
font-family: 'Arial', serif;
font-size: 15px;
font-weight: bold;
}

p.basement{
font-family: 'Arial', serif;
font-size: 15px;
font-weight: bold;
}

p.text{
line-height: 25px;
letter-spacing: 0.025em;
text-align: justify;
text-indent: 20px;
}

body{
background-image: url(../img/bg.jpg);
background-color: #f2ea82;
}

A{
font-family: 'Arial', serif;
}

A:link { 
color: #003399;
text-decoration: none; 
}
A:visited{
text-decoration: none;
color: #003399;
}
A:active{
text-decoration: none; 
}
A:hover { 
text-decoration: underline;
color: #cc0000;
}