p,h1,h2,h3,table,tr,td,th,form,blockquote,center,ul {
   font-family: Arial, Helvetica, sans-serif;
}
body {
   background-color: #FFFFFF;
   color: #000000;
   font-family: Arial, Helvetica, sans-serif;
   font-size: 14px;
}
img {
   display: block;
   border: 0px;
}
a:link {
   color: #000099;
}
a:visited {
   color: #330066;
}
a:hover {
   color: #6666FF;
}
a:focus {
   background-color: #EEEEFF;
   outline: #FF0000 dotted thin;
}
a:active, a:active:focus {
   background-color: transparent;
   outline: none;
   color: #990000;
}
a.plain_link, a.plain_link:visited, a.plain_link:active, a.plain_link:hover {
   color: #000000;
   text-decoration: none;
}
input:focus {
   background-color: #E0EEFF;
   outline: #FF0000 dotted thin;
}
textarea:focus {
   background-color: #E0EEFF;
   outline: #FF0000 dotted thin;
}
A.l:link {
   color: #000099; text-decoration: none;
}
A.l:visited {
   color: #000099; text-decoration: none;
}
A.l:focus {
   background-color: #E0EEFF;
   outline: #FF0000 dotted thin;
}
A.l:active, A.l:active:focus { 
   background-color: transparent;
   outline: none;
   color: #990000; text-decoration: none;
}
A.l:hover {
   text-decoration: underline;
}
.j {
   text-align: justify;
}
.white-link-box {
   background-color: #FFFFFF;
   font-size: 80%;
   white-space: nowrap;
   padding: .25em;
}
.manilla-link-box {
   font-size: 80%;
   white-space: nowrap;
   border: solid .1em #CFC869;
   background: #FFF8B9;
   padding: .25em;
}
.gray-link-box {
   background-color: #EEEEEE;
   font-size: 80%;
   white-space: nowrap;
   padding: .25em;
}
.link-box-heading {
   font-size: 100%;
   font-weight: bold;
   margin: 0 0 1em 0;
}
.gray-box {
   border: solid .1em #999999;
   background: #EEEEEE;
   padding: .25em;
}
.category {
   font-style: italic;
}
.white-center-box {
   background-color: #FFFFFF;
   font-size: 80%;
   white-space: nowrap;
   text-align: center;
   padding: .25em;
}
.blue-center-box {
   background-color: #333366;
   color: #FFFFFF;
   font-size: 80%;
   font-weight: bold;
   text-align: center;
   padding: .25em;
}
.blue-center-box-header {
   font-size: 100%;
   width: 200px;
   margin: 0;
   padding-bottom: .25em;
}
.spacer {
   background-color: #FFFFFF;
   padding: .75em;
}
.table {
   display: table;
}
.rev_table {
   display: table;
   direction: rtl;
}
.center {
   margin-left: auto;
   margin-right: auto;
}
.announcement {
   font-size: 110%;
   text-align: center;
   color: #333399;
   font-weight: bold;
   padding-bottom: 1.25em;
}
.announcement_new {
   font-size: 110%;
   text-align: center;
   color: #006600;
   font-weight: bold;
   padding-bottom: 1.25em;
}
.error {
   font-size: 110%;
   color: #FF3333;
   font-weight: bold;
}
.heading {
   font-size: 150%;
   font-weight: bold;
   margin: 0 0 1em 0;
}
.sep_heading {
   font-size: 150%;
   font-weight: bold;
   margin: 1em 0 1em 0;
}
.sep_heading_notice {
   color: #990000;
   font-size: 120%;
   font-weight: bold;
   margin: 1em 0 1em 0;
}
.heading2 {
   font-size: 130%;
   font-weight: bold;
   margin: 0 0 1em 0;
}
.sep_heading2 {
   font-size: 130%;
   font-weight: bold;
   margin: 1em 0 1em 0;
}
.heading3 {
   font-size: 115%;
   font-weight: bold;
   margin: 0 0 1em 0;
}
.sep_heading3 {
   font-size: 115%;
   font-weight: bold;
   margin: 1em 0 1em 0;
}
.heading4 {
   font-size: 100%;
   font-weight: bold;
   margin: 0 0 1em 0;
}
.sep_heading4 {
   font-size: 100%;
   font-weight: bold;
   margin: 1em 0 1em 0;
}
.gui-item {
   font-weight: bold;
}
.emphasize {
   font-weight: bold;
}
.emphasize2 {
   font-weight: bold;
   color: #333399;
}
.deemphasize {
   font-size: 87%;
}
.top_bar {
   height: .6em;
   width: 100%;
   padding-bottom: 1em;
}
.bottom_bar {
   height: .6em;
   width: 100%;
   padding-top: 1em;
}
.indent-block {
   display: block;
   padding-left: 1.5em;
}
.hscroll-outer {
   display: table;
   table-layout: fixed;
   width: 100%;
}
.hscroll-outer-blue {
   display: table;
   table-layout: fixed;
   border: solid .1em #CECEEF;
   background: #EEEEFF;
   width: 100%;
   padding: .25em;
}
.hscroll-inner {
   display: block;
   overflow-x: auto;
}
.button-link:link {
   -webkit-border-radius: .5em; 
   -moz-border-radius: .5em;
   border-radius: .5em;
   color: #FFFFFF;
   text-decoration: none;
   border: solid 1px #337033;
   padding-left: .5em;
   padding-right: .5em;
   background: #338933;
   background: -webkit-gradient(linear, left top, left bottom, from(#339933), to(#337933));
   background: -moz-linear-gradient(top,  #339933,  #337933);
}
.button-link:visited {
   color: #FFFFFF;
   text-decoration: none;
   background: #006600;
   background: -webkit-gradient(linear, left top, left bottom, from(#005600), to(#007600));
   background: -moz-linear-gradient(top,  #339933,  #337933);
}
.button-link:focus {
   color: #FFFFFF;
   text-decoration: none;
   background: #00BB00;
   background: -webkit-gradient(linear, left top, left bottom, from(#00C900), to(#00A900));
   background: -moz-linear-gradient(top,  #00C900,  #00A900);
}
.button-link:hover {
   color: #FFFFFF;
   text-decoration: none;
   background: #00BB00;
   background: -webkit-gradient(linear, left top, left bottom, from(#00C900), to(#00A900));
   background: -moz-linear-gradient(top,  #00C900,  #00A900);
}
.button-link:active, button-link:active:focus {
   color: #FFFFFF;
   text-decoration: none;
   background: #006600;
   background: -webkit-gradient(linear, left top, left bottom, from(#005600), to(#007600));
   background: -moz-linear-gradient(top,  #005600,  #007600);
}
.disabled-button-span {
   -webkit-border-radius: .5em; 
   -moz-border-radius: .5em;
   border-radius: .5em;
   color: #999999;
   text-decoration: none;
   border: solid 1px #999999;
   padding-left: .5em;
   padding-right: .5em;
   background: #FFFFFF;
}
.button {
   -webkit-border-radius: .5em; 
   -moz-border-radius: .5em;
   border-radius: .5em;
   color: #FFFFFF;
   border: solid 1px #337033;
   background: #338933;
   background: -webkit-gradient(linear, left top, left bottom, from(#339933), to(#337933));
   background: -moz-linear-gradient(top,  #339933,  #337933);
}
.button:focus {
   background: #00BB00;
   background: -webkit-gradient(linear, left top, left bottom, from(#00C900), to(#00A900));
   background: -moz-linear-gradient(top,  #00C900,  #00A900);
}
.button:hover {
   background: #00BB00;
   background: -webkit-gradient(linear, left top, left bottom, from(#00C900), to(#00A900));
   background: -moz-linear-gradient(top,  #00C900,  #00A900);
}
.button:active, .button:active:focus {
   background: #006600;
   background: -webkit-gradient(linear, left top, left bottom, from(#005600), to(#007600));
   background: -moz-linear-gradient(top,  #005600,  #007600);
}
.separated {
   padding-left: 1em;
   padding-right: 1em;
}
.spaceafter {
   padding-right: 1em;
}
.vspace {
   padding-top: .5em;
}
.small-vspace {
   padding-top: .2em;
}
.indent-nowrap {
   white-space: nowrap;
   padding-left: 1em;
}
.nowrap {
   white-space: nowrap;
}
.indent-nowrap-right {
   white-space: nowrap;
   padding-left: 1em;
   text-align: right;
}
.indent {
   padding-left: 1em;
}
.compact-table {
   border-spacing: 0px;
}
#header-logo {
   display: table-cell;
   vertical-align: middle;
}
#header-text {
   display: table-cell;
   vertical-align: middle;
   width: 100%;
   text-align: center;
   font-weight: bold;
}
#left-col {
   display: table-cell;
   vertical-align: top;
   background-color: #CCCCFF;
}
#center-col {
   display: table-cell;
   vertical-align: top;
   width: 100%;
   padding: .25em 1em 1em 1em;
}
#right-col {
   display: table-cell;
   vertical-align: top;
   background-color: #CCCCFF;
}
#empty-right-col {
   display: table-cell;
   padding: 1em;
   vertical-align: top;
   background-color: #CCCCFF;
}
