/* *************************** */
/* Anchor Link styles (Global) */
/* *************************** */

/* Standard Link Style */
a:link
{	color: #FFDE93;
	text-decoration: none
}

a:visited
{	font-weight: normal;
	color: #FFDE93;
	text-decoration: none
}

/* Hover Link Style */
a:hover, a:active
{	color: #FFFFFF;
	text-decoration: underline border 1px solid #660099;
}

/* ****************************** */
/* Core Text styles (White Pages) */
/* ****************************** */
.core
{
	font-weight: normal;
	font-size: .8em;
	color: #333399;
	font-family: Arial;
}

.coreTitle
{
	font-weight: bold;
	font-size: .9em;
	color: #333399;
	font-family: Arial;
}

.errorTxt
{
	font-weight: normal;
	font-size: .8em;
	color: #FF0000;
	font-family: Arial;
}