A:link    {color: #33495D; }
A:visited {color: #33495D;}
A:hover   {color: #999999; }
A:active  {color: #33495D;}

A.index:link    {color: #33495D;}
A.index:visited {color: #33495D;}
A.index:hover   {color: #ffffff; background-color: #33495D;}
A.index:active  {color: #33495D;}

A.ad:link    {color: #000066; text-decoration: none; }
A.ad:visited {color: #000066; text-decoration: none; }
A.ad:hover   {color: #000066; text-decoration: none; }
A.ad:active  {color: #000066; text-decoration: none; }

A.menu:link    {color: #ffffff; text-decoration: none; font-size: 10pt; font-weight: bold;}
A.menu:visited {color: #ffffff; text-decoration: none; font-size: 10pt; font-weight: bold;}
A.menu:hover   {color: #CCCCCC; text-decoration: underline; font-size: 10pt; font-weight: bold;}
A.menu:active  {color: #ffffff; text-decoration: none; font-size: 10pt; font-weight: bold;}

A.footer:link    {color: #ffffff; text-decoration: underline; }
A.footer:visited {color: #ffffff; text-decoration: underline; }
A.footer:hover   {color: #ffffff; text-decoration: underline; }
A.footer:active  {color: #ffffff; text-decoration: underline; }

body  {
  color: #000000;
  background-color: #ffffff;
  margin: 0px;
  font-size: 10pt;
  font-family: Verdana, Arial, Sans-serif;
  font-weight: normal;
}

.div_header {
  color: #b9d2dd;
  font-size: 20pt;
  font-weight: bold;
  padding-left: 5px;
  border-top: 1px solid #7598a8;
  border-bottom: 1px solid #071321;
  background-color: #0f263c;
}

.div_menu {
  position: relative;
  background-color: #4e6b79;
  background-image: URL(/common/graphics/menu_pict160.jpg);
  background-repeat: no-repeat;
  margin: 0px;
  border: 0px;
  padding: 5px;
  width: 150px;
  height: 100%;
}

.div_center {
  position:relative;
  margin-top: 2px;
  margin-bottom: 2px;
  margin-left: 2px;
  margin-right: 2px;
}

H1 {
  color: #ffffff;
  background-color: #223c51;
  padding-left: 5px;
  font-size: 12pt;
  font-weight: bold;
  margin-top: 0pt;
  margin-bottom: 0pt;
  border-top: 1px solid #7598a8;
  border-bottom: 1px solid #071321;
}

H2 {
  color: #000000;
  background-color: #ffffff;
  font-size: 14pt;
  text-align: center;
  margin-top: 0pt;
  margin-bottom: 0pt;
}

H3 {
  color: #000000;
  background-color: #ffffff;
  font-size: 12pt;
  text-align: center;
  font-weight: normal;
  margin-top: 0pt;
  margin-bottom: 0pt;
}

table.header {
  background-color: #dddddd;
  border: 0px;
  padding: 0px;
}

th {
  color: #ffffff;
  background-color: #4e6b79;
  font-size: 10pt;
}

td {
  font-size: 10pt;
}

th.ad {
  color: #ff0000;
  background-color: #33495D;
  font-size: 9pt;
}

td.ad {
  color: #0000cc;
  background-color: #d0d8e0;
  font-size: 9pt;
}

th.header {
  color: #ffffff;
  background-color: #33495D;
  font-size: 16pt;
  font-weight: bold;
  margin-top: 0pt;
  margin-bottom: 0pt;
}

td.header {
  color: #0000cc;
  background-color: #dddddd;
  font-size: 24pt;
  font-weight: bold;
}

tr.menu {
  background-color: #003366;
}

table.menu {
  background-color: #4e6b79;
  background-image: URL(/common/graphics/menu_pict.jpg);
  background-repeat: no-repeat;
  border: 0px;
  font-size: 10pt;
}

table.name_header {
  color: #0000cc;
  background-color: #4e6b79;
  border: 0px;
  width: 100%;
  line-height: 18px;
  height: 30pt;
  font-size: 24pt;
  font-weight: bold;
}

table.right {
  border: 0px;
  padding: 2px;
}

tr.list_head {
  background-color: #dddddd;
  color: #000000;
}

tr.list_text {
  background-color: #eeeeee;
  color: #000000;
}

tr.list_line {
  background-color: #dddddd;
  color: #000000;
}

td.line {
  margin: 0;
  line-height: 25px;
  border-bottom: 1px solid #dddddd;
}

.code {
  font-family: Courier;
  color: #000000;
}

.header {
  font-size: 20pt;
  color: #000033;
}

.errmsg {
  color: #cc0000;
  font-weight: bold;
}

.mandatory {
  color: #cc0000;
  font-weight: bold;
}

.upload {
  border: none;
  color: #cc0000;
  font-weight: bold;
  text-align: center;
}

.alert {
  color: #cc0000;
  font-size: 16pt;
  font-weight: bold;
}

.img { 
  color: #000000; 
  border-color: #000000; 
}

/*
.button {
  background-color: #33495D;
}
*/

/*				resultTable */
.resultTable {
  background-color: #ffffff;
  border-collapse: collapse;
  border-width: 0px;
  border-spacing: 0px;
  padding = 0px;
  width: 100%;
}

.resultTable caption {
  font-weight: bold;
  color: #33495D;
}

.resultTable th {
  background-color: #4e6b79;
  color: #ffffff;
  line-height: 18px;
  border-right: solid 1px #ffffff;
  padding-left: 5px;
  padding-right: 5px;
}

.resultTable td {
  line-height: 18px;
  border-bottom: solid 1px #dddddd;
  padding-left: 5px;
  padding-right: 5px;
}

.resultTable tr.ad_highlight td {
  font-weight: bold;
  background-color: #ffff88;
  line-height: 36px;
  border-bottom: solid 1px #000000;
  border-top: solid 1px #000000;
}



/*				columnTable ( width: 100% ) */
.columnTable {
  background-color: #ffffff;
  border-width: 0px;
  border-spacing: 0px;
  padding = 0px;
  width: 100%;
}

.columnTable th {
  background-color: #4e6b79;
  color: #ffffff;
  text-align: center;
  padding-left: 5px;
  padding-right: 5px;
}

.columnTable td {
  border-bottom: solid 1px #dddddd;
  padding-left: 5px;
  padding-right: 5px;
}

/*				columnsTable */
.columnsTable {
  background-color: #ffffff;
  border-width: 0px;
  border-spacing: 0px;
  padding = 0px;
}

.columnsTable th {
  background-color: #4e6b79;
  color: #ffffff;
  text-align: left;
  border-right: solid 1px #ffffff;
  padding-left: 5px;
  padding-right: 5px;
}

.columnsTable td {
  padding-left: 5px;
  padding-right: 5px;
}

/*				headerTable ( like H1 )*/
.headerTable {
  width: 100%;
  background-color: #dddddd;
  padding: 0px;
  border-width: 0px;
  border-spacing: 0px;
}

.headerTable th {
  font-size: 16pt;
  font-weight: bold;
  color: #ffffff;
  background-color: #33495D;
  text-align: left;
}

.headerTable td {
  color: #ffffff;
  background-color: #33495D;
  text-align: right;
  font-weight: bold;
  padding-right: 5px;
}

.footerTable {
  background-color: #223c51;
  width: 100%;
  padding: 0px;
  border-top: 1px solid #7598a8;
  border-bottom: 1px solid #071321;
}

.footerTable tr {
  margin-bottom: 0pt;
}

/*	  			formTable ( search form )*/
.formTable {
  background-color: #4e6b79;
  border-width: 5px;
  border: solid 1px #33495D;
  padding: 10px;
}

.formTable td {
  color: #ffffff;
}

/*				Q & A */
.question {
  font-weight: bold;
  font-style: italic;
}

.answer {
}

/*                              test */
.zoomin img {
  cursor: url(/common/graphics/zoomin.cur), pointer;
}
.zoomout img {
  cursor: url(/common/graphics/zoomout.cur), pointer;
}

