.noCell {
}

.signupButton {
                border-top: #000000 solid 2px;
                border-left: #000000 solid 2px;
                border-right: #aaaaff solid 2px;
                border-bottom: #aaaaff solid 2px;
                background: #3b4fc5;
                text-align: center;
                font-variant: small-caps;
                font-family: arial;
                font-size: 14px;
                color: white;
                font-weight: bolder;
                cursor: pointer;
                filter:progid:DXImageTransform.Microsoft.Gradient (startColorstr=#ffaaaaff,endColorstr=#ff3b4fc5,gradientType=0,enabled=true)
}


.jumpButton {
                border-top: #000000 solid 2px;
                border-left: #000000 solid 2px;
                border-right: #ffaaaa solid 2px;
                border-bottom: #ffaaaa solid 2px;
                background: #ff1b47;
                text-align: center;
                font-variant: small-caps;
                font: arial;
                font-size: 12px;
                color: white;
                font-weight: bolder;
                filter:progid:DXImageTransform.Microsoft.Gradient (startColorstr=#ffffaaaa,endColorstr=#ccff0000,gradientType=0,enabled=true)
                cursor: crosshair;
}

.listingFont {
		font: arial;
		font-size: 10px;
		line-height: 15px;
		min-height: 15px;
}

.listingCell {
}

.listingRowOdd { 
		text-align: left;
		background: #ffffff;
		font-family: Arial;
		padding: 5px;
		line-height: 10px;
		color: #000000;
}

.listingRowEven {
		text-align: left;
		background: #efefff;
		font-family: Arial;
		padding: 5px;
		line-hight: 10px;
		color: #888888;
}

.listingRow {
		text-align: left;
		background: #ffffff;
		font-family: Arial;
		line-height: 10px;
}

.listingRow2line {
		text-align: left;
		background: #ffffff;
		font-family: Arial;
		font-size: 10px;
}

.title {
		background: #ff0000;
		font-family: arial;
		font-size: 18px;
		color: #eeeeee;
		text-align: center;
}

.signupTable {
		background: #ffffff;
		border-collapse: collapse;
		border-style: none;
}


.planDesc {
		font-family: arial;
		font-size: 9px;
		color: blue;
}

.planTitle {
		font-family: "arial";
		font-size: 18px;
}

.item {
		text-align: center;
		font-family: arial;
		font-size: 10px;
}
