body {
    margin: 0;
    padding: 0px;
}
a:link, a:visited, a:active, a {
    font-family: Arial, Verdana, sans-serif; 
    text-decoration: none;
    color: blue;
}
a.heading:link, a.heading:visited, a.heading:active, a.heading {
    font-family: Arial, Verdana, sans-serif; 
    text-decoration: none;
    color: #000000;
    font-size: 20px;
    font-weight: bold;
}
a.white:link, a.white:visited, a.white:active, a.white{
    font-family: Arial,Verdana, sans-serif; 
    text-decoration: none;
    color: #FFFFFF;
    font-weight: bold;
}
a.orange:link, a.white:visited, a.white:active, a.white{
    font-family: Arial,Verdana, sans-serif; 
    text-decoration: none;
    color: orange;
    font-weight: bold;
}
a.small:link, a.small:visited, a.small:active, a.small {
    font-family: Arial,Verdana, sans-serif; 
    text-decoration: none;
    color: #000000;
    font-weight: normal;
    font-size: 9px;
}
a:hover {
    color: blue;
    text-decoration: underline;
}
a.heading:hover {
    color: #000000;
    text-decoration: underline;
}
a.white:hover {
    color: #FFFFFF;
    text-decoration: underline;
}
a.orange:hover {
    color: orange;
    text-decoration: underline;
}
a.small:hover {
    color: #000000;
    text-decoration: underline;
}
.blue {
    color: darkblue;
}
.white {
    color: #FFFFFF;
}
.bgwhite {
    background-color: #FFFFFF;
}
.bgdarkblue {
    color: #FFFFFF;
    background-color: darkblue;
}
img {
    border: 0px none #FFFFFF;
}
img.whatsup {
    vertical-align: middle;
}
img.left {
    float: left;
    text-align: left;
}
img.right
    float: right;
    text-align: right;
}
p.right
    text-align: right;
}
a:hover {
    text-decoration: underline;

}
input.searchblock {
    vertical-align: -5px;;
}
table.center {
    margin-left:auto;
    margin-right:auto;
}
table.screenshots {
    margin: 8px;
    margin-left:auto;
    margin-right:auto;
    padding: 0px;
    border: 0px;
    vertical-align: top;
}
table.image {
    margin: 0px;
    padding: 0px;
    border: 0px;
}
table.ic {
    background-image: url("/images/ic.gif"); 
    background-repeat: no-repeat;
    background-position: center;
    height: 400px;
}
td.logo {
    width: 150px;
    height: 65px;
    text-align: center;
    vertical-align: middle;
}
td.tab {
    height: 39px;
    width: 97px;
    vertical-align: top;
}
td.bannermain {
    background-image: url("/images/imagetile.jpg"); 
    background-repeat: repeat;
    background-position: top;
}
td.underline {
    background-image: url("/images/underline-tile.gif"); 
    background-repeat: repeat;
    background-position: bottom;
}
td.backgroundtile {
    background-image: url("/images/tile-background.png"); 
}
td.backgroundtilebottom {
    background-image: url("/images/tile-background-bottom.png"); 
    width: 100%;
}
td.sidebar {
    width: 146px;
    color: #e3eaf3;
    background-color: #22569F;
    background-image: url("/images/sidebarlowerbackground.gif");
    background-repeat: no-repeat;
    background-position: bottom;
}
td.searchblock {
    width: 152px;
    background-image: url("/images/searchblock.jpg");
    background-repeat: no-repeat;
    text-align: center;
    vertical-align: middle;
}
td.sidestrip {
    width: 5px;
    color: #FFFFFF;
    background-color: #003466;
    font-size: 1px;
}
td.bgwhatsuptop {
    width: 137px;
    height: 100px;
    font-family: Arial, sans-serif; 
    font-size: 10px;
    text-align: left;
    margin: 20px;    
    padding-top: 5px;
    padding-left: 23px;
    padding-right: 7px;
    color: #000000;
    background-color: #22569F;
    background-image: url("/images/whatsuptop.jpg");
    background-repeat: no-repeat;
    background-position: middle;
}
td.bgwhatsupbottom {
    width: 137px;
    height: 100px;
    font-family: Arial, sans-serif; 
    font-size: 10px;
    text-align: left;
    margin: 20px;    
    padding-top: 5px;
    padding-left: 23px;
    padding-right: 7px;
    color: #000000;
    background-color: #22569F;
    background-image: url("/images/whatsupbottom.jpg");
    background-repeat: no-repeat;
    background-position: middle;
}
td.hr {
    font-family: Arial, sans-serif; 
    /*font-size: 10px;*/
    line-height: 6px;
    height: 6px;
    text-align: left;
    color: #FFFFFF;
    background-color: #003466;
    margin: 0px;
    border: 0px;
    padding-left: 0px;
}
td.hr2 {
    font-family: Arial, sans-serif; 
    font-size: 1px;
    line-height: 10px;
    height: 12px;
    text-align: left;
    color: #FFFFFF;
    background-color: #708CB4;
    margin: 0px;
    border: 0px;
    padding-left: 0px;
}
td.hr3 {
    font-family: Arial, sans-serif; 
    /*font-size: 10px;*/
    line-height: 10px;
    height: 10px;
    text-align: left;
    color: #FFFFFF;
    background-color: #ec9f11;
    margin: 0px;
    border: 0px;
    padding: 0px;
}
td.heading {
    color: #FFFFFF;
    background-color: #8C8C8C;
    font-weight: bold;
    font-size: 18px;
}
td.data {
    background-color: #FFFFFF; 
}
td.top {
  vertical-align: top;
}
td.right {
  text-align: right;
}
td.footersides {
  text-align: center;
  width: 20%;
}
td.footercenter {
  text-align: center;
  width: 60%;
}

