.greystripe {
	background-color: #666666;
}
.blackstripe {
	background-color: #000000;
}
.bottomR {
	background-image: url(textgraphics/bottomR.gif);
}
.smalltext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #666666;
}
.top {
	background-image: url(textgraphics/top.gif);
}
.middleline {
	background-image: url(textgraphics/middleline.gif);
}
.middle {
	background-image: url(textgraphics/middle.gif);
}
.dashline {
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dashed;
	border-left-style: none;
	border-bottom-color: #666666;
}
.solidborder {
	border: 1px solid #666666;
}
.lightgreyback {
	background-color: #CCCCCC;
}
.textbold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #CC0000;

}
.titleboldred {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #CC0000;
}
.medtextgrey {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #666666;
}
.greysolidline {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: medium;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #999999;
	border-left-color: #FFFFFF;
}
.smalltextindent {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #666666;
	list-style-position: inside;
	list-style-type: none;
	text-indent: 20px;


}
.border {
	border: 1px dotted #9966CC;
}
