.caption { font-family: Arial, Helvetica, sans-serif; font-size: 10px; color: white }

.captionb { font-family: Arial, Helvetica, sans-serif; font-size: 10px; font-weight: bold; color: white  }

.default { font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: white  }

.defaultb { font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-weight: bold; color: white  }

.feature { font-family: Arial, Helvetica, sans-serif; font-size: 14px; color: white  }

.featureb { font-family: Arial, Helvetica, sans-serif; font-size: 14px; font-weight: bold; color: white  }

html, body, #maintable {
      height:100%;
      margin: 0;
      padding: 0;
      border: none;
      text-align: center;
	  background-color: #000000;
   }
   #maintable {
      margin: 0 auto;
      text-align: middle;
      vertical-align: middle;
	  horizontal-align: middle;
      width: 100%;
   }

			a:link {
		text-decoration: none;
		color: white;
		}
			a:hover {
		color: white;
		}
			a:active {
		text-decoration: none;
		color: white;
		}
			a:visited {
		text-decoration: none;
		color: white;
		}
form { 
 padding: 5px; 
}
.text { 
 font-size: 10px; 
 font-family:Verdana, Arial, Helvetica, sans-serif;
 color: white;
 background-color: #666666;
 border: 1px solid #dedede; 
}