.border {
	border: 1px solid #ACACAC;
}
A:active { 
    text-decoration: none;
}
A:link {
	color: #669966;
	text-decoration: none;
}
A:visited {
	color: #477847;
	text-decoration: none;
}
A:hover  {
	text-decoration: underline;
	color: #BF5600;
}
body {
	font-family: "Trebuchet MS", "MS Sans Serif", Verdana;
}
.alltxt {
    font-family: "Trebuchet MS", "MS Sans Serif", Verdana;
	font-size: 9pt;
	line-height: 15px;
}
.cellrows {
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-bottom-color: #2A5B4E;
}
.cellbg {
	background-attachment: fixed;
	background-image: url(images/cellcorner.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.smalltxt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;
}
.sometxt {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 8pt;
	line-height: normal;
}
.bordergrn {
	border: 1px solid #2A5B4E;
}
.rowsltgrn {
	border-top: 1px none;
	border-right: 1px none;
	border-bottom: 1px solid #DFE6DF;
	border-left: 1px none;
}
