body {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  background-color: FFFFFF;
  font-family : Verdana, Arial, Helvetica, sans-serif;
  font-size : 80%;
}

h1 {
  font-family : Verdana, Arial, Helvetica, sans-serif;
  font-size : 125%;
}

h2 {
  font-family : Verdana, Arial, Helvetica, sans-serif;
  font-size : 125%;
}

a:link {color: #9999CC; text-decoration: none;}
a:visited {color: #996633; text-decoration: none;}
a:hover {color: #7D7EBD; text-decoration: underline;}

/* Content Area*/
div.content {
  line-height: 200%;
        padding: 0px 20px 0px 20px;
}

td.divider {
        border-left: 1px dotted #CCCCCC;
}
td.checkout{
  font-size:75%;
}


/* Lists*/
ul {
  color: #9999CC;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 14px;
  margin-right: 36px;
}

ol {
  color: #99CC66;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 14px;
  margin-right: 36px;
}

/*Style Applied to the Paragraphs for Main Section Links */
p.navButts {
        color : #333333;
        font-family : Verdana, Arial, Helvetica, sans-serif;
        font-size : 11px;
                                margin: 6px 20px 6px 0px;
}

.navButts a {
        background-color : #F4F4F4;
        border : 1px solid #999999;
        color : #333333;
        display : block;
        text-decoration : none;
                                padding: 3px 3px 3px 8px;
}

.navButts a:visited {
        background-color : #F4F4F4;
        border : 1px solid #999999;
        color : #333333;
        display : block;
        text-decoration : none;
}

.navButts a:hover {
        background-color : #CDC9D8;
        border : 1px solid #999999;
        color : #FFFFFF;
        text-decoration : none
}

/*Style Applied to the Paragraphs for the Sub-Section Links */
p.navSubs {
        color : #333333;
        font-family : Verdana, Arial, Helvetica, sans-serif;
        font-size : 11px;
        margin-bottom : 2px;
        margin-left : 0px;
        margin-top : 0px
}

.navSubs a {
        background-color : #FFFFFF;
        color : #333333;
        display : block;
        padding-left : 14px;
        text-decoration : none;
}
.navSubs a:visited {
        background-color : #FFFFFF;
        color : #333333;
        display : block;
        padding-left : 14px;
        text-decoration : none;
}

.navSubs a:hover {
        background-color : #F4F4F4;
        color : #999999;
        text-decoration : none
}
p.navSubsSelected {
        color : #333333;
        font-family : Verdana, Arial, Helvetica, sans-serif;
        font-size : 11px;
        margin-bottom : 2px;
        margin-left : 0px;
        margin-top : 0px
}
.navSubsSelected a {
        background-color : #FFFFFF;
        color : #333333;
        display : block;
        display : block;
        padding-left : 14px;
        text-decoration : none;
        font-weight: bold;
}
.navSubsSelected a:visited {
        background-color : #FFFFFF;
        color : #333333;
        padding-left : 14px;
        display : block;
        text-decoration : none;
        font-weight: bold;
}
.navSubsSelected a:hover {
        background-color : #F4F4F4;
        color : #999999;
        display : block;
        text-decoration : none;
        font-weight: bold;
}
/*Style Applied to the Paragraphs for Copyright-Small-Text */
p.copyrights {
        color : #999999;
        font-family : Arial, Helvetica, sans-serif;
        font-size : 11px;
        line-height : normal;
        margin-bottom : 12px;
        margin-top : 60px;
                                margin-left: 20px;
}

p.footer {
        color : #999999;
        font-family : Arial, Helvetica, sans-serif;
        font-size : 11px;
        line-height : normal;
        margin-top : 6px;
}

/*Styles Applied to Float Images left or right */
.imgfloatright { float : right }

.imgfloatleft { float : left }



/*Styles Applied to News section */
h2.news {
  font-family : Verdana, Arial, Helvetica, sans-serif;
  font-size : 125%;
        color: #999999;
        margin-bottom: -10px;
}

p.news {
  color : #999999;
  font-size : 85%;
        line-height: 140%
}

/*Form styles */
.formstyle {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  background-color: #CDC9D8;
  border: 1px solid #999999;
}

.formstyle2 {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  background-color: #FAE4A5;
  border: 1px solid #999999;
}

.buttonstyle {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  border: 1px solid #666666;
  cursor: pointer;
  background-color: #CDC9D8;
        padding: 2px;
}