/* Author : Anup Ujawane  */
/* By : Meltmagic-India.com  */
/* For : www.emeetingmaker.com  */
/* Date : 11th Jun 2007 */


/* 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: tahoma, "ms sans serif", arial, verdana, helvetica;
color: #333;
font-size: 11px;
}

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

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

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

.row2 {
height: 90%;
vertical-align : top;
background-color: #fff;
border-bottom : #1433a8 4px solid;
}

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

.content {
text-align: justify;
}

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

a:hover{
color: #000;
}

/* images */

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

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

.right-blue {
background-image: url("images/blue.jpg");
background-repeat : repeat-y;
background-color: #bbc9f2;
border-bottom : #5a7bde 1px solid;
}

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

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

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

.back {
background-image: url("images/back.jpg");
background-repeat : repeat-x;
background-color: #213fad;
}

.scroll-back {
background-image: url("images/scroll-back.jpg");
background-repeat : repeat-x;
background-color: #213fad;
}

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

/* links */

.top-link a {
font-family: arial;
color: #fff;
font-size: 11px;
text-decoration: none;
background-image: url("images/spacer.gif");
background-repeat : no-repeat;
padding: 6px 15px 7px 15px;
font-weight: bold;
display: block;
}

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

/* background colours */

.white {
background-color: #fff;
}

.blue {
background-color: #5a7bde;
}

.bluea {
background-color: #909fd6;
}

/* borders */

.blue-border {
border : #3764af 1px solid;
}

/* text */

.blue-txt {
color: #000781;
}

.red-txt {
color: #cb2e03;
}

.big-txt {
font-size: 13px;
}

/* Heading */

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

h1 {
font-size: 18px;
}

h2 {
font-size: 16px;
}

h3 {
font-size: 14px;
}

h4 {
font-size: 13px;
}