/* CSS Document */
body {
  margin-top:15px;
  background:#551011 url(images/bkg.jpg) repeat;
  font-family:Tahoma, Verdana, Arial;
  font-size:11px;
}
#content {
width:90%;
margin-left:5%;
}
#box1 {
width:100%;
}
#box {
border:thin solid #CCCCCC;
width:100%;
}
.footer {
  clear:both;
  height:17px;
  text-align:center;
  font-size:10px;
  color:#FFFFFF;

}
.footer a{
color:#FFFFFF;
text-decoration:none;
}
.red {
color:#800000;
font-weight:bold;
}
.textinput {
 font-size: 10px;
 border: 1px solid #CCCCCC;
}
.nextstepbutton {
 font-size: 10px;
 border: 1px solid #800000;
 background-color:#CCCCCC;
}
.strong {
font-weight:bold;
  font-family:"Lucida Grande","Lucida Sans Unicode",sans-serif;
  font-size:12px;
}
h1{
color:#FFFFFF;
  font-size:14px;
  font-weight:bold;
}



