/* form classes */

form {
margin-bottom: 0;
}

input, textarea, select {
font-family: tahoma, "ms sans serif", arial, verdana, helvetica;
border-style: solid;
border-width: 1;
font-size: 11px;
}

.no-border {
font-family: tahoma, "ms sans serif", arial, verdana, helvetica;
border-style: solid;
border-width: 0;
font-size: 11px;
}


/* page default settings */

body, td {
font-family: tahoma, "ms sans serif", arial, verdana, helvetica;
color: #fff;
font-size: 11px;
}

body {
margin: 0;
scrollbar-face-color: #d0d0d0;
scrollbar-highlight-color: #fff;
scrollbar-shadow-color: #e1f2f2;
scrollbar-3dlight-color: #e1f2f2;
scrollbar-arrow-color: #000;
scrollbar-track-color: #fff;
scrollbar-darkshadow-color: #1b1e25;
background-image: url("images/back.jpg");
background-repeat : repeat;
}

.full-table {
width: 100%;
height: 100%;
}

.full-size-table {
width: 780;
height: 100%;
}

.row1 {
height: 5%;
vertical-align : top;
background-color: #fff;
}

.row2 {
height: 90%;
vertical-align : top;
background-color: #8a50c6;
}

.i-row2 {
height: 90%;
vertical-align : top;
background-color: #5d7bd3;
}

.row3 {
height: 5%;
vertical-align : top;
background-color: #fff;
}

.content {
text-align: justify;
}

.white-content {
text-align: justify;
color: #fff;
}

.blue-content {
text-align: justify;
color: #0b4a7b;
}

a {
color: #333;
text-decoration: none;
}

a:hover{
color: #000;
}

/* images */

.header {
background-image: url("images/header.jpg");
background-repeat : no-repeat;
background-color: #3b94d8;
}

.voilet-top-tile {
background-image: url("images/voilet-top-tile.jpg");
background-repeat : repeat-x;
}

.voilet-top-tile1 {
background-image: url("images/voilet-top-tile1.jpg");
background-repeat : repeat-x;
}

.blue-top-tile {
background-image: url("images/blue-top-tile.jpg");
background-repeat : repeat-x;
}

.blue-line {
background-image: url("images/blue.jpg");
background-repeat : repeat-x;
background-position: center;
}

.tile {
background-image: url("images/tile.jpg");
background-repeat : repeat-x;
}

/* links */

.top-link a {
color: #000;
font-size: 12px;
text-decoration: none;
padding-left: 10px;
padding-right: 10px;
display: block;
background-image: url("images/tile.jpg");
background-repeat : repeat-x;
height: 28;
padding-top: 6;
}

.top-link a:hover{
color: #de8155;
}

.but a {
color: #fff;
font-size: 11px;
text-decoration: none;
display: block;
padding: 1 10 1 10;
border : #cea8f6 1px solid;
background-color: #9d64d9;
}

.but a:hover{
color: #000;
}

/* background colours */

.black {
background-color: #000;
}

.white {
background-color: #fff;
}

.gray {
background-color: #9b9b9b;
}

.voilet {
background-color: #330066;
}

.voilet1 {
background-color: #9d64d9;
}

.voilet2 {
background-color: #8a50c6;
}

.voilet3 {
background-color: #531e8a;
}

.voilet4 {
background-color: #6429a1;
}


.blue {
background-color: #bde2ff;
}

.blue1 {
background-color: #a1cbec;
}

/* borders */

.white-border {
border : #fff 1px solid;
}

.contact-border {
border : #D0B9E8 1px solid;
background-color: #5d7bd3;
padding: 10 20 10 20;
}

/* text */

.black-txt {
color: #000;
}

.white-txt {
color: #fff;
}

.blue-txt {
color: #0b4a7b;
}

/* headings */

.white-head {
font-size: 16px;
color: #fff;
}

.blue-head {
font-size: 16px;
color: #0b4a7b;
}