/* Author : Anup Ujawane  */
/* By : Meltmagic-India.com  */
/* Date : 20th Oct. 2007 */


/* 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: #dedede;
}

.full-size-table {
width: 778px;
height: 100%;
}

.row1 {
height: 5%;
vertical-align : top;
}

.row2 {
height: 90%;
vertical-align : top;
}

.row3 {
height: 5%;
vertical-align : top;
}

a {
color: #333;
text-decoration: none;
}

a:hover{
color: #000;
}

.pad {
padding-right: 12px;
}

.pada {
padding-left: 35px;
padding-bottom: 15px;
}

b {
font-family: arial;
}

/* images */

.header {
background-image: url("images/header.jpg");
background-repeat : no-repeat;
}

.footer-tile {
background-image: url("images/footer-tile.jpg");
background-repeat : repeat-x;
}

.tile {
background-image: url("images/tile.jpg");
background-repeat : repeat-y;
}

.bulleta {
background-image: url("images/bullet1.jpg");
background-repeat : no-repeat;
background-position: left 8px;
padding: 2px 1px 3px 15px;
}

/* links */

.bot-link a {
color: #15289e;
font-size: 11px;
text-decoration: none;
}

.bot-link a:hover{
color: #000;
}

/* background colours */

.yellow {
background-color: #f7e8b3;
}

/* borders */

/* text */

.red-txt {
color: #cc0a0a;
}

.blue-txt {
color: #15289e;
}

.white-txt {
color: #fff;
}

/* Heading */

h1, h2, h3, h4, h5, h6 {
font-family: arial;
margin: 0px;
line-height: normal;
}

h1 {
font-size: 20px;
}

h2 {
font-size: 16px;
}

h3 {
font-size: 14px;
}

h4 {
font-size: 13px;
}
