/* CSS Document */
.txtsize1 td{
	font-size:11px;
}
.txtsize2 td{
	font-size:12px;
}
.txtsize3 td{
	font-size:13px;
}
.txtsize4 td{
	font-size:14px;
}
body {
	margin:0px;
	font-family:Tahoma, "Trebuchet MS", Verdana;
	font-size:11px;
}
.button {
	background-color:#CCCCCC;
	border:1px #999999 solid;
	height:18px;
	font-weight:bold;
	color:#FFFFFF;
	font-size:10px;
	font-family:Tahoma, "Trebuchet MS", Verdana;
	width:30px;
}
.textbox {
	height:14px;
	border:1px #CCCCCC solid;
	width:170px;
	font-size:11px;
}
.bg {
	background:url(bg.jpg) repeat-x;
	height:145px;
	background-color:#b5b2f7;
}
.bgB {
	background:url(bgB.jpg) repeat-x top;
	background-color:#adadfa;
}
.menu td {
	font-size:13px;
	font-weight:bold;
	color:#444444;
	background:url(menuBbg.jpg) no-repeat bottom;
	height:32px;
	padding-left:16px;
	width:204px;
	white-space:nowrap;
}
.menu td a {
	color:#444444;
	text-decoration:none;
}
.menu td a:hover {
	color:#ffffff;
	text-decoration:none;
}
.textH {
	font-size:18px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color:#735346;
	padding-bottom:6px;
}
.footer {
	font-size:10px;
	text-align:right;
	padding:18px;
	color:#e7e3e0;
}
.footer b {
	font-size:11px;
}
.footer div {
	font-size:10px;
}
.footer span {
	font-size:11px;
	font-weight:bold;
	cursor:pointer;
}
.lineV {
	background:url(linebg.jpg) repeat-y center;
}
.lineH {
	background:url(linebg.jpg) repeat-x center;
}
ul.list {
	list-style:none;
	margin-left:24px;
	margin-top:10px;
}
ul.list li {
	margin-bottom:3px;
}
.text1 {
	font-size:12px;
	line-height:18px;
}
.text2 {
	font-size:13px;
}

.sitemap {
	border-color:#CCCCCC;
	border-collapse:collapse;
}
.sitemap td {
	padding:5px 12px 5px 12px;
}
.sitemap a {
	color:#333333;
	text-decoration:none;
	font-weight:normal;
}
.sitemap a:hover {
	color:#b31426;
	text-decoration:none;
	font-weight:bold;
}
ul.BGmenu {
	margin:0px;
	padding:0px;
	list-style-type:none;
	border-left:1px #958178 solid;
	border-bottom:1px #958178 solid;
	border-right:1px #958178 solid;
}
ul.BGmenu li a {
	background-color:#FFFFFF;
	margin:0px;
	border-top:1px #958178 solid;
	display:block;
	height:18px;
	padding:4px 12px 0px 12px;
	color:#333333;
	font-weight:bold;
	width:102px;
	font-size:11px;
	text-decoration:none;
}
ul.BGmenu li a:hover {
	background-color:#aeadfb;
	color:#ffffff;
}
ul.Lmenu {
	margin:4px 12px 2px 12px;
	list-style:none;
	font-weight:bold;
	padding:0px;
}
ul.Lmenu li {
	padding:7px 0px 7px 12px;
	list-style:none;
	background:url(bullet.gif) no-repeat 0px 12px;
	border-bottom:1px #CCCCCC dashed;
	white-space:nowrap;
}
.LNobdr {
	border-bottom:0px;
}
ul.Lmenu a {
	text-decoration:none;
	color:#555555;
}
ul.Lmenu a:hover {
	text-decoration:underline;
	color:#749532;
}