
#topicsTbl
{
	width:100%;
}
.topicsLinks
{
	width:200px;
}

.topicsText
{
	width:600px;
	padding-top:20px;
	padding-left:20px;
	padding-right:10px;
	vertical-align:top;
	background-color:#F3F3EC;
	text-align:left;
}

.topicLnkVspcrTop
{
	background-color:#701112;
	height:20px;
	width:200px;
}

.topicLnkVspcrTop img
{
	float:right;
	background-color:#701112;
	height:20px;
	width:180;
	border-bottom:solid 1px #7C7062;
}
.topicLnkVspcrBtm
{
	background-color:#701112;
	height:20px;
	width:200px;
}

.topicInfoTxt
{
	width:100%;
	color:#000000;
	display:none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:150%
}

.topicsNav
{
	background-color:#701112;
	padding-left:20px;

}

a.topicNavLnk
{
	width:180px;
	padding-top:16px;
	padding-bottom:16px;
	border-bottom:solid 1px #7C7062;
	float:right;
	color:#ffffff;
	font-family: "Gill Sans", Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration: none;
	color:#ffffff;
}

.topicInfoTxt ul.subTopicsLst
{
	font-size:14px;
	line-height:140%;
	list-style-image:url(../images/blt.jpg);
	/*list-style-type: none;*/
}

.topicInfoTxt ul.subTopicsLst li
{
	margin-top:14px;
}

.topicInfoTxt ul.subTopicsLst a
{
	/*
	text-decoration: underline;
	color:#3366CC;
	*/
	height:30px;
	background-image:url(../images/btnLng.gif);
}

.lnkBtn 
{
	background-image: url(../images/btnLng.gif);
	background-color:#ffffff;
	height: 30px;
	background-repeat: no-repeat;
	background-position: left top;
	text-align: center;
	width: 200px;
	color: #ffffff;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-size:10px;
	cursor:pointer;
	margin-top:2px;
	margin-bottom:2px;
	text-transform:uppercase;
}

input.lnkBtn:hover 
{
	background-position: bottom;
}
