/* form classes */

form {
margin-bottom: 0px;
}

input, textarea, select {
font-family: tahoma, "ms sans serif", arial, verdana, helvetica;
border-style: solid;
border-width: 1px;
font-size: 11px;
}

.no-border {
font-family: tahoma, "ms sans serif", arial, verdana, helvetica;
border-style: solid;
border-width: 0px;
font-size: 11px;
}


/* page default settings */

body, td {
font-family: tahoma, "ms sans serif",arial, verdana, helvetica;
color: #3d3a3a;
font-size: 14px;
}

body {
padding: 0px;
margin: 0px;
}

.full-size-table {
width: 780px;
height: 100%;
}

.row1 {
height: 5%;
vertical-align : top;
}

.row2 {
height: 90%;
vertical-align : top;
background-image: url("images/content-back.jpg");
background-repeat : repeat-y;
}

.row3 {
height: 5%;
vertical-align : top;
}

a {
color: #666600;
text-decoration: underline;
}

a:hover{
color: #333;
}

/* images */

.header {
background-image: url("images/header.jpg");
background-repeat : no-repeat;
}

.bot-tile {
background-image: url("images/bot-tile.jpg");
background-repeat : repeat-x;
}

.left-tile {
background-image: url("images/left-tile.jpg");
background-repeat : repeat-y;
background-color: #fff;
height: 90%;
vertical-align : top;
}

.right-tile {
background-image: url("images/right-tile.jpg");
background-repeat : repeat-y;
background-position: right;
background-color: #fff;
height: 90%;
vertical-align : top;
}

.nav-tile {
background-image: url("images/nav-tile.jpg");
background-repeat : repeat-y;
}

.nav-top {
background-image: url("images/nav-top.jpg");
background-repeat : no-repeat;
padding-left: 20px;
padding-right: 10px;
}

.right-top {
background-image: url("images/right-top.jpg");
background-repeat : no-repeat;
}

.h-dot-line {
background-image: url("images/h-dot-line.gif");
background-repeat : repeat-x;
background-position: center center;
}

.subscribe-back {
background-image: url("images/subscribe-back.jpg");
background-repeat : no-repeat;
padding-left: 20px;
padding-right: 10px;
}

.tile {
background-image: url("images/tile.jpg");
background-repeat : repeat-x;
background-position: bottom;
background-color: #ccd38f;
}

.top-tile {
background-image: url("images/top-tile.jpg");
background-repeat : repeat-x;
}

.bullet {
background-image: url("images/bullet.jpg");
background-repeat : no-repeat;
background-position: left 5px;
padding: 5px 1px 6px 20px;
}

.bulleta {
background-image: url("images/bullet1.gif");
background-repeat : no-repeat;
background-position: left 7px;
padding: 5px 1px 6px 15px;
}

.bulletb {
background-image: url("images/bullet.gif");
background-repeat : no-repeat;
background-position: 15px 7px;
padding: 5px 1px 6px 25px;
}

/* links */

.left-link a {
font-family: tahoma, "ms sans serif",arial, verdana, helvetica; 
color: #333;
font-size: 12px;
text-decoration: none;
background-image: url("images/bullet.gif");
background-repeat : no-repeat;
background-position: left 7px;
padding: 4px 10px 5px 10px;
display: block;
}

.left-link a:hover{
color: #666;
background-image: url("images/over.gif");
background-repeat : no-repeat;
}

/* background colours */

.green {
background-color: #ccd38f;
}

.white {
background-color: #fff;
}

/* borders */

.gray-border {
border-left : #cbcbcb 2px solid;
padding-left: 8px;
}

.gray-bordera {
border : #cbcbcb 1px solid;
}

.form-border {
border : #996600 1px solid;
padding: 10 10 10 10;
}

.green-border {
border : #ccd38f 1px solid;
}

/* text */

.white-txt {
color: #fff;
font-family: arial, verdana, helvetica;
}

.brown-txt {
color: #792602;
font-family: arial, verdana, helvetica;
}

.green-txt {
color: #4e6f19;
font-family: arial, verdana, helvetica;
}

.green-txta {
color: #aab16c;
font-family: arial, verdana, helvetica;
}

.brown-txt {
color: #996600;
}

.red-txt {
color: #ff0000;
}

/* headings */

h1 {
font-family: arial;
font-size: 18px;
margin: 0px;
}

h2 {
font-family: arial;
font-size: 16px;
margin: 0px;
}

h3 {
font-family: arial;
font-size: 15px;
margin: 0px;
}

h4 {
font-family: arial;
font-size: 13px;
margin: 0px;
}

h5 {
font-family: arial;
font-size: 20px;
margin: 0px;
}