/* CSS Document */

html,body {

margin:0;
padding:0;
height:100%;
width:100%;
background-color: #F0EEE1;
background-image: url(images/bs-mainbg.jpg);
background-position: top;
background-repeat: repeat-x;
}

table.full-height {

height:100%;
width:100%;
border:0px;
}

table {

font-family: Arial, Tahoma, Verdana;
font-size: 12px;
color: #444334;
line-height: 22px;
}

p {

font-family: Arial, Tahoma, Verdana;
font-size: 12px;
color: #444334;
line-height: 22px;
}

h1 {

font-size: 13px;
color: #A3B71C;
}

h2 {

font-size: 12px;
color: #A3B71C;
}

a {

color: #A3B71C;
text-decoration: none;
}

a:hover {

color: #A3B71C;
text-decoration: underline;
}