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

.bg_image {
	background-attachment: scroll;
	background-image: url(../images/bg_full.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.nav {
	border: 1px solid #efc58b;
	background-color:#dbeeef;
	width:156px;
	height: 20px;
}
.nav td a {
	color:#bb1a3c;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	padding: 5px;
	text-decoration: none;
	text-align: left;
	vertical-align: middle;
}
.nav td a:hover {
	background-color:#bb1a3c;
	color:#ffffff;
}
.navOn {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	border: 1px solid #efc58b;
	text-align: left;
	vertical-align: middle;
}
.txtLeftNavHdr {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
	text-align: left;
	vertical-align: middle;
}
.txtLeftNav {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: normal;
	color: #000000;
	text-align: left;
	vertical-align: middle;
}
.txtLeftNav a {
	color: #bb1a3c;
	text-decoration: none;
}
.txtLeftNav a:hover {
	text-decoration: underline;
}
.txtFooter {
	font-family: Tahoma, Geneva, Helvetica, Arial, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-align: center;
	vertical-align: middle;
}
.txtPageHdrHome {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #685f7b;
	height: 10px;
	text-align: left;
	vertical-align: middle;
}
.txtPageHdrDetail{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: bold;
	color: #bb1a3c;
	text-align: left;
	vertical-align: top;
	line-height: 14px;
	text-decoration: none;
}
.txtArtHdrSm a{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #bb1a3c;
	text-align: left;
	vertical-align: top;
	line-height: normal;
	text-decoration: none;
	padding-top: 18px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.txtArtHdrSm a:hover{
	text-decoration: underline;
}
.txtArtLocSm {
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	color: #666666;
	font-size: 12px;
	line-height: 16px;
}
.txtArtDateSm {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	color: #666666;
	text-align: left;
	vertical-align: top;
	font-size: 12px;
	line-height: 16px;
	height: 16px;
}
.txtViewMore a{
	font-family: Arial, Helvetica, sans-serif;
	color: #bb1a3c;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	vertical-align: text-bottom;
	text-decoration: none;
}
.txtArtDescSm {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #000000;
	line-height: normal;
	padding-top: 0px;
	vertical-align: top;
	text-align: left;
}

.txtArtDescSm a {
	font-family: Arial, Helvetica, sans-serif;
	color: #bb1a3c;
	font-size: 12px;
	text-decoration: none;
}
.txtArtDescSm a:hover {
	text-decoration: underline;
}
a.txtLeftNav {
	color: #bb1a3c;
	text-decoration: none;
}
a.txtLeftNav:hover {
	text-decoration: underline;
}

