<style>

body {
   color: #000000;
   background-color: #ffffff;
}

.main-text {
   color: #000000;
   font-family: "Trebuchet MS", arial, helvetica, sans-serif;
   font-size: 12px;
}

.tiny-text {
   color: #000000;
   font-family: "Trebuchet MS", arial, helvetica, sans-serif;
   font-size: 9px;
}

.text-tab {
   border-style: solid;
   border-color: #3A1F57;
   border-width: 2px;
   background-color: #FFFFFF;
}

.text-listing {
   border-style: solid;
   border-color: #3A1F57;
   border-width: 1px;
   padding: 3 px;
   color: #000000;
   font-family: arial, helvetica, sans-serif;
   font-size: 11px;
   text-align: center;
}

.heading {
   /* color: #3A1F57;
   font-family: "Trebuchet MS", arial, helvetica, sans-serif;
   font-size: 18px;
   font-weight: bold;
*/
   font-family:  Tahoma,arial,verdana, sans-serif;
   font-size: 18px;
   font-wieght: bold;
   color: #3a1f57;

   background-image: url(/images/heading.png);

   padding-top: 2px;
   padding-bottom: 3px;
   padding-left: 6px;
   padding-right: 0px;

   margin-top: 0px;
   margin-bottom: 0px;
   margin-left: 0px;
   margin-right: 0px;

   width: 515px;
}


.heading2 {
   color: #3A1F57;
   font-family: "Trebuchet MS", arial, helvetica, sans-serif;
   font-size: 18px;
   font-weight: bold;
}


.heading3 {
   color: #3A1F57;
   font-family: "Trebuchet MS", arial, helvetica, sans-serif;
   font-size: 14px;
   font-weight: bold;
}


.footer {
   color: #000000;
   font-family: "Trebuchet MS", arial, helvetica, sans-serif;
   font-size: 9px;
}

.small-heading {
   color: #548493;
   font-family: "Trebuchet MS", arial, helvetica, sans-serif;
   font-size: 12px;
   font-weight: bold;
   /* text-decoration: underline; */
   font-style: italic;
}

.section-heading {
   color: #548493;
   font-family: "Trebuchet MS", arial, helvetica, sans-serif;
   font-size: 22px;
   font-weight: bold;
   text-decoration: underline;
   font-style: italic;
}

.tab-reverse {
   color: #fffffe;
   font-family: "Trebuchet MS", arial, helvetica, sans-serif;
   font-size: 12px;
   font-weight: bold;
}

input {
   border-style: solid;
   border-width: 1px;
   background-color: #eeeeee;
   height: 18px;
   font-family: "Trebuchet MS", arial, helvetica, sans-serif;
   font-size: 10px;
}


select {
   border-style: solid;
   border-width: 1px;
   background-color: #eeeeee;
   height: 18px;
   font-family: "Trebuchet MS", arial, helvetica, sans-serif;
   font-size: 10px;
}

/* Links */
A:link {
   font-family: "Trebuchet MS", arial, helvetica, sans-serif;
   font-size: 12px;
   color: #3A1F57;
   font-weight: bold;
   text-decoration: none;
}

A:visited {
   font-family: "Trebuchet MS", arial, helvetica, sans-serif;
   font-size: 12px;
   color: #3A1F57;
   font-weight: bold;
   text-decoration: none;
}

A:active {
   font-family: "Trebuchet MS", arial, helvetica, sans-serif;
   font-size: 12px;
   color: #3A1F57;
   font-weight: bold;
   text-decoration: none;
}

A:hover {
   font-family: "Trebuchet MS", arial, helvetica, sans-serif;
   font-size: 12px;
   color: #548493;
   font-weight: bold;
   text-decoration: none;
}

A.menu {
   font-size: 22px;
   font-weight: bold;
   text-decoration: none;
}

A:active.menu {
   font-size: 22px;
   font-weight: bold;
   text-decoration: none;
}

A:visited.menu {
   font-size: 22px;
   font-weight: bold;
   text-decoration: none;
}

A:hover.menu {
   font-size: 22px;
   font-weight: bold;
   text-decoration: none;
}

A.small_menu {
   font-size: 18px;
   font-weight: bold;
   text-decoration: none;
}

A:active.small_menu {
   font-size: 18px;
   font-weight: bold;
   text-decoration: none;
}

A:visited.small_menu {
   font-size: 18px;
   font-weight: bold;
   text-decoration: none;
}

A:hover.small_menu {
   font-size: 18px;
   font-weight: bold;
   text-decoration: none;
}

A.tab-reverse {
   color: #fffffe;
   font-family: "Trebuchet MS", arial, helvetica, sans-serif;
   font-size: 12px;
   font-weight: bold;
}

A:active.tab-reverse {
   color: #fffffe;
   font-family: "Trebuchet MS", arial, helvetica, sans-serif;
   font-size: 12px;
   font-weight: bold;
}

A:visited.tab-reverse {
   color: #fffffe;
   font-family: "Trebuchet MS", arial, helvetica, sans-serif;
   font-size: 12px;
   font-weight: bold;
}

A:hover.tab-reverse {
   color: #fffffe;
   font-family: "Trebuchet MS", arial, helvetica, sans-serif;
   font-size: 12px;
   font-weight: bold;
}


table {
   border-style: solid;
   border-width: 0px;
   border-color: #000000;
   /* background-color: #ffffff; */
}

td {
   border-style: solid;
   border-width: 0px;
   border-color: #dd00dd;
}

.test {
   border-style: solid;
   border-width: 1px;
   border-color: #dd00dd;
}
</style>
