/* form classes */

form {
margin-bottom: 0px;
}

input, textarea, select {
border-style: solid;
border-width: 1px;
font-size: 11px;
}

.no-border {
border-style: solid;
border-width: 0px;
font-size: 11px;
}


/* page default settings */

body, td {
font-family: tahoma, "ms sans serif", arial, verdana, helvetica;
color: #333;
font-size: 11px;
line-height: 1.5em;
}

body {
margin: 0px;
padding: 0px;
background-color: #d0d0d0;
background-image: url("images/back.jpg");
background-repeat : repeat-y;
background-position: center center;
}

.full-size-table {
width: 774px;
height: 100%;
}

.row1 {
height: 5%;
vertical-align : top;
}

.row2 {
height: 90%;
vertical-align : top;
}

.row3 {
height: 5%;
vertical-align : top;
}

a {
color: #333;
}

a:hover{
color: #000;
}

b {
font-family: arial;
}

/* images */

.header {
background-image: url("images/header.jpg");
background-repeat : no-repeat;
}

.footer {
background-image: url("images/bot.jpg");
background-repeat : no-repeat;
}

.img {
background-image: url("images/img.jpg");
background-repeat : no-repeat;
}

.tile {
background-image: url("images/tile.jpg");
background-repeat : repeat-x;
background-position: bottom;
border-left: #eeeed9 1px solid;
border-right: #eeeed9 1px solid;
background-color: #fdfdfa;
}

.bullet {
background-image: url("images/bullet.jpg");
background-repeat : no-repeat;
background-position: left 9px;
padding: 1px 1px 2px 10px;
}

.bulleta {
background-image: url("images/bullet.gif");
background-repeat : no-repeat;
background-position: left 6px;
padding: 1px 1px 2px 10px;
}

/* links */

.nav a {
font-family: arial;
color: #00;
font-size: 11px;
text-decoration: none;
background-image: url("images/normal.jpg");
background-repeat : no-repeat;
background-position: 10px 11px;
padding: 7px 1px 7px 28px;
font-weight: bold;
display: block;
}

.nav a:hover{
background-image: url("images/over.jpg");
background-repeat : no-repeat;
color: #fff;
}

/* background colours */

/* borders */

/* text */

.brown-txt {
color: #a57400;
}

.blue-txt {
color: #265b96;
}

/* Heading */

h1, h2, h3, h4, h5, h6 {
font-family: arial;
margin-left:0px;
margin-right:0px;
margin-top:0px;
margin-bottom:5px;
line-height: normal;
}

h1 {
font-size: 20px;
}
h2 {
font-size: 16px;
}

.formField
{
	color:#CFDCED;
}