/* page default settings */

body, td {
font-family: tahoma, "ms sans serif", arial, verdana, helvetica;
color: #333;
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-color: #ccc;
}

.full-size-table {
width: 753;
}

a {
color: #333;
text-decoration: none;
}

a:hover{
color: #000;
}

/* images */

.img {
background-image: url("images/img.jpg");
background-repeat : no-repeat;
}

/* links */

/* background colours */

.green {
background-color: #6a7d6a;
}

/* borders */

.white-border {
border : #fff 1px solid;
background-image: url("images/tile.jpg");
background-repeat : repeat;
}

/* text */

.red-txt {
color: #982e38;
}

.white-txt {
color: #fff;
}

/* headings */

h1 {
font-family: arial;
font-size: 24px;
margin: 0;
}

h2 {
font-family: arial;
font-size: 16px;
margin: 0;
}

h3 {
font-family: arial;
font-size: 14px;
margin: 0;
}