/* Generic Style */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-repeat: repeat-y;
	background-color: #666050;
	background-position: center top;
	text-align: center;
	background-image: url(imgcss/bg.jpg);
}
table {
}
p {}
b {}
i {}
a {
	font-family: Verdana;
	text-decoration: none;
	font-weight: bold;
	font-size: 10px;
	color: #333333;
}
a:link {}
a:hover {
	color: #990000;
}
a:visited {}
a:active {}
input {}
textarea {}
select {}
option {}
tr {}
td {}
ul {}
ol {}
li {}
h1 {}
h2 {}
h3 {}
h4 {}
h5 {}
h6 {}
/* ---- Main -----*/
.tableMain {
	width: 778px;
	height: 600px;
	text-align: left;
	vertical-align: top;
}
.tdMain {}
/* Table/TD Style - Header */
.tableHeader {}
.tdHeader {}
.tdHeaderTL {}
.tdHeaderTR {}
.tdHeaderTC {
	background-image: url(imgcss/search.jpg);
	background-repeat: no-repeat;
	height: 15px;
	text-align: right;
	vertical-align: text-bottom;
	padding-right: 20px;
	padding-top: 10px;
}
.tdHeaderML {}
.tdHeaderMR {}
.tdHeaderMC {
	background-image: url(imgcss/header.jpg);
	background-repeat: no-repeat;
	height: 173px;
	text-align: right;
	vertical-align: top;
	padding-top: 7px;
	width: 763px;
	padding-right: 15px;
}
.tdHeaderBL {}
.tdHeaderBR {}
.tdHeaderBC {}

/* Table/TD Style - Footer */
.tableFooter {
	background-image: url(imgcss/footer.jpg);
	background-repeat: no-repeat;
	height: 90px;
}
.tdFooter {
	font-family: Verdana;
	font-size: 8px;
	color: #FFFFFF;
	text-align: center;
	vertical-align: top;
	padding-top: 12px;
}
.tdFooterTL {}
.tdFooterTR {}
.tdFooterTC {}
.tdFooterML {}
.tdFooterMR {}
.tdFooterMC {}
.tdFooterBL {}
.tdFooterBR {}
.tdFooterBC {}

/* Table/TD Style - main page */
.tdMainPageT {}
.tdMainPageM {}
.tdMainPageB {}

/* Table/TD Style - Navigation Bar */
.tableNvb {}
.tdNvb {
	background-image: url(imgcss/nvmenubg.jpg);
	background-repeat: no-repeat;
	width: 206px;
	background-position: left top;
	background-color: #D0D0D0;
	text-align: center;
	vertical-align: top;
}
.tdNvbTL {}
.tdNvbTR {}
.tdNvbTC {}
.tdNvbML {}
.tdNvbMR {}
.tdNvbMC {}
.tdNvbBL {}
.tdNvbBR {}
.tdNvbBC {}
.tdVerNv {
	width: 556px;
	padding: 5px;
}
.tdVerNv a{
	text-decoration: none;
	color: #000000;
}
.tdVerNv a:link{}
.tdVerNv a:hover{
	color: #999999;
}


/* Table/TD Style - Navigation Menu */
.tableNvMenu {
	font-family: Verdana;
	width: 206px;
	height: 80px;
	text-align: center;
	vertical-align: top;
}
.tdNvMenu {
	width: 160px;
	height: 22px;
	text-align: left;
	font-size: 12px;
	border-bottom-color: #666666;
	vertical-align: middle;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 2px;
	padding-bottom: 2px;

}
.tdNvMenu a{
	text-decoration: none;
	color: #000000;

}
.tdNvMenu a:link{}
.tdNvMenu a:hover{
	display: block;
	background-color: #411B06;
	color: #FFFFFF;
}

