/* CSS Document */

BODY {
	background-image: url(../images/bg.gif);
	background-position: top left;
	background-repeat: repeat-x;
	background-color: #f8f173;
	margin: 50px 0px 0px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #000000;
}

P, TD, UL, OL {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #000000;
}

/**************** Table Style *********************/
.table_index {
	background-color: #fef774;
	background-image: url(../images/bg_index.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
	border: 1px solid #c59800;
}
.table_intro {
	border: 1px solid #00326b;
	background-color: #c4f5ff;
	background-image: url(../images/bg_intro.jpg);
	background-position: top left;
	background-repeat: no-repeat; 
}
.table_participate {
	border: 1px solid #c35300;
	background-color: #fff99d;
	background-image: url(../images/bg_participate.jpg);
	background-position: top left;
	background-repeat: no-repeat; 
}
.table_market {
	border: 1px solid #600034;
	background-color: #ffcfe9;
	background-image: url(../images/bg_market.jpg);
	background-position: top left;
	background-repeat: no-repeat; 
}
.table_activities {
	border: 1px solid #600034;
	background-color: #ffe3cf;
	background-image: url(../images/bg_activities.jpg);
	background-position: top left;
	background-repeat: no-repeat; 
}
.table_exhibit01, .table_exhibit02, .table_exhibit03 {
	border: 1px solid #00421c;
	background-color: #d7f8e5;
	background-image: url(../images/bg_exhibit01.jpg);
	background-position: top left;
	background-repeat: no-repeat; 
}
.table_exhibit01 { background-image: url(../images/bg_exhibit01.jpg); }
.table_exhibit02 { background-image: url(../images/bg_exhibit02.jpg); }
.table_exhibit03 { background-image: url(../images/bg_exhibit03.jpg); }

.table_contact {
	border: 1px solid #47003c;
	background-color: #edd5fa;
	background-image: url(../images/bg_contact.jpg);
	background-position: top left;
	background-repeat: no-repeat; 
}



/**************** Text Style *********************/
.txt12pt { font-size: 12px; line-weight: 16px; }
.txt_bullet { color: #df0023; }

.txt_white { color: #ffffff; }
.txt_brown { color: #c77a00; }
.txt_green { color: #006e15; }

.txt_add {
	font-size: 10px;
	color: #993366;
}


/**************** Title Bar *********************/
.ttlbar_intro, .ttlbar_participate, .ttlbar_market, .ttlbar_activities, .ttlbar_exhibit, .ttlbar_contact {
	background-position: top left;
	background-repeat: repeat-x;
	padding: 3px;
	color: #ffffff;
	font-size: 10px;
}
.ttlbar_intro {	background-image: url(../images/ttlbar_intro.gif); }
.ttlbar_participate { background-image: url(../images/ttlbar_participate.gif); }
.ttlbar_market { background-image: url(../images/ttlbar_market.gif); }
.ttlbar_activities { background-image: url(../images/ttlbar_activities.gif); }
.ttlbar_exhibit { background-image: url(../images/ttlbar_exhibit.gif); }
.ttlbar_contact { background-image: url(../images/ttlbar_contact.gif); }

/**************** Footer Style *********************/
.footer_index, .footer_intro, .footer_participate, .footer_market, .footer_exhibit, .footer_contact {
	color: #ffffff;
	font-size: 10px;
	padding: 5px;
}
.footer_index { background-color: #bb8500; }
.footer_intro { background-color: #00326b; }
.footer_participate { background-color: #c35300; }
.footer_market { background-color: #600034; }
.footer_exhibit { background-color: #00421c; }
.footer_contact { background-color: #47003c; }


/**************** Cell Color *********************/
.cell_main_yellow01 { background-color: #f8e100; }
.cell_main_yellow02 { background-color: #f4c300; }
.cell_main_yellow03 { background-color:  }
.cell_main_blue { background-color: #00a8eb; }
.cell_main_magenta { background-color: #e3007a; }
.cell_main_orange { background-color: #e97017; }
.cell_main_green { background-color: #00893a; }
.cell_main_purple { background-color: #91007b; }


/**************** Cell Padding *********************/
.padding01 { padding-top: 80px }
.padding02 { padding-left: 45px; }
.padding03 { padding-left: 20px; padding-top: 5px; }


/**************** Bullet Style *********************/
.bullet01, .bullet02, .bullet03, .bullet04, .bullet05 {
	background-image: url(../images/bullet01.gif);
	background-position: top left;
	background-repeat: no-repeat;
	padding-left: 55px;
	padding-bottom: 15px;
}
.bullet01 { color: #256fa8; }
.bullet02 { color: #000000; }
.bullet03 { color: #ce3182; }
.bullet04 { color: #974615; }
.bullet05 { color: #006e15; }


/**************** Line Style *********************/
.brownLine { border-top: 1px solid #d4a525; }
.greenLine { border-top: 1px solid #00893a; }


/**************** Link Style *********************/
A { text-decoration: underline; }
A:link, A:active, A:visited { color: #000000; }
A:hover { text-decoration: none; color: #ffffff; }

A.contentLink { text-decoration: underline; }
A.contentLink:link, A.contentLink:active, A.contentLink:visited { color: #000000; }
A.contentLink:hover { text-decoration: none; color: #ffffff; background-color: #00421c; }

A.link_dnload { text-decoration: underline; }
A.link_dnload:link, A.link_dnload:active, A.link_dnload:visited { color: #ffc600; }
A.link_dnload:hover { color: #FFFFFF; }

A.link_footer { text-decoration: underline; }
A.link_footer:link, A.link_footer:active, A.link_footer:visited { color: #f6ff00; }
A.link_footer:hover { text-decoration: none; color: #ffffff; }




/**************** FORM ****************/
FORM {
	display: inline;
	margin: 0px;
}
INPUT, SELECT, TEXTAREA {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
INPUT.field { width: 150px; }