.textcell {
	font-weight : normal;
	font-size : 14px;
	font-family : Trebuchet,Tahoma,Verdana,Helvetica,sans-serif;
	color: #000000;
	}

.texttall { 
	font-weight : normal;
	font-size : 14px;
	line-height: 26px;
	font-family : Trebuchet,Tahoma,Verdana,Helvetica,sans-serif;
	color: #000000;
	}

.textwhite {
	font-weight : normal;
	font-size : 14px;
	font-family : Trebuchet,Tahoma,Verdana,Helvetica,sans-serif;
	color: #FFFFFF;
	}

.textcomment {
	font-weight : normal;
	font-size : 13px;
	font-family : Helvetica,sans-serif;
	color: #FFFFFF;
	}

.nakedtext {
	font-weight: normal;
	font-size: 17px;
	font-family : Palatino,Times,serif;
	font-style: italic;
	color: #FFFFFF;
}

	a:link {
	text-decoration:none;
	font-family : Trebuchet,Tahoma,Verdana,Helvetica,sans-serif;
	font-size : 13px;	
	color: #FFCC33;
}
	a:visited {
	text-decoration:none;
	color: #FFCC33;
}
	a:active {
	text-decoration:none;
	color: #9933FF;
}
	a:hover {
	color: #FF0000;
	text-decoration:none;
}
