.text
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	color: #3a3939;
	line-height : 18px;
}
.text
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	color: #3a3939;
	line-height : 18px;
}
a.text:hover
{
	color: #89288f;
	line-height : 18px;
}
.txtviolet
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	text-decoration: underline;
	color: #89288f;
	line-height : 18px;
}
a.txtviolet:hover
{
	color: #ec008c;
	line-height : 18px;
}
.txtpink
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	color: #ca244b;
	line-height : 18px;
}
a.txtpink:hover
{
	color: #89288f;
	line-height : 18px;
}

.txtwhite
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	color: #ffffff;
	line-height : 12px;
}
a.txtwhite:hover
{
	color: #cda2d0;
	line-height : 12px;
}
.inputBOX,textarea,select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	padding: 1px;
	border: 1px solid #7e0095;
}

#bold {font-weight: bold}
#small {font-size: 11px}
#big {font-size: 13px}
#underline {text-decoration: underline;}
#notline {text-decoration: none;}
