/* Body */

body {
        background: #e6f9fe;        
        
        }

/* Tags */

h1 {
     color: #0505c7;
     font-family: tahoma, arial;
     font-size: 25px;
     text-align: center;
     }

h1.sales {
     color: #0505c7;
     font-family: tahoma, arial;
     font-size: 34px;
     text-align: center;
     }

h1.red {
          color: #bb0000;
          font-family: verdana,arial;
          font-size: 20px;
          text-align: center;
     }

h2 {
     color: #0505c7;
     font-family: tahoma,arial;
     font-size: 17px;
     font-weight: bold;
     text-align: center;
     }

h2.sales2 {
     color: #000;
     font-family: verdana,arial;
     font-size: 17px;
     font-weight: bold;
     text-align: center;
     }


h3 {
     color: #0505c7;
     font-family: verdana,arial;
     font-size: 17px;
     text-align: center;
     }

h4 {
     color: #0505c7;
     font-family: verdana,arial;
     font-size: 17px;
     text-align: center;
     }

p {
   margin-left: 8px;
   margin-right: 8px;
   }

p.center {
             margin-left: 8px;
             margin-right: 8px;
             text-align: center;
             }

p.left {
             margin-left: 8px;
             margin-right: 8px;
             text-align: left;
             }

p.smallb {
           color: #000;
           font-family: verdana, arial, helvetica;
           font-size: 9px;
           font-weight: bold;
           line-height: 16px;
           text-align: center;
           }

.cap {
     font-size: 52px;
     font-family: georgia, times;
     line-height: 40px;
     margin-top: 10px;
     position: relitive;
     }


img {
      border: 0px;
      }

hr {
    color: #c100b2;
    }

sup {
      font-size: 8px;
      }

li {
   margin-left: 40px;
   }

span.b1 {
               color: #000;
               font-family: sans-serif,arial;
               font-size: 12px;
               }

span.bold {
               color: #000;
               font-family: verdana,arial;
               font-size: 10px;
               font-weight: bold;
               }

span.red {
             color: #ff0000;
             font-family: verdana,arial;
             font-size: 13px;
             font-weight: bold;
             }

span.red2 {
             color: #ff0000;
             font-family: sans-serif,arial;
             font-size: 13px;
             }

span.red3 {
          color: #ff0000;
          font-size: 17px;
          }

span.yellow {
            background: #ffe929;
            font-weight: bold;
            }


span.header {
            font-size: 17px;
            }

table.sp {
            border: 1px solid #c100b2;
            font-family: verdana,arial;
            font-size: 12px;
            } 

center.small {
                 font-size: 8px;
                 font-family: verdana,arial;
                 font-weight: bold;
                 text-align: center;
                 }

.button {
          background: url('images/button.gif') no-repeat;
          border: 0px;
          color: #fff;
          cursor: pointer;
          font-size: 10px;
          font-weight: bold;
          height: 25px;
          padding: 0px 0px 5px 0px;
          width: 130px;
          }

strong.red {
           color: #dd0000;
           }

strong.blue {
            color: #0505c7;
            }

table.sales {
            background-color: #fefeee;
            border-bottom: 2px solid #c100b2;
            border-left: 1px solid #c100b2;
            border-right: 2px solid #c100b2;
            border-top: 1px solid #c100b2;
            font-family: verdana, arial;
            font-size: 13px;
            text-align: center;
            }

table.feedback {
            font-family: sans-serif, arial;
            font-size: 12px;
            text-align: left;
            }

table.g {
            background-color: #fff;
            border-bottom: 1px solid #3959fe;
            border-left: 0px solid #c100b2;
            border-right: 0px solid #c100b2;
            border-top: 1px solid #3959fe;
            font-family: verdana, arial;
            font-size: 12px;
            font-weight: bold;
            text-align: center;
            }

span.a1 {
            font-size: 17px;
            font-weight: bold;
            }

span.a2 {
            color: #ff0000;
            font-size: 18px;
            font-weight: bold;
            }


/* Links */
           
a.menu:link, a.menu:visited {
                                      color: #0505c7;
                                      font-family: verdana,arial; 
                                      font-size: 10px;
                                      font-weight: bold;
                                      text-decoration: none;
                                      }

