/* Generic Style */
body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	margin: 0px;
	width: 100%;
	background-image: url(imgcss/iBg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #FFFFFF;
	line-height: 18px;
}
table {
	font-size: 12px;
	text-align: left;
	vertical-align: top;
}
p {}
b {}
i {}
/*
a {
	color: #FF0000;
}
a:link {
	color: #FF0000;
}
a:hover {
	color: #FF9900;
	text-decoration: none;
}
a:visited {}
a:active {}
*/
input {}
textarea {}
select {}
option {}
tr {}
td {
	text-align: left;
	vertical-align: top;
}
ul {}
ol {}
li {}
h1 {
	font-size:36px;
	margin: 0px;
}
h2 {
	font-size:18px;
	margin: 0px;
}
h3 {
	font-size:16px;
	margin: 0px;
}
h4 {
	font-size:14px;
	margin: 0px;
}
h5 {
	font-size:12px;
	margin: 0px;
}
h6 {
	font-size:10px;
	margin: 0px;
}

/* Table/TD Style - Header */
.tableHeader {}
.tdHeader {
	background-image: url(imgcss/tdMainBg.jpg);
	background-repeat: repeat-x;
	height: 90px;
}
.tdHeaderTL {
	background-image: url(imgcss/tdMainTL.jpg);
	background-repeat: no-repeat;
	height: 90px;
	width: 210px;
}
.tdHeaderTR {
	background-image: url(imgcss/tdMainTR.jpg);
	background-repeat: no-repeat;
}
.tdHeaderTC {
	background-image: url(imgcss/tdMainTC.jpg);
	background-repeat: no-repeat;
	width: 728px;
}

/* Table/TD Style - Footer */
.tableFooter {}
.tdFooter {}
.tdFooterTL {
	width: 210px;
}
.tdFooterTR {
	width: 680px;
	padding-right: 60px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
}

