body, td 
{
  font-family: Arial;
  font-size: 12px;
  color: #FFFFFF;
}


.error 
{
  font-family: Tahoma, Verdana, Arial;
  font-size: 10px;
  color: #FF0000;
}


a.menu1
{
  font-family: Arial;
  font-size: 12px;
  font-weight: bold;
  color: #FFFFFF;
  text-decoration:underline;
}

a.menu1:hover
{
  font-family: Arial;
  font-size: 12px;
  font-weight: bold;
  color: #FFFFFF;
  text-decoration: underline;
}

a.menu1:active
{
  font-family: Arial;
  font-size: 12px;
  font-weight: bold;
  color: #FFFFFF;
  text-decoration: underline;
}

a.menu1:visited
{
  font-family: Arial;
  font-size: 12px;
  font-weight: bold;
  color: #FFFFFF;
  text-decoration: underline;
}


a.menu2
{
  font-family: Arial;
  font-size: 11px;
  color: #FFFFFF;
  text-decoration:underline;
}

a.menu2:hover
{
  font-family: Arial;
  font-size: 11px;
  color: #E4A2FF;
  text-decoration: underline;
}

a.menu2:active
{
  font-family: Arial;
  font-size: 11px;
  color: #FFFFFF;
  text-decoration: underline;
}

a.menu2Active
{
  font-family: Arial;
  font-size: 11px;
  color: #E4A2FF;
  text-decoration:underline;
}

a.menu2Active:hover
{
  font-family: Arial;
  font-size: 11px;
  color: #E4A2FF;
  text-decoration: underline;
}

a.menu2Active:active
{
  font-family: Arial;
  font-size: 11px;
  color: #E4A2FF;
  text-decoration: underline;
}

.jewelryTitle
{
  font-family: Arial;
  font-size: 12px;
  font-weight: bold;
  color: #FFFFFF;
}

.jewelryTitle1
{
  font-family: Arial;
  font-size: 12px;
  font-weight: normal;
  vertical-align: top;
  color: #E4A2FF;
}

.jewelryText
{
  font-family: Arial;
  font-size: 12px;
  font-weight: normal;
  vertical-align: top;
  color: #FFFFFF;
}





td.mainHeader
{
/*  border: 1px solid #0D0E82;*/
  font-family: Arial;
  font-size: 14px;
  font-weight: bold;
  text-align:center;
  padding: 2px 2px 2px 2px;
}

td.mainHeader2
{
  border-bottom: 1px solid #0D0E82;
  font-family: Arial;
  font-size: 14px;
  font-weight: bold;
  text-align:center;
  padding: 2px 2px 2px 2px;
}

td.imageHeader
{
  text-align:center;
  padding: 10px 2px 10px 2px;
  border-bottom: 1px solid #0D0E82;
  background-color:#FFFFFF;
}

td.subHeader
{
  border-left: 1px solid #0D0E82;
  border-right: 1px solid #0D0E82;
  border-bottom: 1px solid #0D0E82;
  font-family: Arial;
  font-size: 12px;
  font-weight: bold;
  text-align:center;
  padding: 2px 2px 2px 2px;
}

td.tableHeader
{
  border-left: 1px solid #0D0E82;
  border-bottom: 1px solid #0D0E82;
  font-family: Arial;
  font-size: 11px;
  font-weight: bold;
  text-align:center;
  padding: 2px 2px 2px 2px;

}


td.tableHeaderRight
{
  border-left: 1px solid #0D0E82;
  border-right: 1px solid #0D0E82;
  border-bottom: 1px solid #0D0E82;
  font-family: Arial;
  font-size: 11px;
  font-weight: bold;
  text-align:center;
  padding: 2px 2px 2px 2px;

}

td.tableRow
{
  border-left: 1px solid #0D0E82;
  border-bottom: 1px solid #0D0E82;
  font-family: Arial;
  font-size: 11px;
  font-weight: normal;
  text-align:center;
  padding: 2px 2px 2px 2px;

}

td.tableRowRight
{
  border-left: 1px solid #0D0E82;
  border-right: 1px solid #0D0E82;
  border-bottom: 1px solid #0D0E82;
  font-family: Arial;
  font-size: 11px;
  font-weight: normal;
  text-align:center;
  padding: 2px 2px 2px 2px;
}


.inputText {
        font-family: Arial;
        font-size: 10px;
        color: #000000;
        border: 1px solid #666666;
        background-color: #FFFFFF;
        width: 130px;
        height: 17px;
        margin-bottom: 2px;
}

.select {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 10px;
        color: #000000;
        border: 1px solid #666666;
        background-color: #FFFFFF;
        width: 130px;
        height: 17px;
        margin-bottom: 2px;
}

.inputButton {
        font-family: Arial;
        font-size: 12px; 
        font-weight: bold;
        color: #FFFFFF;
        text-align: center;
        padding: 0px 2px 0px 2px;
        height: 20px;
        border: 1px solid #0C0C82;
        background-color: #212179;
}