.tdNvMenuTL {}
.tdNvMenuTR {}
.tdNvMenuTC {
	background-image: url(imgcss/nvmenut.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	width: 206px;
	height: 60px;
	text-align: left;
	vertical-align: top;
}
.tdNvMenuML {}
.tdNvMenuMR {}
.tdNvMenuMC {
	text-align: center;
}
.tdNvMenuBL {}
.tdNvMenuBR {}
.tdNvMenuBC {
	height: 20px;
}

/* Table/TD Style - Sub Menu */
.tableNvSub {
	width: 200px;
	font-family: Verdana;
	font-size: 12px;
	color: #FFFFFF;
}
.tdNvSub {
	width: 150px;
	height: 15px;
	text-align: left;
	padding-right: 10px;
	vertical-align: middle;
	font-size: 12px;
	padding-top: 8px;
	padding-bottom: 2px;
}
.tdNvSub a{
	text-decoration: none;
	display: block;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	color: #333333;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
.tdNvSub a:link{}
.tdNvSub a:hover{
	display: block;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #BB6A29;
	border-bottom-color: #BB6A29;
	color: #666666;
}

.tdNvSubTL {}
.tdNvSubTR {}
.tdNvSubTC {
	background-image: url(imgcss/subnvmenu.jpg);
	height: 43px;
	background-repeat: no-repeat;
	background-position: center top;
	width: 206px;
}
.tdSubTC {
	background-image: url(imgcss/submenu.jpg);
	height: 43px;
	background-repeat: no-repeat;
	background-position: center top;
	width: 206px;
	font-family: Verdana;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	vertical-align: middle;
}
.tdNvSubML {}
.tdNvSubMR {}
.tdNvSubMC {
	text-align: center;
}
.tdNvSubBL {}
.tdNvSubBR {}
.tdNvSubBC {
}

/* Table/TD Style - ALternate Menu */
.tableNvAlt {}
.tdNvAlt {}
.tdNvAltTL {}
.tdNvAltTR {}
.tdNvAltTC {}
.tdNvAltML {}
.tdNvAltMR {}
.tdNvAltMC {}
.tdNvAltBL {}
.tdNvAltBR {}
.tdNvAltBC {}

/* Table/TD Style - Short News */
.tableNewsBox {
	width: 180px;
	font-family: Verdana;
	font-size: 12px;
	color: #FFFFFF;
}
.tdNewsBox {}
.tdNewsBoxTL {}
.tdNewsBoxTR {}
.tdNewsBoxTC {
	background-image: url(imgcss/newsboxtc.jpg);
	height: 40px;
	background-repeat: no-repeat;
	background-position: center top;
	width: 180px;
}
.tdNewsBoxML {}
.tdNewsBoxMR {}
.tdNewsBoxMC {
/*	background-image: url(imgcss/newsm.jpg);
	background-repeat: repeat-y;*/
	text-align: center;
	vertical-align: top;
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
}
.tdNewsBoxBL {}
.tdNewsBoxBR {}
.tdNewsBoxBC {
/*	background-image: url(imgcss/newsboxb.jpg);*/
	height: 18px;
/* background-repeat: no-repeat;*/
	text-align: right;
	color: #660000;
}
.tableNews {}
.tdNews01 {
	overflow: auto;
	width: 168px;
	float: left;
	clear: both;
	color: #663300;
	font-size: 12px;
	font-family: Verdana;
	font-weight: bold;
	text-align: left;
	vertical-align: top;
	padding: 5px;
}
.tdNews01 a{
	text-decoration: none;
	color: #333333;
	font-size: 9px;
	font-family: Verdana;
	font-weight: normal;
}
.tdNews01 a:hover{
	text-decoration: none;
	color: #996600;
	font-size: 9px;
	font-family: Verdana;
	font-weight: normal;
}


.tdNews02 {
	overflow: auto;
	width: 168px;
	float: left;
	clear: both;
	color: #663300;
	font-size: 12px;
	font-family: Verdana;
	font-weight: bold;
	text-align: left;
	vertical-align: top;
	padding: 5px;
	background-color: #EEE6D5;
}
.tdNews02 a{
	text-decoration: none;
	color: #333333;
	font-size: 9px;
	font-family: Verdana;
	font-weight: normal;
}
.tdNews02 a:hover{
	text-decoration: none;
	color: #996600;
	font-size: 9px;
	font-family: Verdana;
	font-weight: normal;
}

/* Table/TD Style - News Content */
.tableShowNews {}
.tdShowNews {}
.tdShowNewsL01 {}
.tdShowNewsL02 {}
.tdShowNewsR01 {}
.tdShowNewsR02 {}
.tdShowNewsC01 {}
.tdShowNewsC02 {}

/* Table/TD Style - Content */
.tableContentHeader {}
.tdContentHeader {
	width: 100%;
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
.tdContentHeaderTL {}
.tdContentHeaderTR {}
.tdContentHeaderTC {}
.tdContentHeaderML {}
.tdContentHeaderMR {}
.tdContentHeaderMC {}
.tdContentHeaderBL {}
.tdContentHeaderBR {}
.tdContentHeaderBC {}

.tableContentFooter {}
.tdContentFooter {}
.tdContentFooterTL {}
.tdContentFooterTR {}
.tdContentFooterTC {}
.tdContentFooterML {}
.tdContentFooterMR {}
.tdContentFooterMC {}
.tdContentFooterBL {}
.tdContentFooterBR {}
.tdContentFooterBC {}
.tableContentBox {
	background-image: url(imgcss/contantboxbg.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-color: #F0F0F0;
}
.tdContentBox {}
.tdContentBoxTL {}
.tdContentBoxTR {}
.tdContentBoxTC {}
.tdContentBoxML {}
.tdContentBoxMR {}
.tdContentBoxMC {}
.tdContentBoxBL {}
.tdContentBoxBR {}
.tdContentBoxBC {}

/* Table/TD Style - 'Show Content' */
.tableShowContent {}
.tdShowContent {
	text-align: left;
	vertical-align: top;
	padding-top: 10px;
	background-image: url(imgcss/contantbox.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	padding-left: 6px;
	font-family: Verdana;
	font-size: 10px;
	color: #333333;
	width: 566px;
	height: 44px;
}
.tdShowContentL01 {}
.tdShowContentL02 {}
.tdShowContentR01 {}
.tdShowContentBR01 {}
.tdShowContentR02 {}
.tdShowContentBR02 {}
.tdShowContentC01 {}
.tdShowContentC02 {}
.tdShowContentCatL {}
.tdShowContentCatR {}
.tdShowBoxHeaderL {
	font-family: Verdana;
	height: 24px;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	color: #FFFFFF;
	vertical-align: top;
	padding-left: 5px;
}
.tdShowBoxHeaderR{
	font-family: Verdana;
	height: 25px;
	font-size: 18px;
	font-weight: bold;
	text-align: right;
	padding-right: 20px;
	color: #FFFFFF;
}
.tdShowBoxFooter {
}
.tdShowBox {
	padding: 10px;
	height: 400px;
}
.tdLocationTextBox01 {}
.tdLocationTextBox02 {}

/* Table/TD Style - 'Page Navigator' */
.tablePageNav {}
.tdPageNav {}
.tdPageNavTL {}
.tdPageNavTR {}
.tdPageNavTC {}
.tdPageNavML {}
.tdPageNavMR {}
.tdPageNavMC {}
.tdPageNavBL {}
.tdPageNavBR {}
.tdPageNavBC {}

/* Table/TD Style - 'List Box' */
.tableList {}
.tdList {}
.tdListL01 {}
.tdListL02 {}
.tdListR01 {}
.tdListR02 {}
.tdListC01 {}
.tdListC02 {}

/* Table/TD Style - 'Form' */
.tdFormHeader {
	color: #FFFFFF;
	background-color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: 20px;
	font-weight: bold;
	text-align: center;
	background-repeat: repeat;
}
.tdFormL {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	width: 30%;
	text-align: left;
	background-color: #F0F0F0;
	vertical-align: top;
}
.tdFormR {
	font-size: 10px;
	background-color: #f5f5f5;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 30%;
}
.tdFormC {
	background-color: #FAFAFA;
	width: 40%;
	text-align: left;
}




/* Table/TD Style - 'Search List' */
.tableSearch {}
.tdSearch {}
.tdSearchL01 {}
.tdSearchL02 {}
.tdSearchR01 {}
.tdSearchR02 {}
.tdSearchC01 {}
.tdSearchC02 {}

/* Table/TD Style - 'Message Box' */
.tableMsgBox {}
.tdMsgBox {}
.tdMsgBoxTL {}
.tdMsgBoxTR {}
.tdMsgBoxTC {}
.tdMsgBoxML {}
.tdMsgBoxMR {}
.tdMsgBoxMC {
}
.tdMsgBoxBL {}
.tdMsgBoxBR {}
.tdMsgBoxBC {}

/* Table/TD Style - 'Odd Even Row' */
.tableOddEven {}
.tdOddEven {}
.tdOddEven1o {}
.tdOddEven1e {}
.tdOddEven2o {}
.tdOddEven2e {}
.tdOddEven3o {}
.tdOddEven3e {}

/* Text Style */
.txtBlack {
	color: #000000;
}
.txtWhite {
	color: #FFFFFF;
}
.txtGreen {
	color: #339900;
}
.txtRed{
	color: #660000;
}
.txtOrange{
	font-family: Arial, Helvetica, sans-serif;
	color: #FF6600;
}

.txtGray01 {
	color: #333333;
}
.txtGray02 {
	color: #666666;
}
.txtGray03 {
	color: #999999;
}
.txt01 {
	color: #333300;
	font-family: Verdana;
	font-size: 10px;
}
.txt02 {
	color: #000033;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
.txt03 {
	color: #990000;
}
.txtCurrentPage {}

/* Image Style */
.imgContent01 {
	padding: 8px;
	border: 1px solid #999999;
}
.imgContent02 {}

/* Input Style */
.inpSearch {
	height: 12px;
	width: 120px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.inpSearch_submit{
	border: 0px;
	padding : 0px;
	height: 25px;
	width: 114px;
	background-image: url(imgcss/searchbtn.jpg);
	background-repeat: no-repeat;
}
.inpText {
	border: 1px solid #CCCCCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.inpTxtField {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	border: 1px solid #CCCCCC;
	background-color: #EFEFEF;
	color: #838383;
}
.inpButton {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #F5F5F5;
	border: 1px solid #CCCCCC;

}
.inpTextArea {}
.inpSelect {}
.inpFile {}

/* Link Style */
a.lnk01 {}
a.lnk01:link {}
a.lnk01:hover {}
a.lnk01:visited {}
a.lnk01:active {}

a.lnk02 {}
a.lnk02:link {}
a.lnk02:hover {}
a.lnk02:visited {}
a.lnk02:active {}

a.lnk03{}
a.lnk03:link {}
a.lnk03:hover {}
a.lnk03:visited {}
a.lnk03:active {}

a.lnkNvMenu {}
a.lnkNvMenu:link {}
a.lnkNvMenu:hover {}
a.lnkNvMenu:visited {}
a.lnkNvMenu:active {}

a.lnkNvSub {}
a.lnkNvSub:link {}
a.lnkNvSub:hover {}
a.lnkNvSub:visited {}
a.lnkNvSub:active {}

a.lnkNvLoc {}
a.lnkNvLoc:link {}
a.lnkNvLoc:hover {}
a.lnkNvLoc:visited {}
a.lnkNvLoc:active {}

a.lnkNvAlt {}
a.lnkNvAlt:link {}
a.lnkNvAlt:hover {}
a.lnkNvAlt:visited {}
a.lnkNvAlt:active {}

a.lnkNews01 {}
a.lnkNews01:link {}
a.lnkNews01:hover {}
a.lnkNews01:visited {}
a.lnkNews01:active {}

a.lnkNews02 {}
a.lnkNews02:link {}
a.lnkNews02:hover {}
a.lnkNews02:visited {}
a.lnkNews02:active {}


/********************************************************************/
.tdHorNvMenutop {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
	vertical-align: top;
	padding-bottom: 5px;
}
.tdHorNvMenutop a {
	font-size: 11px;
	color: #333333;
	text-decoration: none;
}
.tdHorNvMenutop a:link {
	font-size: 11px;
	color: #333333;
	text-decoration: none;
}
.tdHorNvMenutop a:hover {
	font-size: 11px;
	color: #996600;
	text-decoration: none;
}
.tdHorNvMenutop a:visited {}
.tdHorNvMenutop a:active {}

/********************************************************************/
.gallery {
	padding: 1px;
	border: 1px solid #000000;
}
.gallerytxt {
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

/********************************************************************/
.error_img	{
	background:url(imgcss/error.gif) 0 0 no-repeat;
  display:block;
	width:120px;
	height:120px;
}

.no_found_page	{
	color:red;
	font-size:16px;
	font-weight:bold;
	vertical-align:middle;
}
/********************************************************************/