/* Table/TD Style - Content */
.tableContent {}
.tdContent {
	background-image: url(imgcss/tdContentBg.jpg);
	background-repeat: repeat-x;
}
.tdContentTL {
	height: 202px;
	width: 728px;
}
.tdContentTR {
	width: 12px;
	background-image: url(imgcss/tdContentTR.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.tdContentTC {}
.tdContentML {
	background-image: url(imgcss/tdContentML.jpg);
	background-repeat: repeat-x;
	height: 30px;
}
.tdContentMR {
	background-image: url(imgcss/tdContentMR.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.tdContentMC {}
.tdContentBL {
	background-image: url(imgcss/tdContentBL.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	padding: 20px;
}
.tdContentBR {
	background-image: url(imgcss/tdContentBR.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.tdContentBC {}

/* Table/TD Style - Flash Header */
.tableFlashHeader {}
.tdFlashHeader {}

/* Table/TD Style - Left Side Box */
.tableLeftSideBox {
	background-image: url(imgcss/tdRigthSideBoxBg.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}
.tdLeftSideBox {
	width: 210px;
	background-image: url(imgcss/tdContentTL.jpg);
	background-repeat: no-repeat;
	background-position: right 214px;
}
.tdLeftSideBoxTL {
	background-image: url(imgcss/tdRigthSideBoxTL.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 161px;
	padding-top: 30px;
}

.tdLeftSideBoxBL {
	background-image: url(imgcss/tdRigthSideBoxBL.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 52px;
}

/* Table/TD Style - Vertical Navigation Menu */
.tableVerNvMenu {}
.tdVerNvMenu {
	padding: 5px;
}

/* Table/TD Style - ALternate Menu */
.tableNvAlt {}
.tdNvAlt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-transform: uppercase;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 10px;
}

/* Table/TD Style - 'Search List' */
.tableSearch {}
.tdSearch {}
.tdSearchL {
	padding-top: 6px;
	height: 24px;
	padding-left: 10px;
}
.tdSearchR {
	padding-right: 20px;
	padding-left: 2px;
	padding-top: 5px;
}
.tdSearchC {}

/* Table/TD Style - 'Form' */
.tableForm {}
.tdForm {}

/* Table/TD Style - 'Form' */
.tdFormHeader {}
.tdFormFooter {}
.tdFormL {
}
.tdFormR {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
}
.tdFormC {}

/* Table/TD Style - line style */
.tdLineVer {
	background-image: url(imgcss/imgLineBg.jpg);
	background-repeat: repeat-x;
	background-position: left 20px;
	padding-top: 20px;
}
.tdLineHor {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #E2E2E2;
}

/* Input Style */
.inpText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #006600;
	font-weight: normal;
	background-image: url(imgcss/btnSearchTxtFieldBg.jpg);
	background-repeat: repeat-x;
	border: thin solid #DBDBDB;
}
.inpTxtField {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid #CCCCCC;
	background-color: #F7F7F7;
	color: #666666;
}
.inpButton {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #F5F5F5;
	border: 1px solid #CCCCCC;

}
.inpTextArea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid #CCCCCC;
	background-color: #F7F7F7;
	color: #666666;
}
.inpSelect {}
.inpFile {}
.inpSearch {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.inpSelect {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid #CCCCCC;
	background-color: #F7F7F7;
	color: #666666;
}

/* Text Style */
.txtBlack {
	color: #000000;
}
.txtWhite {
	color: #FFFFFF;
}
.txtRed {
	color: #FF0000;
}
.txtGreen {
	color: #339900;
}
.txtBlue {
	color: #006699;
}
.txtOrange {
	color: #FF9900;
}

.txtGray01 {
	color: #666666;
}
.txtGray02 {
	color: #999999;
}
.txtGray03 {
	color: #CCCCCC;
}

.txtColor01 {
	color: #006600;
}
.txtColor02 {
	color: #009900;
}
.txtColor03 {
	color: #000000;
}

.txtFont01 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.txtFont02 {
	font-family: Georgia, "Times New Roman", Times, serif;
}
.txtFontSize01 {
	font-size: 16px;
}

/* UL / li Style */
.bullet01 {
	list-style-position: outside;
	list-style-image: url(imgcss/imgBullet01.gif);
}

/* Link Style */
a.lnk01 {
	color: #006600;
	text-decoration: none;
}
a.lnk01:link {
	color: #006600;
	text-decoration: none;
}
a.lnk01:hover {
	color: #0099FF;
	text-decoration: underline;
}

.tdVerNvMenu a {
	color: #FFFFFF;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	background-image: url(imgcss/btnNv.gif);
	background-repeat: no-repeat;
	background-position: 20px top;
	padding-left: 50px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
}
.tdVerNvMenu a:link {
	color: #FFFFFF;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	background-image: url(imgcss/btnNv.gif);
	background-repeat: no-repeat;
	background-position: 20px top;
	padding-left: 50px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
}
.tdVerNvMenu a:hover {
	color: #006600;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 50px;
	background-image: url(imgcss/btnNv.gif);
	background-position: -175px top;
}
.tdVerNvMenu a:visited {}
.tdVerNvMenu a:active {}

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

.tdNvAlt a {
	color: #666666;
	text-decoration: none;
}
.tdNvAlt a:link {
	color: #666666;
	text-decoration: none;
	}
.tdNvAlt a:hover {
	color: #000000;
	text-decoration: underline;
}
.tdNvAlt a:visited {}
.tdNvAlt a:active {}

.tdNews a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}
.tdNews a:link {
	color: #000000;
	text-decoration: none;
}
.tdNews a:hover {
	color: #339900;
	text-decoration: none;
}
.tdNews a:visited {}
.tdNews a:active {}

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

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

/********************************************************************/
/* Alternative Navigation Menu */
/*.tdNvAlt {}
.tdNvAlt a, .tdNvAlt a:link, .tdNvAlt a:visited, .tdNvAlt a:active{
	color: #666666;
	text-decoration: none;
}

.tdNvAlt a:hover {
	color: #999900;
	text-decoration: underline;
}
*/
/********************************************************************/

.tdHorNvMenutop {
	font-size: 11px;
}

.tdHorNvMenutop a, .tdHorNvMenutop a:link,
.tdHorNvMenutop a:visited, .tdHorNvMenutop a.lnkNvLoc:active{
	color: #006600;
	text-decoration: none;
}

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

/********************************************************************/

.tdrelated {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FF6600;
	text-decoration: none;
	vertical-align: top;
	padding-bottom: 5px;
	background-image: url(imgcss/ibullet_01.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.tdrelated a {
	font-size: 10px;
	color: #FF6600;
	text-decoration: none;
	padding-left: 15px;

}
.tdrelated a:link {
	font-size: 10px;
	color: #FF6600;
	text-decoration: none;
	padding-left: 15px;
}
.tdrelated a:hover {
	font-size: 10px;
	/*color: #990000;*/
	color: #999999;
	text-decoration: none;
	padding-left: 15px;
}
.tdrelated a:visited {}
.tdrelated a:active {}

/********************************************************************/
.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;
}
/********************************************************************/
.VerNav {
	width: 175px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	padding: 5px;
	padding-left: 10px;
}
.VerNav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.VerNav li {}
.VerNav li a:link, .VerNav li a:visited  {
	display: block;
	padding: 5px 5px 5px 35px;
	background: url(imgcss/VerNav1.gif) 5px 0 no-repeat;
	color: #FFFFFF;
	text-decoration: none;
}
.VerNav li a:hover {
	background: url(imgcss/VerNav2.gif) 5px 0 no-repeat;
	background-color:#FFFF33;
	text-decoration: none;
	color: #006600;
}
/********************************************************************/
.SubVerNavTitle {
	width: 175px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	padding: 5px;
	padding-left: 20px;
}

.SubVerNav {
	width: 175px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	padding: 5px;
	padding-left: 10px;
}
.SubVerNav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.SubVerNav li {}
.SubVerNav li a:link, .SubVerNav li a:visited  {
	display: block;
	padding: 5px 5px 5px 25px;
	background: url(imgcss/VerNav1.gif) 5px 0 no-repeat;
	color: #006600;
	text-decoration: none;
}
.SubVerNav li a:hover {
	background: url(imgcss/VerNav2.gif) 5px 0 no-repeat;
	background-color:#FFFF33;
	text-decoration: none;
	color: #000000;
}

/********************************************************************/
.pageTitle {
	font-size: 20px;
	color:#006600;
}
/********************************************************************/