.textstyle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height:1.2em;
	color: #000000;
	margin: 0px;
	padding: 0px;
}
.textstyle p,
.textstyle h2 {
	margin: 0px;
}

.textstyle ul {
	list-style-type: none;
	margin-left: 18px;
	list-style-image: url(/images/bullet.gif);
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
}
.textstyle li {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.textstyle p a:hover,
.textstyle li a:hover {
	text-decoration:underline;
}

.textstyle h2 {
	line-height:1.5em;
	font-weight:normal;
	font-size: 20px;
	color:#800000;
}
.textstyle h2 {
	margin: 0px;
}

.greybox {
	width:535px;
	height:100px;
	padding:1px 3px 1px 3px;
	overflow:hidden;
	background-image: url(/images/grayscreen.png);
	background-repeat: repeat;
	border: thin solid #000000;
}

.linktext,
.linktext:visited {
	text-decoration:none;
	color: #930;
	border-bottom-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-bottom-color: #930;
}

.linktext:hover {
	text-decoration:none;
	color: #930;
	border-bottom-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #930;
}

.textstyle img {
	border: none;
}

.imglink {
	border: none;
}

.Highlighted,
.Highlighted_Blue,
.Highlighted_blue {
	color: #0000FF;
	font-weight: bold;
}

.Highlighted_Red {
	color: #800000;
	font-weight: bold;
}
.Highlighted_Green {
	color: #12a749;
	font-weight: bold;
}
.Highlighted_title {
	color: #000;
	font-weight: bold;
	line-height: 3em;
	font-size: larger;
}
.Highlighted_bold {
	font-weight: bold;
}
