.red-border {
	border: 1px solid #990000;
}
a:link {
	font: 11px Tahoma;
	color: #666666;
	text-decoration: none;
}
a:visited {
	font: 11px Tahoma;
	text-decoration: none;
	color: #666666;
}
a:hover {
	font: 11px Tahoma;
	color: #990000;
	text-decoration: none;
}
a:active {
	font: 11px Tahoma;
	color: #666666;
	text-decoration: none;
}
.text-normal {
	font: 11px/17px Tahoma;
	color: #666666;
	text-decoration: none;
}
.red-line-left {
	border-top: 1px none #990000;
	border-right: 1px none #990000;
	border-bottom: 1px none #990000;
	border-left: 1px solid #990000;
}
.red-line-right {
	border-top: 1px none #990000;
	border-right: 1px solid #990000;
	border-bottom: 1px none #990000;
	border-left: 1px none #990000;
}
.photo-border {
	border: thin solid #FFCC00;
}
.redline-bottom {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	text-decoration: none;
	border-top: 1px none #FFFF00;
	border-right: 1px none #FFFF00;
	border-bottom: 1px solid #FFFF00;
	border-left: 1px none #FFFF00;
}
