.border {
	border-left:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
	border-bottom:1px solid #CCCCCC;
	border-top:1px solid #CCCCCC;
}
.text {
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	font-weight: normal;
	color: #666666;
}
.boldtext {
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	font-weight: bold;
	color: #666666;
}
.redtext {
	font-family: Tahoma, Verdana, Arial;
	color: #C90E08;
	font-size: 11px;
	font-weight: bold;
	text-decoration:none;
}
.redtext:hover {
	color:#666666;
}
.graybg {
	background-color: #EEEEEE;
}
.normalredtext {
	font-family: Tahoma, Verdana, Arial;
	color: #C90E08;
	font-size: 11px;
	font-weight: normal;
	text-decoration:none;
}
