body {
  margin: 0px;
  background-color: #fff;
  font-family: helvetica;
  font-size: 14px;
}
td {
 font-family: helvetica;
 font-size: 14px;
}
a:link {
 color: #066;
 text-decoration: underline;
}
a:visited {
 color: #000;
 text-decoration: underline;
}
a.navlink {
    color: #066;
    text-decoration: none;
}
a.active-link {
    color: #fff;
    text-decoration: none;
}
a.plain {
    color: #000;
    text-decoration: none;
}
a.title {
    text-decoration: none;
    color: #066;
}

.allah {
  width: 100%;
  border: none;
}
.title {
 font-size: 28px;
 font-weight: bold;
 color: #066;
}
.menuholder {
 text-align: right;
 vertical-align: bottom;
 left-margin: auto;
 right-margin: 0px;
 border: none;
}
.active-tab {
 text-align: center;
 font-size: 12px;
 font-weight: bold;
 background-color: #066;
 color: #fff;
 border: none;
}
.inactive-tab {
 text-align: center;
 font-size: 12px;
 font-weight: bold;
 background-color: #c0c0c0;
 color: #066;
 border: none;
}
.spacer {
 width: 4px;
}
.line {
 background-color: #066;
 height: 8px;
 border: none;
}
.content {
 background-color: #c0c0c0;
}
.copyright {
 font-style: italic;
 font-size: 10px;
}

td.header {
    text-align: center;
    color: #fff;
    font-weight: bold;
    background-color: #066;
}

td.form_left {
    text-align: right;
    font-weight: bold;
}

td.form_extrans {
    font-size: small;
}

tr.row0 {
    background-color: #ddd;
}

tr.row1 {
    background-color: #fff;
}

tr.row2 {
    background-color: #ddd;
}

table.standard {
    background-color: #000;
}

blockquote {
    background-color: #d6d6d6;
    border: thin dotted #444;
}

blockquote.plain {
    background-color: #c0c0c0;
    border: none;
}

