/* CSS */

.indexNormal{
	color:			#415de9;
	TEXT-ALIGN:		left;
	FONT-SIZE:		14px;
	font-weight:		bold;
	text-decoration:	none;
        margin:			0px;
	width:			170;
}
.indexNormal	a:link		{text-decoration:none; color:#415de9;}
.indexNormal	a:visited	{text-decoration:none; color:#415de9;}
.indexNormal	a:hover		{text-decoration:none; color:#fcb0f9;}


.boldText{
	FONT-WEIGHT:		Bold;
	TEXT-DECORATION:	None;
}

.normalText{
	color:			#000000;
	font-size:		14px;
	font-weight:		normal;
	text-decoration		:none;
	line-height:		20px;
}
.middleText{
	color:			#000000;
	font-size:		12px;
	font-weight:		normal;
	text-decoration:	none;
	line-height:		18px;
}

.smallText{
	COLOR:			#000000;
	FONT-SIZE:		10px;
	FONT-WEIGHT:		normal;
	TEXT-DECORATION:	None;
}

.normalBlueText{
	color:			#415de9;
	font-size:		14px;
	font-weight:		normal;
	text-decoration:	none;
	line-height:		20px;
}
.middleBlueText{
	color:			#415de9;
	font-size:		12px;
	font-weight:		normal;
	text-decoration:	none;
	line-height:		18px;
}

.smallBlueText{
	COLOR:			#415de9;
	FONT-SIZE:		10px;
	FONT-WEIGHT:		normal;
	TEXT-DECORATION:	None;
}

.tableText{
	background-color:	#cae4ff;
	color:			#000000;
	font-size:		12px;
	font-weight:		normal;
	text-decoration:	none;
	line-height:		20px;
	padding-left:		10px;
}

.pinkText{
	color:			#FFA5F0;
	font-size:		14px;
	font-weight:		bold;
	text-decoration:	none;
	line-height:		20px;
}

