/* form classes */

form {
margin-bottom: 0px;
}

input, textarea, select {
border-style: solid;
border-width: 1px;
}

.no-border {
border-style: solid;
border-width: 0px;
}


/* page default settings */

body, td {
font-family: arial, verdana, helvetica;
color: #333;
font-size: 12px;
line-height: 1.5em;
}

body {
margin: 0px;
padding: 0px;
background-color: #e8d4b9;
}

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

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

.row2 {
height: 90%;
vertical-align : top;
background-color: #fff;
}

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

a {
color: #333;
text-decoration: none;
}

a:hover{
color: #000;
}

.pad-left {
padding-left: 7px;
}

br {
line-height: 0.8em;
}

.left-txt {
text-align: left;
}

/* images */

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

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

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

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

.img {
background-image: url("images/img.jpg");
background-repeat : no-repeat;
background-position: left bottom;
}

.bullet {
background-image: url("images/bullet.gif");
background-repeat : no-repeat;
background-position: left 6px;
padding: 1px 1px 2px 12px;
}

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

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

/* links */

.top-nav a {
color: #fff;
font-size: 14px;
text-decoration: none;
background-image: url("images/spacer.gif");
background-repeat : repeat-x;
padding: 12px 15px 12px 15px;
display: block;
}

.top-nav a:hover{
background-image: url("images/nav-voilet.jpg");
background-repeat : repeat-x;
color: #fff;
}

.top-nava a {
color: #d2110c;
font-size: 13px;
text-decoration: none;
background-image: url("images/nav-orange.jpg");
background-repeat : repeat-x;
padding: 12px 15px 12px 15px;
display: block;
}

.top-nava a:hover{
color: #d2110c;
}

.left-link a {
color: #000;
font-size: 11px;
text-decoration: none;
display: block;
}

.left-link a:hover{
color: #000;
}

/* background colours */

.black {
background-color: #221e1d;
}

.white {
background-color: #fff;
}

.gray {
background-color: #C69552;
}

.peach {
background-color: #e8d4b9;
}

/* borders */

/* text */

.brown-txt {
color: #660505;
}

.brown-txta {
color: #8d2222;
}

.orange-txt {
color: #ef6724;
}

.gray-txt {
color: #898988;
}

/* Heading */

h1, h2, h3, h4, h5, h6 {
font-family: arial;
margin: 0px;
line-height: normal;
}

h1 {
font-size: 16px;
}

h2 {
font-size: 18px;
}
