.redLink a:link, .redLink a:visited, .redLink a:hover {
	color: #CC3333;
}
.redLink a:active {
	color: #FF0000;
}
.orangeLink a:link, .orangeLink a:visited, .orangeLink a:hover {
	color: #FF6600;
}
.orangeLink a:active {
	color: #FF9900;
}
.yellowLink a:link, .yellowLink a:visited, .yellowLink a:hover {
	color: #CC6600;
}
.yellowLink a:active {
	color: #FFCC33;
}
.greenLink a:link, .greenLink a:visited, .greenLink a:hover {
	color: #66CC33;
}
.greenLink a:active {
	color: #66CC00;
}
.purpleLink a:link, .purpleLink a:visited, .purpleLink a:hover {
	color: #9966FF;
}
.purpleLink a:active {
	color: #9999FF;
}
#cellCenter {
	float: left;
	width: 401px;
	padding-right: 5px;
}
#cellRight {
	float: left;
	width: 164px;
	padding-right: 5px;
}
.txtBoxCap401 {
	width: 401px;
}
.txtBoxNoFooter {
	background-repeat: repeat-x;
	margin-top: -1px;
	margin-bottom: 20px;
	z-index: 0;
	padding: 10px 10px 0px 10px;
	background-color:#FFFFFF;
	border-left: 1px solid #B3B3B3;
	border-right: 1px solid #B3B3B3;
	border-bottom: 1px solid #B3B3B3;
	border-top: 1px solid #666666;
}
/*.txtBoxNoFooter p {
	line-height: 5px;
}
*/
.txtBox401 {
	width: 379px;
}
.txtBoxFooter401 {
	background-image: url("../images/txtBox_footer_401.gif");
	height: 24px;
	width: 401px;
}
.txtBoxFooter215 {
	background-image: url("../images/txtBox_footer_215.gif");
	height: 24px;
	width: 215px;
}
.alignright {
	text-align: right;
}
.ul {
	border-bottom: 1px solid #CCCCCC;
}
