.border1 {
	border: thin solid #D9D9D9;
}
.linkcolor {
	display: block;
}
.borderright {
	border-top: 1px none #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px none #CCCCCC;
	border-left: 1px none #CCCCCC;
}
.border2 {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
.bullets {
	list-style-type: disc;
}
.cellbg {
	background-image: url(/images/bg.jpg);
	background-repeat: repeat-x;
}

