/* CSS Document */
Body {
	background-image: url(../images/bg01.jpg);
	background-repeat:repeat;
	margin-top: 45px;
	margin-bottom: 20px;
}

.bg1 {
	background-image:url(../images/ct_mid.jpg);
	background-repeat:repeat-x;
	height:20px;
	background-position:top;
}

.bg2 {
	background-image:url(../images/cl_mid.jpg);
	background-repeat:repeat-y;
}

.bg3 {
	background-image:url(../images/cr_mid.jpg);
	background-repeat:repeat-y;
}

.bg4 {
	background-image:url(../images/cb_mid.jpg);
	background-repeat:repeat-x;
	height:20px;
	background-position:top;
}

.bg5 {
	background-image:url(../images/bm.jpg);
	background-repeat:repeat-x;
	height:23px;
	background-position:top;
}

.bg6 {
	background-image:url(../images/mm.jpg);
	background-repeat:repeat-x;
	height:19px;
	background-position:top;
}

.bg7 {
	background-image:url(../images/sub_lm.jpg);
	background-repeat:repeat-y;
	width:10px;
	background-position:top;
}

.bg8 {
	background-image:url(../images/sub_rm.jpg);
	background-repeat:repeat-y;
	width:10px;
	background-position:top;
}

.bg9 {
	background-image:url(../images/sub_bm.jpg);
	background-repeat:repeat-x;
	height:20px;
	background-position:top;
}

.line1 {
	background-image: url(../images/line01.jpg);
	background-repeat:repeat-y;
	width:8px;
	background-position:top;
}

.title {
	font-family:Tahoma;
	font-size:12px;
	font-weight:bold;
	color: #A7773F;
}

.title2 {
	font-family:Tahoma;
	font-size:16px;
	font-weight:bold;
	color: #FFFFFF;
}

.pgtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #000000;
	font-weight: bold;
	padding-left: 10px;
}

.pgtitle1 {
	font-family:Tahoma;
	font-size:12px;
	font-weight:bold;
	color: #B38043;
}

.pgtitle2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #000000;
	font-weight: bold;
}

.conTxt {
	font-family:Tahoma;
	font-size:12px;
	font-weight:normal;
	color: #4A4A4A;
}

.conTxt2 {
	font-family:Tahoma;
	font-size:12px;
	font-weight:normal;
	color: #4A4A4A;
	text-align:justify;
}

.Body_Text {
	font-family: Arial;
	font-size: 12px;
	color: #000000;
	font-weight: normal;
}

.subTxt {
	font-family:Tahoma;
	font-size:10px;
	font-weight:normal;
	color: #4A4A4A;
	text-align:center;
}

.copyright {
	font-family:Tahoma;
	font-size:10px;
	font-weight:normal;
	text-align:right;
	color:#FFFFFF;
}

.input {
	border-style: inset;
	border-width: thin;
}

.but {
	font-family: Verdana;
	font-size: 10px;
	color: #ffffff;
	font-weight:bold;
	background-color: #BE9268;
	border: 1px #000000 solid;
	font-weight: bold;
	cursor:hand;
}

.tblheader {
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #9B734D;
	line-height: 20px
} 

.tblrow {
	font-family: Verdana;
	font-size: 10px;
	color: #000000;
	font-weight: normal;
	vertical-align: bottom;
	background-color: #E1CEAD;
} 

.err { font-family: Verdana; font-size: 13px; color: #FF0000; font-weight:bold; text-align: center;} 

.combo {
	font-family: Verdana;
	font-size: 10px;
	border: #ffffff;
	border-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px
} 

.inputnowidth {
	font-family: Verdana;
	font-size: 10px;
	border-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-color : #8B0300;
} 

A, A:link  {
  	text-decoration : underline;
	color: #4A4A4A;
}

A:hover {
	color: #A7773F;
	text-decoration : underline;
}

A.menu, A.menu:link  {
  	text-decoration : underline;
	color: #FFFFFF;
}

A.menu:hover {
	color: #A7773F;
	text-decoration : underline;
}