 a:link{
   color : #FCFCF5;
	text-decoration : none;
}

 a:visited{
	color : #FCFCF5;
	text-decoration : none;
}

 a:hover{
	color : #FCFCF5;
	text-decoration : underline;
	
}

 a:active{
	color : #FCFCF5;
	text-decoration : none;
}

.maintextWhite{
	color : #FFFFFF;
	font : normal 14px Tahoma, "MS Sans Serif", Geneva, sans-serif;
}

.maintextWhiteBold{
	color : #FFFFFF;
	font : bold 14px Tahoma, "MS Sans Serif", Geneva, sans-serif;
}

.footer{
	color : #62717F;
	font : normal 13px "MS Sans Serif", Geneva, sans-serif;
}

.footerBold{
	color : #62717F;
	font : bold 13px "MS Sans Serif", Geneva, sans-serif;
}

.linktext{
	color : #FCFCF5;
	font : bold 12px Tahoma, "MS Sans Serif", Geneva, sans-serif; 
}

.linktextSmall{
	color : #62717F;
	font : bold 14px Tahoma, "MS Sans Serif", Geneva, sans-serif;
}

.redErrorText{
	color : #647482;
	font : bold 14px Tahoma, "MS Sans Serif", Geneva, sans-serif;
}

TEXTAREA, INPUT, SELECT, OPTION, .area {
	font : normal 70% Courier New, Courier, monospace;
}

