
/* Global styles */

body { 
background: #C6C1A2 url(../graphics/bg_strip.png) center top repeat-y;
font-family: "Book Antiqua", Palatino, serif; 
text-align: center;
margin: 0px; 
}

a:link { 
color: #0000ff; 
text-decoration: none; 
}

a:hover { 
color: #0000ff ! important; 
text-decoration: underline; 
}

a:visited { 
color: #0000ff; 
text-decoration: none; 
}

ul { 
list-style: circle;
}

p { 
text-align: justify;
}

p, li {
font-size: 1.2em;
}

img {  
border-width: 0px;
}

.imgL, .imgR {
border-width: 0px; 
}

.imgL { 
float: left; 
margin: 0px 15px 5px 0px; 
}
.imgR { 
float: right; 
margin: 0px 0px 5px 15px; 
}

.text {
min-height: 630px;
width: 680px;
}

.not, .text, #envelope {
display: none;
}

.c {
text-align: center;
}

.r {
text-align: right;
}

.big {
font-size: 1.6em;
}

.navs a {
margin: 0px 20px;
}

#envelope { 
margin: 0px auto; 
text-align: left;
width: 900px;
}

#navigator {
float: right;
margin-top: -80px;
padding: 0px 0px 0px 8px;
width: 150px;
}

#bd {
padding: 0px 30px 50px 30px;
}

#ft {
background: transparent url(../graphics/footer.png);
height: 117px;
width: 930px;
}

#ftr {
padding-top: 20px;
}

#sml { 
font-size: 1em;  
}

#fs { 
font-size: 1.2em;
margin: 0px 10px;
}

#lrg { 
font-size: 1.5em;
}