
/* form classes */

form {
margin-bottom: 0px;
}

input, textarea, select {
border-style: solid;
border-width: 1px;
font-size: 12px;
}

.no-border {
border-style: solid;
border-width: 0px;
font-size: 12px;
}


/* page default settings */

body, td {
font-family: tahoma, "ms sans serif", arial, verdana, helvetica;
color: #000;
font-size: 12px;
line-height: 1.5em;
}

body {
margin: 0px;
padding: 0px;
background-image: url("../images/back.jpg");
background-repeat : repeat-y;
background-position: center center;
background-color: #c1c1c1;
}

.full-size-table {
width: 780px;
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;
}

b {
font-family: arial;
}

.pad {
padding-left: 15px;
}

/* images */

.header {
background-image: url("../images/header.jpg");
background-repeat : no-repeat;
}

.footer {
background-image: url("../images/footer.jpg");
background-repeat : repeat-x;
}

.bullet {
background-image: url("../images/bullet.gif");
background-repeat : no-repeat;
background-position: left 9px;
padding: 5px 1px 6px 15px;
}

.h-dot-line {
background-image: url("../images/h-dot-line.gif");
background-repeat : repeat-x;
background-position: center center;
}

.h-dot-linea {
background-image: url("../images/h-dot-line1.gif");
background-repeat : repeat-x;
background-position: center center;
}


/* links */

/* borders */

.border {
border #efd671 1px solid;
padding: 1px 5px 1px 5px;
}

/* text */

.white-txt {
color: #fff;
}

.red-txt {
color: #ff0000;
}

.orange-txt {
color: #ff9702;
}

/* background colours */

.yellow {
background-color: #ebcc4d;
}

.yellowa {
background-color: #f6e8af;
}

.orange {
background-color: #ebae4d;
}

.red {
background-color: #f87a35;
}

/* Heading */

h1, h2, h3, h4, h5, h6 {
font-family: arial;
margin: 0px;
line-height: normal;
}

h1 {
font-size: 25px;
}

h2 {
font-size: 20px;
}

h3 {
font-size: 18px;
}

h4 {
font-size: 16px;
}

h5 {
font-size: 13px;
}