/* CSS Document */

body {

  margin-top: 30px;

  font-family: Arial;

  font-size: 10pt;

  color: #333333;

  background-color: #FFFFFF;

/*  background-image: url(images/bg.gif); */

}

a:link {

  color: #333333;

  text-decoration: none;

}

a:hover {

  color: #DC012A;

  text-decoration: none;

}

a:visited {

  text-decoration: none;

}

a:active {

  color: #666666;

  text-decoration: none;

}

.nav {

  background-image: url(images/nav/nav_tile.gif);

  text-align: center;

}

.main {

  background-color: #FFFFFF;
  width: 790px;

}

.title {

  background-color: #333333;

}

.content {

  background-color: #F8F8F8;

  border-left: 1px solid #CCCCCC;

  border-right: 1px solid #CCCCCC;

  border-bottom: 1px solid #CCCCCC;

}

.ql_box_one {

  vertical-align: top;

  background-color: #F8F8F8;

  border-left: 1px solid #CCCCCC;

  border-bottom: 1px solid #CCCCCC;

}

.ql_box_two {

  vertical-align: top;

  background-color: #333333;

  color: #FFFFFF;

}

.ql_box_three {

  vertical-align: top;

  font-size: 9pt;

  background-color: #F8F8F8;

  border-right: 1px solid #CCCCCC;

  border-bottom: 1px solid #CCCCCC;

}

.webdesigner {

  height: 30px;

  text-align: right;

}

.copyright {

  height: 30px;

  text-align: right;

}

.blank {

  background-color: #666666;

}

input {

  font-family: Arial;

  font-size: 9pt;

}

textarea {

  font-family: Arial;

  font-size: 9pt;

}