html {width:100%; height:100%; font-size:100%;}
body {text-align:center; font-family:Arial, Helvetica, sans-serif; height:100%; color:#333; background-image:url(images/main_bg.gif); background-position:top; background-repeat:repeat-x; background-attachment:fixed; background-color:#fcb203}


/* Table Content */

#main_tab {
   background-color:#FFFFFF;
   padding:5px;
   text-align:left;
   }
   
#tab_style_01 {
   padding-top:5px;
   }
   
/* Button Content */

a:link {
	color: #333333;
	text-decoration: none;
}
a:visited {
    color: #333333;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #999999;
}

a.main_buttom {
   text-decoration:none;
   text-align:center;
   font-size:12px;
   color:#633305;
   display:block;
   width:156px;
   height:16px;
   padding-top:2px;
   }
a.main_buttom:hover {
   text-decoration:none;
   text-align:center;
   font-size:12px;
   color:#633305;
   display:block;
   width:156px;
   height:16px;
   padding-top:2px;
   background-image:url(images/down_bg.gif);
   }
   

/* Border Content */

.border_style_01 {
   border:1px solid #633305;
   }
   
.border_style_02 {
   border-right:1px solid #633305;
   }
   
/* Text Content */

.txt_style_01 {
   text-align:center;
   font-size:12px;
   color:#633305;
   }
   
.txt_style_02 {
   text-align:left;
   font-size:12px;
   color:#633305;
   }
.txt_style_02_b {
   text-align:right;
   font-size:10px;
   color:#633305;
   padding-right:12px;
   }
   
.txt_style_03 {
   text-align:left;
   padding-left:12px;
   font-size:14px;
   color:#633305;
   }