.cellBorderPinkL {
	border-left-width: medium;
	border-left-style: solid;
	border-left-color: #CC6699;
}
.cellBorderPinkLB {
	border-left-width: medium;
	border-left-style: solid;
	border-left-color: #CC6699;
	border-bottom-width: thick;
	border-bottom-style: solid;
	border-bottom-color: #CC6699;
}
.topBorderRed {
	border-top-width: medium;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #990066;
}
.bottomBorderRed {
	border-bottom-width: medium;
	border-bottom-style: double;
	border-right-style: none;
	border-top-style: none;
	border-left-style: none;
	border-bottom-color: #990066;
}

.topBorderRed {
	border-bottom-width: 0px;
	border-bottom-style: none;
	border-right-style: none;
	border-top-style: double;
	border-left-style: none;
	border-top-width: medium;
	border-top-color: #990033;
}
.bottomBorderGray {

	border-bottom-width: medium;
	border-bottom-style: double;
	border-right-style: none;
	border-top-style: none;
	border-left-style: none;
	border-bottom-color: #999999;
}
.topBorderGray {

	border-bottom-width: 0px;
	border-bottom-style: none;
	border-right-style: none;
	border-top-style: double;
	border-left-style: none;
	border-top-width: medium;
	border-top-color: #999999;
}
.cellLeftGray {
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #CCCCCC;
}
.cellRtBorderGray {
	border-left-width: 0px;
	border-left-style: none;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #CCCCCC;
}
.ltGrayBtmBrdr {
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #F1F1F1;
}
.topBorderLtGray {


	border-bottom-width: 0px;
	border-bottom-style: none;
	border-right-style: none;
	border-top-style: solid;
	border-left-style: none;
	border-top-width: thin;
	border-top-color: #F1F1F1;
}
.topBorderLtGrayPad {
	border-bottom-width: 0px;
	border-bottom-style: none;
	border-right-style: none;
	border-top-style: solid;
	border-left-style: none;
	border-top-width: thin;
	border-top-color: #999999;
	padding: 5px;
}
.cellPadRight {
	padding-right: 5px;
}
.ltGrayBtmBrdrPadRt {
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #F1F1F1;
	padding-right: 18px;
}
.cellPadLeft {
	padding-left: 10px;
}
.cellPadBtm {
	padding-bottom: 10px;
}
img.floatLeft { 
    float: left; 
    margin: 4px; 
}
img.floatRight { 
    float: right; 
    margin: 0px; 
	padding-left: 12px;
}