a.menu:hover, a.menu:active {
                                      color: #c100b2;
                                      font-family: verdana,arial; 
                                      font-size: 10px;
                                      font-weight: bold;
                                      text-decoration: none;
                                      }

a.foot:link, a.foot:visited {
                                      color: #0505c7;
                                      font-family: verdana,arial; 
                                      font-size: 10px;
                                      font-weight: bold;
                                      text-decoration: underline;
                                      }

a.foot:hover, a.foot:active {
                                      color: #c100b2;
                                      font-family: verdana,arial; 
                                      font-size: 10px;
                                      font-weight: bold;
                                      text-decoration: underline;
                                      }

a.foot2:link, a.foot2:visited {
                                      color: #000;
                                      font-family: verdana,arial; 
                                      font-size: 8px;
                                      font-weight: bold;
                                      text-decoration: none;
                                      }

a.foot2:hover, a.foot2:active {
                                      background: transparent;
                                      color: #c100b2;
                                      font-family: verdana,arial; 
                                      font-size: 8px;
                                      font-weight: bold;
                                      text-decoration: none;
                                      }



a.mainb:link, a.mainb:visited {
                                      background-color: #fff;
                                      color: #0505c7;
                                      font-family: verdana,arial; 
                                      font-size: 17px;
                                      font-weight: bold;
                                      text-decoration: underline;
                                      margin: 0px;
                                      }

a.mainb:hover, a.mainb:active {
                                      background-color: #fff;
                                      color: #c100b2;
                                      font-family: verdana,arial; 
                                      font-size: 17px;
                                      font-weight: bold;
                                      text-decoration: underline;
                                      margin: 0px;
                                      }

a:link, a:visited {
                      color: #0505c7;
                      font-family: verdana,arial; 
                      font-size: 12px;
                      font-weight: bold;
                      text-decoration: underline;
                      margin: 0px;
                      }

a:hover, a:active {
                      color: #c100b2;
                      font-family: verdana,arial; 
                      font-size: 12px;
                      font-weight: bold;
                      text-decoration: underline;
                      margin: 0px;
                      }

a.article:link, a.article:visited {
                      color: #0505c7;
                      font-family: verdana,arial; 
                      font-size: 16px;
                      font-weight: bold;
                      text-decoration: none;
                      margin: 0px;
                      }

a.article:hover, a.article:active {
                      color: #c100b2;
                      font-family: verdana,arial; 
                      font-size: 16px;
                      font-weight: bold;
                      text-decoration: underline;
                      margin: 0px;
                      }


a.close:link, a.close:visited {
                              background: #fff url('images/close.gif') no-repeat;
                              padding: 2px 15px 2px 2px;
                              text-decoration: none;
                              }


a.close:hover, a.close:active {
                              background: transparent url('images/close2.gif') no-repeat;
                              text-decoration: none;
                              }


a.top:link, a.top:visited {
                          background: url('images/arrow.gif') no-repeat;
                          color: #0505c7;
                          font-size: 9px;
                          font-weight: bold;
                          padding: 0px 5px 4px 2px;
                          text-decoration: underline;
                          }


a.top:hover, a.top:active {
                          background: url('images/arrow2.gif') no-repeat;
                          color: #c100b2;
                          font-size: 9px;
                          font-weight: bold;
                          padding: 0px 5px 4px 2px;
                          text-decoration: underline;
                          }


a.left:link, a.left:visited {
                          background: url('images/arrow_l.gif') no-repeat;
                          color: #0505c7;
                          font-size: 9px;
                          font-weight: bold;
                          padding: 0px 5px 4px 2px;
                          text-decoration: underline;
                          }


a.left:hover, a.left:active {
                          background: url('images/arrow_l2.gif') no-repeat;
                          color: #c100b2;
                          font-size: 9px;
                          font-weight: bold;
                          padding: 0px 5px 4px 2px;
                          text-decoration: underline;
                          }


a.left2:link, a.left2:visited {
                          background: url('images/arrow_l.gif') no-repeat;
                          color: #0505c7;
                          font-weight: bold;
                          padding: 0px 5px 4px 2px;
                          text-decoration: underline;
                          }


