
/* form classes */

.style1 {color: #FF0000}


.style3 {
	font-size: 11px;
	font-weight: bold;
}
.style4 {font-size: smaller}
.style5 {
	font-size: 11px;
}




form {
margin-bottom: 0px;
}

input, textarea, select {
border-style: solid;
border-width: 1px;
}

input.check {
border-style:none;
border-width: 0px;
}

.no-border {
border-style: solid;
border-width: 0px;
}


/* page default settings */

body, td {
font-family: arial, verdana, helvetica;
color: #333;
font-size: 12px;
line-height:1.4em;
}

body {
margin: 0px;
padding: 0px;
background-color: #4E1C01;
margin-top: 5px;
margin-bottom: 15px;
}

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

.row1 {
height: 5%;
vertical-align : top;
background-color: #fff;
}

.row2 {
height: 90%;
vertical-align : top;
background-color:#fff;
}

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

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

a:hover{
color: #000;
}

b, strong {
font-family: arial;
}

.pad-left{
padding-left:  25px;
}

.pad-lefta{
padding-left:  15px;
}

/* images */

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

.headera {
background-image: url("static_images/header1.jpg");
background-repeat : no-repeat;
}

.top-gred {
background-image: url("static_images/top-gred.jpg");
background-repeat : repeat-x;
}

.pass-box {
background-image: url("static_images/pass-box.jpg");
background-repeat : no-repeat;
}

.bullet {
background-image: url("static_images/bullet1.gif");
background-repeat : no-repeat;
background-position: 25px 6px;
padding: 2px 1px 3px 35px;
}

.bulleta {
background-image: url("static_images/bullet2.gif");
background-repeat : no-repeat;
background-position: left 6px;
padding: 2px 1px 3px 12px;
}

/* links */

.top-nav a {
font-family: arial;
color: #fff;
font-size: 12px;
font-weight: bold;
text-decoration: none;
padding:6px 25px 7px 25px;
display: block;
}

.top-nav a:hover{
color: #fff;
background-color: #000000;
}

.current {
background-color: #E48A4E;
}

.left-nav a {
font-family: arial;
color: #622301;
font-size: 12px;
font-weight: bold;
text-decoration: none;
background-image: url("images/bullet.gif");
background-repeat: no-repeat;
background-position: 20px 8px;
padding: 5px 5px 6px 31px;
border-bottom: #fff 1px solid;
display: block;
}

.left-nav a:hover{
color: #622301;
background-color: #CEA042;
}

/* background colours */

.blue {
background-color: #B25212;
}

.bluea {
background-color: #4E1C01;
}

.blueb {
background-color: #E0BB71;
}

.bluec {
background-color: #A67514;
}

.blued {
background-color: #FFF5E0;
}

.bluee {
background-color: #FFFFC2;
}

.bluef {
background-color: #C1A45F;
}

.blueg {
background-color: #FFEEBD;
}

.blueh {
background-color: #F0AB7C;
}

.green {
background-color: #FFF9DD;
}

.greena {
background-color: #FFEFBB;
}

.gray {
background-color: #f8f8f8;
}

/* borders */

.left-right {
border-left : #C1A45F 1px solid;
border-right : #C1A45F 1px solid;
padding: 0px 15px 0px 15px;
}

.left-top-right {
border-left : #C1A45F 1px solid;
border-top : #C1A45F 1px solid;
border-right : #C1A45F 1px solid;
padding: 10px;
}

.top-right {
border-top : #C1A45F 1px solid;
border-right : #C1A45F 1px solid;
padding: 5px 5px 5px 30px;
}

.top-righta {
border-top : #C1A45F 1px solid;
border-right : #C1A45F 1px solid;
}

.top {
border-top : #C1A45F 1px solid;
}

.right {
border-right : #C1A45F 1px solid;
}

.bottom {
border-bottom : #C1A45F 1px solid;
}

.left {
border-left : #C1A45F 1px solid;
}

.border {
border : #C1A45F 1px solid;
padding: 10px 0 10px 0;
}
.gray-border {
border : #ccc 1px solid;
padding: 3px;
}

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

.blue-bordera {
border : #6B2C05 3px solid;
}

.white-border {
border-right : #fff 1px solid;
}

/* text */

.blue-txt {
color: #FFEFBE;
}

.blue-txta {
color: #893D0A;
}

.blue-txtb {
color: #CD7C46;
}

.blue-txtc {
color: #6C2D07;
}

.blue-txtd {
color: #CB7033;
}

.blue-txte {
color: #885217;
}

.white-txt {
color: #fff;
}

.red-txt {
color: #ff0000;
}

/* Heading */

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

h1 {
font-size: 18px;
}

h2 {
font-size: 16px;
}

h3 {
font-size: 13px;
}