.txt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
.txtlink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-decoration: underline;
}
.li{
	list-style-position: outside;
	list-style-image: url(images/bullet.gif);
}


.txtlink:hover {
	text-decoration: none;
}
.txtbold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.txtboldwhite {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}
.txtlinksm {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-decoration: underline;
}

.txtlinksm:hover {
	text-decoration: none;
}
.txtboldred {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #b31b1b;
	text-decoration: none;
}
.txtcopy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #666152;
	text-decoration: none;
}
.txtlink1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}.txtlink1:hover{
	text-decoration: underline;
}
.txtboldinhead{
	font-family: "Trebuchet MS", Arial;
	font-size: 16px;
	font-weight: bold;
	color: #7d2c1c;
	text-decoration: none;
}
#dropmenudiv{
position:absolute;
border:1px solid #92240A;
border-bottom-width: 0;
font:normal 12px Arial;
line-height:18px;
z-index:100;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 5px;
border-bottom: 1px solid #92240A;
padding: 3px 0;
text-decoration: none;
color:#6A1E12;
font-weight: normal;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #92240A;
color:#FFFFFF;
}