/***Global Styles***/

body {
  background-color : #d9e1ef;
  color : #09144e;
  font-family : Verdana, Arial, Helvetica, sans-serif;
  font-size : 13px;
  font-weight : normal;
  margin : 0;
}

a:link {
  color : #09144e;
  font-family : Verdana, Arial, Helvetica, sans-serif;
  font-weight : normal;
}

a:visited {
  color : #09144e;
  font-family : Verdana, Arial, Helvetica, sans-serif;
  font-weight : normal;
}

a:hover {
  color : #0a57a4;
  font-family : Verdana, Arial, Helvetica, sans-serif;
  font-weight : normal;
}

a:active {
  color : #09144e;
  font-family : Verdana, Arial, Helvetica, sans-serif;
  font-weight : normal;
}

span {
  font-family : Verdana, Arial, Helvetica, sans-serif;
}

td {
  font-family : Verdana, Arial, Helvetica, sans-serif;
  font-size : 13px;
  font-weight : normal;
}

.center {
  text-align : center;
}

.right {
  text-align : right;
}

.left {
  text-align : left;
}

.bold { font-weight : bold; }

.blue { color : #0a57a4; }

.italics { font-style : italic; }

.small { font-size : 11px; }

.superscript {
  font-family : Verdana, Arial, Helvetica, sans-serif;
  font-size : 11px;
  vertical-align : top;
}

ul {
  padding : 0;
  margin : 0;
}

li {
  margin-top : 10px;
  margin-right : 0px;
  margin-bottom : 10px;
  margin-left : 40px;
}


/***Structure Styles***/

table.mainTable {
  border : 1px solid #09144e;
}

td.columnLeftTop {
  background : #ffffff url(synapsis_back02.gif);
}

td.columnLeftMiddle {
  background : #ffffff url(synapsis_back02.gif);
  padding-top : 60px;
}

td.columnLeftBottom {
  background : #ffffff url(synapsis_back02.gif);
}

td.columnLeftBack {
  background : #ffffff url(synapsis_back04.gif);
}

td.logoBack {
  background-color : #ffffff;
  padding-bottom : 8px;
}

td.tagBack {
  background-color : #ffffff;
}

td.leftNavBack {
  background-color : #ffffff;
  padding-top : 60px;
}

td.leftNavDivider {
  background : #ffffff url(synapsis_back05.gif);
}

td.contentBack {
  background-color : #ffffff;
  padding-top : 33px;
  padding-bottom : 25px;
  padding-left : 25px;
  padding-right : 15px;
}

td.sidebarBack {
  background : #ffffff url(synapsis_back03a.gif);
  padding-top : 67px;
  padding-left : 10px;
  padding-right : 10px;
  padding-bottom : 25px;
}

td.bottomSpacer {
  background-color : #ffffff;
}

.copyright {
  color : #0a57a4;
  font-size : 10px;
}


/***Navigation Styles***/

a.leftNavOne:link {
  color : #09144e;
  font-size : 13px;
  font-weight : bold;
  text-decoration : none;
}
a.leftNavOne:visited {
  color : #09144e;
  font-size : 13px;
  font-weight : bold;
  text-decoration : none;
}
a.leftNavOne:hover {
  color : #0a57a4;
  font-size : 13px;
  font-weight : bold;
  text-decoration : none;
}
a.leftNavOne:active {
  color : #09144e;
  font-size : 13px;
  font-weight : bold;
  text-decoration : none;
}

a.leftNavOneSelected:link {
  color : #0a57a4;
  font-size : 13px;
  font-weight : bold;
  text-decoration : none;
}
a.leftNavOneSelected:visited {
  color : #0a57a4;
  font-size : 13px;
  font-weight : bold;
  text-decoration : none;
}
a.leftNavOneSelected:hover {
  color : #09144e;
  font-size : 13px;
  font-weight : bold;
  text-decoration : none;
}
a.leftNavOneSelected:active {
  color : #0a57a4;
  font-size : 13px;
  font-weight : bold;
  text-decoration : none;
}


/***Main Content Styles***/

.title {
  color : #0a57a4;
  font-size : 21px;
  font-family : Arial, Helvetica, sans-serif;
  font-weight : bold;
}

.subTitle {
  color : #0a57a4;
  font-weight : bold;
}


/***Sidebar Styles***/

.sidebar {
  color : #0a57a4;
  font-size : 11px;
}

a.sidebarLink:link {
  color : #09144e;
  font-size : 11px;
  font-family : Arial, Helvetica, sans-serif;
}
a.sidebarLink:visited {
  color : #09144e;
  font-size : 11px;
  font-family : Arial, Helvetica, sans-serif;
}
a.sidebarLink:hover {
  color : #0a57a4;
  font-size : 11px;
  font-family : Arial, Helvetica, sans-serif;
}
a.sidebarLink:active {
  color : #09144e;
  font-size : 11px;
  font-family : Arial, Helvetica, sans-serif;
}

/***Form Styles***/

.required {
  color : #c80000;
}

.formSuccess {
  color : #00a508;
  font-size : 16px;
  font-weight : bold;
}

.formFailed {
  color : #c80000;
  font-size : 16px;
  font-weight : bold;
}

.formSecurityCode {
  color : #c80000;
  font-weight : bold;
}

.formSecurityText {
  font-size : 11px;
  font-weight : bold;
}

td.formSecurityBack {
  background-color : #d9e1ef;
  border-color: #0a57a4;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-spacing: 0;
  border-collapse: collapse;
}