/* CSS Document */

html,body {
  margin:0;
  padding:0;
  height:100%;
  width:100%;
  background-color: #666666;
}

table.full-height {
  height:100%;
  width:100%;
}

table {

font-family: Arial, Tahoma;
font-size: 12px;
color: #696969;
line-height: 18px;
}

p {

font-family: Arial, Tahoma;
font-size: 12px;
color: #696969;
line-height: 18px;
}

H1 {
font-family: Arial, Tahoma;
font-size: 14px;
color: #990000;
}

a {

color: #990000;
text-decoration: none;
}

a:hover {
color: #990000;
text-decoration: underline;
}


ul li {
    margin: 0px -20px 0px -20px;
    padding: 0 0 0 20;
    list-style: none;
    background: url(images/redarrow1.png) no-repeat 0 3px;
	line-height: 25px;
}

.formtiptext {

font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
text-align:center;
color: black;
margin-bottom:0px;

}