*
{
  margin: 0;
  padding: 0;
  border-collapse: collapse;
}

input
{
  margin: 0;
  padding: 0;
}

input, textarea 
{
  font-family: Arial;
  font-size: 0.6em;
}

.NewsletterField 
{
  width: 61px;
  height: 15px;
  background-color: #FFCC66;
  border: 1px solid #663333;
}

.NewsletterButton
{
  width: 70px;
  height: 22px;
  background-image: url(/images/structure_gifs/bg_gray_grad_1x15.gif);
  background-repeat: repeat-x;
  border: 1px solid #663333;
}

.inputField 
{
  width: 120px;
  height: 15px;
  background-color: #FFCC66;
  border: 1px solid #663333;
}

.longerInputField 
{
  width: 130px;
  height: 15px;
  background-color: #FFCC66;
  border: 1px solid #663333;
}

.shorterInputField 
{
  width: 100px;
  height: 15px;
  background-color: #FFCC66;
  border: 1px solid #663333;
}

.commentInputField 
{
  width: 130px;
  height: 30px;
  background-color: #FFCC66;
  border: 1px solid #663333;
}

.formButton
{
  width: 40px;
  height: 15px;
  background-image: url(/images/structure_gifs/bg_gray_grad_1x15.gif);
  background-repeat: repeat-x;
  border: 1px solid #663333;
}

.yourInfoField 
{
  background-color: #FFCC66;
  border: 1px solid #663333;
}

a.navMenu:link 
{
  color: #FFFFFF; 
  text-decoration: none;
}

a.navMenu:visited 
{
  color: #FFFFFF;  
  text-decoration: none;
}

a.navMenu:hover 
{
  color: #FFFF33; 
  text-decoration: underline;
}

td.brandBorder
{
  border-top: 3px solid #00CCFF;
  background-color: #996633;
  font-family: Arial;
  color: #FFFFFF;
  font-size: 1.0em;
  padding: 6px;
}

.contentBody
{
  font-family: Arial; 
  font-size: 0.8em;
  padding: 4px;
  color: #666666;
}

font.ctaLink
{
  font-family: Arial; 
  font-size: 0.8em;
  padding: 4px;
}

font.reg
{
  font-family: Arial; 
  font-size: 0.8em;
}

font.small
{
  font-family: Arial; 
  font-size: 0.6em;
}

ul.listItems
{
  list-style-image: url(/images/structure_gifs/spacer_4x1.gif);
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  margin-left: 4px;
}

.planUsage
{
  border: 1px solid #999999;
}

td.alignTop
{
vertical-align: top;
}