/* CSS Document */

html,body {

margin:0;
padding:0;
height:100%;
width:100%;
background-color: #e3e3e3;
background-image:  url(images/mainbg.gif);
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: #333333;
line-height: 22px;
}

p {

font-family: Arial, Tahoma, Verdana;
font-size: 12px;
color: #333333;
line-height: 22px;
}

h1 {

font-size: 14px;
color: #333333;
}

h1 {

font-size: 14px;
color: #444F65;
}

a {

color: #ff0000;
text-decoration: none;
}

a:hover {

color: #ff0000;;
text-decoration: underline;
}