/* CSS Document */

html,body {

margin:0;
padding:0;
height:100%;
width:100%;
background-color: #ffffff;
background-image: url(images/wrl-bg.png);
background-repeat: repeat-x;
}

table.full-height {

height:100%;
width:100%;
border:0px;
}

table {

font-family: Verdana, Arial, Tahoma;
font-size: 12px;
color: #444444;
line-height: 22px;
}

p {

font-family: Verdana, Arial, Tahoma;
font-size: 12px;
color: #444444;
line-height: 22px;
}

h1 {

font-size: 13px;
}

a {

color: #000000;
text-decoration: none;
}

a:hover {

color: #000000;
text-decoration: underline;
}