body
{
  font-size: 12pt;
  font-family: "Gill Sans MT Condensed", Garamond, "Times New Roman", Verdana, Arial, Helvetica, sans-serif; 
  background-color: #FFFFFF;
  color: #FDDFDE;
  margin: 2px;
}
   
A
{
  color: #FDDFDE;
  text-decoration: none;
}

A:visited
{
  text-decoration: none;
}

A:hover
{
  color: #FDDFDE;
  text-decoration: underline;
}

table
{
  background-color: #666363;
  width: 770px;
  margin-left: auto;
  margin-right: auto;
}

table.Contact
{
  width: 300px;
  margin-left: 0px;
}

table.Footer
{
  background-color: #CDE6C3;
  width: 770px;
  margin-left: auto;
  margin-right: auto;
}

table.Front
{
  background-color: #666363;
  background-image: url(/share/newbies-main-night.gif);
  background-repeat: no-repeat;
  background-position: bottom center;
  width: 770px;
  padding-left: 50px;
  padding-right: 50px;
  margin-left: auto;
  margin-right: auto;
}

table.Header
{
  background-color: #666363;
  width: 770px;
  margin-top: 0px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0px;
}

table.Navigation
{
  background-color: #666363;
  width: 770px;
  margin-left: auto;
  margin-right: auto;
}

table.Main
{
  background-image: url(/share/newbies-green.gif);
  background-repeat: no-repeat;
  background-position: bottom center;
  background-color: #666363;
  width: 770px;
  padding-left: 50px;
  padding-right: 50px;
  text-align: justify;  
  margin-left: auto;
  margin-right: auto;
}

table.Order
{
  width: 600px;
  border-width: 2px 2px 2px 2px;
  border-style: inset inset inset inset;
  border-collapse: separate;
  margin-left: 0px;
}


.corner-top-left
{
  background-image: url(/share/corner-top-left-night.gif);
  background-repeat: no-repeat;
  background-position: top left;
  width: 50px;
  height: 25px;
}

.corner-top-right
{
  background-image: url(/share/corner-top-right-night.gif);
  background-repeat: no-repeat;
  background-position: top right;
  width: 50px;
  height: 25px;
}

.corner-bottom-left
{
  background-image: url(/share/corner-bottom-left-night.gif);
  background-repeat: no-repeat;
  width: 25px;
  height: 25px;
}

.corner-bottom-right
{
  background-image: url(/share/corner-bottom-right-night.gif);
  background-repeat: no-repeat;
  width: 25px;
  height: 25px;
}

.navigation-left
{
  background-image: url(/share/navigation-left-night.gif);
  background-repeat: no-repeat;
  background-position: right;
  width: 65px;
  height: 25px;
}

.navigation-middle
{
  background-color: #969090;
  text-align: center; 
  height: 25px;
}

.navigation-right
{
  background-image: url(/share/navigation-right-night.gif);
  background-repeat: no-repeat;
  background-position: left;
  width: 65px;
  height: 25px;
}

.center
{
  text-align: center;
}

.left
{
  text-align: left;
}

.left
{
  text-align: right;
}

.text9pt
{
  font-size: 9pt;
}

.text10pt
{
  font-size: 10pt;
}

.text11pt
{
  font-size: 11pt;
}

.text12pt
{
  font-size: 12pt;
}

.blackText
{
  color: #000000;
}

.pinkText
{
  color: #FDDFDE;
}

.whiteText
{
  color: #FFFFFF;
}

img
{
  border: 0px;
}

img.blackBorder
{
  border: 1px solid black;
}

hr
{
  color: #FDDFDE;
  height: 1px;
}

ul
{
  margin-top: 0px;
  list-style-position: outside;
}

@media print
{
  img.protected
  {
    display: none;
  }
}

.LV_validation_message
{
  font-weight:bold;
  margin:0 0 0 5px;
}

.LV_valid
{
  color:#00CC00;
}
	
.LV_invalid
{
  color:#CC0000;
}
    
.LV_valid_field,input.LV_valid_field:hover,input.LV_valid_field:active,textarea.LV_valid_field:hover,textarea.LV_valid_field:active
{
  border: 1px solid #00CC00;
}
    
.LV_invalid_field,input.LV_invalid_field:hover,input.LV_invalid_field:active,textarea.LV_invalid_field:hover,textarea.LV_invalid_field:active
{
  border: 1px solid #CC0000;
}