.dark12 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
	color: 622D6E;
}
.dark12_no-line-height {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: 7B5C82;
}
.dark14bold {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: 602C6B;
	line-height: 25px;

}
.dark14bold_no-line-height {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: 602C6B;
	text-decoration: none;


}
a.dark12:hover {
   color :#93709B;
   text-decoration :none;
   cursor:hand;
}
a.dark14bold:hover {
   color :#93709B;
   text-decoration :none;
   cursor:hand;
}
a.dark14bold_no-line-height:hover {
   color :#93709B;
   text-decoration :underline;
   cursor:hand;
}
.background {
	background-attachment: fixed;
	background-image: url(../images/back.jpg);
	background-repeat: repeat-x;
}
.white12 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #E0D5E2;
}
.white10 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}
