@charset "utf-8";
/* CSS Document */

.cli{
font-family:Arial, Helvetica, sans-serif;
color:#000000;
font-size:12px;
text-decoration:none;
}

.cli:hover{
font-family:Arial, Helvetica, sans-serif;
color:#000000;
font-size:12px;
text-decoration:underline;
}


.g_bg1{
background-image:url(../images/g_bg1.jpg);
background-repeat: repeat-x;
}

.g_bg2{
background-image:url(../images/g_bg2.jpg);
background-repeat: repeat-x;
}
.titleHd{
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
	line-height: 20px;
}
.titleHd2{
	font-family: Arial, Helvetica, sans-serif;
	/*color: #ffffff;*/
	font-size: 12px;
	font-weight: bold;
	line-height: 20px;
}
.generalTxt{
	color: #000000;
	font-size: 11px;
	font-weight: normal;
	line-height: 16px;
}
.text_small{
	color:#000000;
	font-size:12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
}
.text_small_normal{
	color:#000000;
	font-size:12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:normal;
}
.btn{
	background: url(btn.gif) center center no-repeat;
	width: 60px;
	height: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	vertical-align: middle;
	border: none;
}
table.btnAlt{
	width: auto;
	height: auto;
	border: none;
}
table.btnAlt td.left{
	background: url(btnLft.gif) right top no-repeat;
	width: 3px;
	height: 20px;
	border: none;
}
table.btnAlt td.right{
	background: url(btnRt.gif) left top no-repeat;
	width: 3px;
	height: 20px;
	border: none;
}
table.btnAlt td.middle{
	background-color: #629201;
	height: 20px;
	border: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	vertical-align: middle;
	padding: 0 5px;
}
.txtBox{
	background-color: #CBEB8A;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-align: left;
	vertical-align: middle;
	padding: 1px;
	width:200px;
	border: 1px solid #97D103;
}
.button {
	background-image: url(../images/button-bg.gif);
	height: 25px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	border:none;
}
.imgBorder {
   padding:1px;
   border:2px solid #021a40;
   background-color:#ff0;
}
.text_err{
	color:#FF0000;
	font-size:12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
}

.hidecontent
{ display:none; }

.showcontent
{ display:block; }