a.left2:hover, a.left2:active {
                          background: url('images/arrow_l2.gif') no-repeat;
                          color: #c100b2;
                          font-weight: bold;
                          padding: 0px 5px 4px 2px;
                          text-decoration: underline;
                          }


a.right:link, a.right:visited {
                          background: url('images/arrow_r.gif') right no-repeat;
                          color: #0505c7;
                          font-size: 9px;
                          font-weight: bold;
                          padding: 0px 5px 0px 0px;
                          text-decoration: underline;
                          }


a.right:hover, a.right:active {
                          background: url('images/arrow_r2.gif') right no-repeat;
                          color: #c100b2;
                          font-weight: bold;
                          text-decoration: underline;
                          }


a.back:link, a.back:visited {
                          background: url('images/back2.gif') right no-repeat;
                          color: #0505c7;
                          font-size: 9px;
                          font-weight: bold;
                          padding: 25px 95px 0px 0px;
                          text-decoration: none;
                          }


a.back:hover, a.back:active {
                          background: url('images/back.gif') right no-repeat;
                          color: #c100b2;
                          font-weight: bold;
                          text-decoration: none;
                          }





/* Divs */

div.container {
                   background: #fff url('images/bg-main.gif');
                   margin: 0 auto;
                   width: 820px;
                   }




div.header {
               background: transparent url('images/bg-header2.jpg') no-repeat;
               color: #000;
               font-family: verdana,arial;
               font-size: 12px;
               height: 50px;
               text-align: center;
               width: 820px;              
               }




div.footer {
              background: #fff url('images/bg-footer.jpg') no-repeat;
              clear: both;
              color: #000;
              font-family: verdana,arial;
              font-size: 10px;
              height: 45px;
              text-align: center;
              }

div.left {
           background-color: #fff;
           border-top: 1px solid #c100b2;
           border-bottom: 1px solid #c100b2;
           border-left: 0px solid #c100b2;
           border-right: 0px solid #c100b2;
           color: #000;
           float: left;
           font-family: verdana,arial;
           font-size: 10px;
           margin-top: 40px;
           margin-left: 0px;
           width: 120px;
           text-align: center;
           padding: 0.5em;
           }

div.left2 {
           background-color: #fff;
           color: #000;
           float: left;
           font-family: verdana,arial;
           font-size: 10px;
           margin-top: 40px;
           margin-left: 0px;
           width: 120px;
           text-align: center;
           padding: 0.5em;
           }


div.right {
           background-color: #fff;
           color: #3959fe;
           float: right;
           font-family: verdana,arial;
           font-size: 11px;
           font-weight: bold;
           margin-top: 20px;
           margin-left: 0px;
           width: 120px;
           text-align: right;
           }

div.content2 {
                 background-color: #fff;
                 color: #000;
                 font-family: verdana,arial;
                 font-size: 13px;
                 margin: 0 auto;                 
                 width: 550px;
                 }

div.content {
                 background-color: #fff;
                 color: #000;
                 font-family: verdana,arial;
                 font-size: 13px;
                 margin: 0 auto;               
                 width: 500px;
                 }

div.popup {
              background: #fff;
              border: 1px solid #1bcce7;
              color: #000;
              font-family: verdana, arial, helvetica;
              font-size: 12px;
              }


#salesbox {
          background: #fff;
          border: 1px solid #c72735;
          color: #000;
          margin-bottom: 40px;
          margin-top: 40px;
          }


#help {
      background: #eee;
      border: 1px solid #aaa;
      margin: 0 0 0 150px;
      width: 450px;
      }


#salesbox2 {
          background: #fefeee;
          border: 1px solid #c100b2;
          color: #000;
          float: right;
          margin-left: 10px;
          margin-top: 10px;
          padding: 4px;
          width: 180px;
          }


#salesbox3 {
          background: #f2f2f2;
          border: 1px solid #ccc;
          color: #555;
          font-size: 9px;
          font-weight: bold;
          margin-left: 10px;
          margin-top: 10px;
          text-align: center;
          }

div.audio {
       float: right;
       margin-right: 250px;
       margin-top: 30px;
       }

div.macbox {
           background: #efefef;
           border: 1px solid #ccc;
           color: #777;
           font-size: 12px;
           margin-left: 10px;
           margin-right: 10px;
           padding: 4px;
           width: 400px;
           }

