/** MANDATORY - start ***********************************************/

/*
Generic Styles
*/
body {
	margin: 0px;
	background-color: #FFFFFF;
	font-family: "Trebuchet MS", Arial;
	font-size: 12px;
	line-height: 16px;
	text-decoration: none;
	background-repeat: repeat-x;
	background-position: center top;
	color: #666;
	background-image: url(imgcss/bg.jpg);
}
img {
	border: 0px;
}
table {}
p {}
b {}
i {}
input {}
textarea {}
select {}
option {}
tr {}
td {
	vertical-align: top;
	text-align: left;
}
ul {}
ol {}
li {}
hr {}
h1 {
	font-size:20px;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
}
h2 {
	font-size:18px;
	margin: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
}
h3 {
	font-size:16px;
	margin: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
}
h4 {
	font-size:14px;
	margin: 0px;
	font-weight: normal;
}
h5 {
	font-size:12px;
	margin: 0px;
}
h6 {
	font-size:10px;
	margin: 0px;
}
a {
	color: #59AF00;
	text-decoration: none;
}
a:link {
	text-decoration: none;
	color: #59AF00;
}
a:hover {
	color: #006600;
	text-decoration: underline;
}
a:visited {}
a:active {}

/*- TD Body -Center Holder (news and contents) -*/
.tdBody{
	background-image: url(imgcss/bottom.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}
/*- TD Contents - Contents Holder -*/
.tdContentT{}
.tdContentM{}
.tdContentB{}
/*- TD Vertical Menu -*/
.tdVerNav{}
/*- TD Flash Header -*/
.tdFlash{
	text-align: center;
	vertical-align: top;
	height: 280px;
	width: 920px;
}

/* TD Style - Side Lists */
.tdLeftPanelT{
	background-image: url(imgcss/leftPanelT.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 10px;
	width: 280px;
	text-align: center;
	vertical-align: middle;
	font-family: "Trebuchet MS", Arial, Tahoma;
	font-size: 20px;
	font-weight: bold;
	color: #C1FF33;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}
.tdLeftPanel {
	background-image: url(imgcss/leftPanelM.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
.tdLeftPanelB {
	background-image: url(imgcss/bottom.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 20px;
}
.tdRightPanel{
	width: 630px;
	padding-top: 10px;
	padding-right: 10px;
	text-align: left;
	vertical-align: top;
}
/*-TD Footer-*/
.tdFooter{
	padding: 20px;
}
.tdFooterNav{}
.tdNewsBoxT/* Td News*/
{
	font-size: 20px;
	font-weight: bold;
	color: #C1FF33;
	text-decoration: none;
	padding: 5px;
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #509100;
	height: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #71BF14;
}
.tdNewsBoxM {
	background-image: url(imgcss/leftPanelM.gif);
	background-repeat: repeat-y;
	background-position: left top;
	text-align: center;
	vertical-align: top;
}
.tdNewsBox {
border-top:1px solid #71BF14;
border-bottom:1px solid #509100;
}
/* TD Style - Form */
.tdFormHeader {}
.tdFormT {}
.tdFormR {}


/* Table/TD Style - 'Search ' */
.tdSearchBox {}
.tdSearch {
	background-image: url(imgcss/searchIn.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 22px;
	width: 147px;
}
.tdBackTop{}

/* Text Style */
.txtBlack {color: #000;}
.txtWhite {color: #FFF;}
.txtGreen {
	color: #59AF00;
}
.txtRed{color: #F00;}
.txtGray01 {color: #333333;}
.txtGray02 {color: #666;}
.txtGray03 {color: #999999;}
.txtBlue1{color: #0040FF;}
.txtBlue2{color: #039;}
.txtOrange{color: #F60;}
.txtWood{color: #600;}
.txt01 {
	font-weight: bold;
	text-decoration: none;
	color: #59AF00;
	font-size: 13px;
}
.txt02 {
	font-size: 13px;
	font-weight: bold;
	color: #FF6600;
}
.txtXL{
	font-size: 20px;
	color: #59AF00;
	text-decoration: none;
	padding-bottom: 4px;
}
/* Pagination */
.pageTd{}

/** inputs **/
.inpText {}
.inpTxtField {
	font-size: 12px;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
	border: 1px solid #66CC00;
	font-family: "Trebuchet MS", Arial, Tahoma;
}
.inpButton {}
.inpTextArea {
	height: 14px;
	font-size: 12px;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
	border: 1px solid #66CC00;
	padding: 2px;
}
.inpSelect {}
.inpFile {}
.inpSearch {
	height: 22px;
	width: 147px;
	border: 1px solid transparent;
	background-color: transparent;
}

/* Link Style */
a.lnk01 {
	color: #59AF00;
	text-decoration: none;
}
a.lnk01:link {
	color: #59AF00;
	text-decoration: none;
}
a.lnk01:visited {
	color: #006600;
	text-decoration: underline;
}
a.lnk01:active {}

a.lnk02 {
	font-size: 11px;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
}
a.lnk02:link {
	font-size: 11px;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
}
a.lnk02:hover {
	color: #99CC00;
	text-decoration: underline;
}
a.lnk02:visited {}
a.lnk02:active {}

.pageTd a{}
.pageTd a:link{}
.pageTd a:hover{}

.tdHorNav a {}
.tdHorNav a:link {}
.tdHorNav a:hover{}
.tdHorNav a:visited {}
.tdHorNav a:active {}
.tdHorNav .current a{}
.tdNewsBox a{
	color: #FFFFFF;
	text-decoration: none;
	padding: 10px;
	text-align: left;
	vertical-align: top;
	font-family: "Trebuchet MS", Arial, Tahoma;
	font-size: 12px;
	font-weight: normal;
	display: block;
}
.tdNewsBox a:link{
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	font-size: 12px;
}
.tdNewsBox a:hover{
	color: #336600;
	text-decoration: none;
	display: block;
	background-color: #9FEC00;
}
.tdNewsBox a:active{}
.tdNewsBox a:visited{}
.tdVerNav a{
	color: #FFFFFF;
	text-decoration: none;
	padding: 10px;
	text-align: left;
	vertical-align: top;
	font-family: "Trebuchet MS", Arial, Tahoma;
	font-size: 14px;
	font-weight: bold;
	display: block;
	border-top:solid 1px #71BF14;
	border-bottom: solid 1px #509100;
}
.tdVerNav a:link{
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	font-size: 14px;
}
.tdVerNav a:hover{
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	background-color: #9FEC00;
}
.tdVerNav a:active{}
.tdVerNav a:visited{}


.glossymenu{
	position: relative; /*tab background image path*/
	height: 40px;
	list-style: none;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	padding-left: 20px;
	display: inline;
}

.glossymenu li{
	display: inline;

}

.glossymenu li a{
	float: left;
	display: block;
	color:#666;
	text-decoration: none;
	font-family: "Trebuchet MS", Arial, Tahoma;
	font-size: 14px;
	font-weight: bold; /*Padding to accomodate left tab image. Do not change*/
	height: 40px;
	line-height: 46px;
	text-align: center;
	cursor: pointer;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 10px;
	vertical-align: top;
}

.glossymenu li a b{
	float: left;
	display: block; /*Padding of menu items*/
	padding-top: 0;
	padding-right: 40px;
	padding-bottom: 0;
	padding-left: 23px;
	text-align: center;
}

.glossymenu li.current a, .glossymenu li a:hover{
	color: #fff; /*left tab image path*/
	background-position: left top;
	background-image: url(imgcss/left.gif);
	background-repeat: no-repeat;
}

.glossymenu li.current a b, .glossymenu li a:hover b{
	color: #fff; /*right tab image path*/
	background-image: url(imgcss/right.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
