.stdtext1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #F0F0F0;
}

.stdtext1 a:link, .stdtext1 a:visited {
	color: #CCFFFF;
	font-weight: bold;
	text-decoration: none;
}

.stdtext1 a:hover {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: underline;
}
/* ----------------------------------- */
.stdtext2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #F0F0F0;
	font-variant: small-caps;
}


.stdtext2 a:link {
	color: #D6F4F5;
	/*font-weight: bold;*/
	text-decoration: none;
}

.stdtext2 a:visited {
	color: #999999;
	text-decoration: none;
	/*
	font-weight: bold;
	font-weight: normal;
	text-decoration: underline;
	font-style: italic; 
	*/
}

.stdtext2 a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
/* ----------------------------------- */
.lnktext1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #F0F0F0;
}

.lnktext1 a:link, .lnktext1 a:visited {
	color: #CCFFFF;
	font-weight: bold;
	text-decoration: none;
}

.lnktext1 a:hover {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: underline;
}
/* ----------------------------------- */
.titletext1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #F0F0F0;
	font-variant: small-caps;
}

.titletext1 a:link, .titletext1 a:visited {
	color: #D6F4F5;
	font-weight: bold;
	text-decoration: none;
}

.titletext1 a:hover {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: underline;
}
/* ----------------------------------- */
.smalltext1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #CACACA;
}

