@charset "ISO-8859-1";
/*______________________________________

  GOOD DESIGN AWARD   ASEAN Design Selection 2005
  http://www.g-mark.org/english/asean/2005/
  Cascading Style Sheet [basic.css]

______________________________________*/

body {
	background-color: #FFFFFF;
	padding: 0px;
	margin: 0px;
	color: #333333;
}
a:link {
	color: #000000;
	text-decoration: underline;
}
a:visited {
	color: #333333;
	text-decoration: underline;
}
a:active {
	color: #333333;
	text-decoration: underline;
}
a:hover {
	color: #FF6600;
	text-decoration: underline;
}

td {  font-size: 10pt;}

.font-ss {  font-size: 9px; font-family: "Arial", "Helvetica", "sans-serif";}
.font-s {  font-size: 10px; font-family: "Arial", "Helvetica", "sans-serif";}

.top-bg {  background-image: url(../img/top-bg.jpg); background-repeat: no-repeat;}

table.data-all,
table.data { border: none;}
table.data-all td, table.data-all th,
table.data td, table.data th { border-width: 0 1px 1px 0; border-style: solid; border-color: #FFFFFF; padding: 2px; font-size: 10pt; vertical-align: top;}
table.data th { text-align: left; font-weight: normal; background-color: #DDDDDD; width: 115px;}
table.data-all th { text-align: left; font-weight: normal; background-color: #FFCC00; width: 115px;}

table.data-outline { border-width: 1px 0 0 1px; border-style: solid; border-color: #999999;}
table.data-outline td, table.data-outline th { border-width: 0 1px 1px 0; border-style: solid; border-color: #999999; padding: 2px; font-size: 10px; font-family: sans-serif; height: 35px;}
table.data-outline th, table.data-outline tfoot td { font-weight: bold; background-color: #EEEEEE;}
table.data-outline tfoot th { text-align: left; font-weight: bold; background-color: #DDDDDD;}
table.data-outline tbody th { text-align: left;}
table.data-outline .auto { height: auto;}
