.styTxtLink:link
{
	font-family: Tahoma, Arial, Courier New;
	font-size: 10px;
	color: #193F86;
	font-weight: normal;
	text-decoration: none;
}

.styTxtLink:visited
{
	font-family: Tahoma, Arial, Courier New;
	font-size: 10px;
	color: #193F86;
	font-weight: normal;
	text-decoration: none;
}

.styTxtLink:hover
{
	font-family: Tahoma, Arial, Courier New;
	font-size: 10px;
	color: #193F86;
	font-weight: normal;
	text-decoration: underline;
}

.styTxtButton
{
	font-family: Tahoma, Arial, Courier New;
	font-size: 10px;
	color: #7f7f7f;
	font-weight: normal;
}

.styTxtNormal
{
	font-family: Tahoma, Arial, Courier New;
	font-size: 10px;
	color: #6c6c6c;
	font-weight: normal;
	letter-spacing: 1px;
}

.styTxtNormalSub
{
	font-family: Tahoma, Arial, Courier New;
	font-size: 6px;
	position: relative;
	top: -6px;
	left: -2px;
	color: #6c6c6c;
	font-weight: normal;
	letter-spacing: 1px;
}

.styTxtNormalRed
{
	font-family: Tahoma, Arial, Courier New;
	font-size: 10px;
	color: #ff0000;
	font-weight: normal;
	letter-spacing: 1px;
}

.styTxtTitle
{
	font-family: Tahoma, Arial, Courier New;
	font-size: 10px;
	color: #6c6c6c;
	font-weight: bold;
	letter-spacing: 1px;
}

.styTxtCopyRight
{
	font-family: Tahoma, Arial, Courier New;
	font-size: 9px;
	color: #919191;
	font-weight: normal;
}