div.p {
    font-family: Verdana, sans-serif; 
    font-size: 12px;
    margin: 0;
    padding: 0px;
}
div.spacer1 {
    background-color: white;
    /*height: 6px;*/
}
div.small {
    font-family: Verdana, sans-serif; 
    font-size: 10px;
}
div.white {
    color: #FFFFFF;
}
div.title {
    color: #000066;
    font-family: monospace;
    letter-spacing: 2px;
    font-size: 12px;
    line-height: 9px;
    height: 9px;
    padding-left: 1px;
    margin-bottom: 1px;
}
div.center {
    text-align: center;
}
div.emphasis {
    color: #00008b;
    font-weight: bold;
    /* font-size: ; */
}
div.left {
    text-align: left;
}
div.right {
    text-align: right;
}
div.main {
    border: 0px solid #000000;
}
div.content {
    border: 0px solid #000000;
}
div.mainsection {
    margin-left: 5px;
}
/* Default Style */
div.domMenu_menuBar {
}
div.domMenu_menuElement {
    /*background-image: url(/images/button-template.jpg);*/
    background-repeat: no-repeat;
    background-position: middle;
    background-color: #003466;
    font-family: Arial, sans-serif; 
    font-weight: bold;
    font-size: 11px;
    text-align: left;
    /*text-indent: 20px;*/
    /*vertical-align: middle;*/
    color: #e3eaf3;
    line-height: 18px;
    height: 18px;
    margin: 0px;
    padding: 0px;
    padding-bottom: 2px;
    border: 0px;
}
div.domMenu_menuElementHover {
    /*background-image: url(/images/overbutton-template.jpg);*/
    background-repeat: no-repeat;
    background-position: middle;
    background-color: #003466;
    font-family: Arial, sans-serif; 
    font-weight: bold;
    font-size: 11px;
    text-align: left;
    /*text-indent: 20px;*/
    /*vertical-align: middle;*/
    color: #e3eaf3;
    line-height: 18px;
    height: 18px;
    margin: 0px;
    padding: 0px;
    padding-bottom: 2px;
    border: 0px;
}
div.domMenu_subMenuBar {
    border: solid #000000;
    border-width: 1px 1px 1px 1px;
}
div.domMenu_subMenuElement {
    font-family: Arial, sans-serif; 
    font-weight: bold;
    font-size: 11px;
    text-align: left;
    vertical-align: middle;
    background-color: #22569F;
    color: #e3eaf3;
    line-height: 16px;
    height: 16px;
    margin: 0px;
    padding: 1px;
    border: 0px;
}
div.domMenu_subMenuElementHover {
    font-family: Arial, sans-serif; 
    font-weight: bold;
    font-size: 11px;
    text-align: left;
    vertical-align: middle;
    background-color: #ca9a05;
    color: #e3eaf3;
    line-height: 16px;
    height: 16px;
    margin: 0px;
    padding: 1px;
    border: 0px;
}

/* Top Menu */
div.top_menuBar {
}
div.top_menuElement {
    font-family: Arial, sans-serif; 
    font-weight: bold;
    font-size: 10px;
    line-height: 10px;
    height: 10px;
    text-align: center;
    background-color: #708CB4;
    color: #FFFFFF;
    margin: 0px;
    border: 0px;
    padding-left: 0px;
    padding-right: 0px;
}
div.top_menuElementHover {
    font-family: Arial, sans-serif; 
    font-weight: bold;
    font-size: 10px;
    line-height: 10px;
    height: 10px;
    text-align: center;
    background-color: #EC9F11;
    color: #FFFFFF;
    margin: 0px;
    border: 0px;
    padding-left: 0px;
    padding-right: 0px;
}
div.top_subMenuBar {
    border: solid #000000;
    border-width: 1px 1px 1px 1px;
}
div.top_subMenuElement {
    font-family: Arial, sans-serif; 
    font-weight: bold;
    font-size: 12px;
    text-align: left;
    vertical-align: middle;
    background-color: #708CB4;
    color: #FFFFFF;
    margin: 0px;
    padding: 2px;
    border: 0px;
}
div.top_subMenuElementHover {
    font-family: Arial, sans-serif; 
    font-weight: bold;
    font-size: 12px;
    text-align: left;
    vertical-align: middle;
    background-color: #EC9F11;
    color: #FFFFFF;
    margin: 0px;
    padding: 2px;
    border: 0px;
}


