/*  ==== OCTPIA STYLESHEET ENGLISH ==== */

/* STRUCTURE */

body  { 
color: #000000; 
background-image: url("images/webtypo1.png"); 
background-repeat: repeat-x;
background-attachment: fixed;
background-position: left bottom;
margin: 0; 
padding: 0;
width: 100%; 
}

table {
text-align: left;
height: 100%;
width: 100%;
padding: 0px;
margin: 0px;
border-spacing: 0px;
}

td {
text-align: top;
line-height: 0px;
padding: 10px;
}

td.left {
vertical-align: middle;
text-align: top;
line-height: 0px;
padding: 10px;
}

td.center {
vertical-align: middle;
height: 100%;
padding-top: 0px;
padding-left: 40px;
width: 100%;
white-space: nowrap;
}


/* TEXT */

h1  { 
font-family: Arial, Geneva, Helvetica; 
font-size: 25px; 
color: #000000; 
margin-top: 20px; 
margin-bottom: 5px;
font-weight: bold;
letter-spacing: 0px;
}

h2  { 
font-family: Arial, Geneva, Helvetica; 
font-size: 20px; 
color: #000000; 
padding-top: 16px;
font-weight: normal;
letter-spacing: 4px;
}

p {
font-family: Arial, Geneva, Helvetica;
font-size: 11px;
margin: 0;
} 

/* IMAGES */

img.top {
padding-top: 5px;
padding-left: 20px;
margin: 0;
float: left;
}

img.link {
margin-top: 10px;
float: left;
}

img.bottom {
margin-top: 10px;
margin-right: 40px;
float: right;
}

img.border {
vertical-align: middle;
border-top: 1px dotted #F3F3D9;
border-left: 1px dotted #F3F3D9;
border-bottom: 1px dotted #F3F3D9; 
border-right: 1px dotted #F3F3D9;
margin-top: 30px;
margin-right: 0px;
margin-left: 20px;
margin-bottom: 0px;
}

/* LINKS */

a   { cursor: pointer;}
a:link  { color: #6b3000; text-decoration: none;}
a:visited  { color: #6b3000; text-decoration: none;}
a:hover  { color: #e6dcbe; text-decoration: none;}
a:active  { color: #9000ff; text-decoration: none;}

td.center a:link {color: #83B594; text-decoration: none;}
td.center a:visited  { color: #83B594; text-decoration: none;}
td.center a:hover  { color: #e6dcbe; text-decoration: none;}
td.center a:active  { color: #8C00CA;  text-decoration: none;}

a img {border: none;}
