.borderltorange {
	border: 1px solid #FFCC99;
}
a:link {
	color: #CC3333;
	text-decoration: none;
	}

a:hover{
	color: #FF9966;
	text-decoration: none;
	font-weight: bold;
	}

a:visited {
	color: #333333;
	text-decoration: none;
	}
.borderwhite {

	border: 1px solid #FFFFFF;
}
.textorange {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 15px;
	color: #FF9966;
}
.textred {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 13px;
	color: #CC3300;
}
.bottomltorange {
	border-top: 0px none;
	border-right: 0px none;
	border-bottom: 1px solid #FFCC99;
	border-left: 0px none;

}
.borderred {

	border: 1px solid #CC3300;
}
.bottomred {

	border-top: 0px none;
	border-right: 0px none;
	border-bottom: 1px solid #CC3300;
	border-left: 0px none;
}
.texttitlered {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	color: #CC3300;
	text-transform: uppercase;
	letter-spacing: .15px;

}
.textgrey {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 15px;
	color: #666666;
}
