.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	list-style-type: disc;
	list-style-position: inside;
	list-style-image: none;
	color: #FFFFFF;


}
.title {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 24px;
	font-weight: bold;
	color: #5A2B55;
	font-variant: normal;
	text-transform: none;
	letter-spacing: 2px;

}
.titleDark {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 24px;
	font-weight: bold;
	color: #EBEBDE;
	text-transform: uppercase;
	letter-spacing: 1px;



}
.textSmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: normal;
	list-style-position: inside;
	list-style-image: url(../preview/camille/images/dash.gif);

}
.textMed {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: normal;
	list-style-type: square;
	list-style-position: outside;
	list-style-image: url(../preview/camille/images/square.gif);

}
.titleNoSpace {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 24px;
	font-weight: bold;
	color: #5A2B55;
	font-variant: normal;
	text-transform: none;
	letter-spacing: normal;
}
.textGray {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: normal;
	list-style-type: none;
	list-style-position: outside;
	list-style-image: url(../preview/camille/images/square.gif);
	color: #999999;

}
.centered {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -25%;
  margin-left: -25%;
  
 } 
