.textcell{
	font-weight : 500;
	font-size : 16px;
		font-family : "Palatino,Georgia,Book Antiqua,Times,serif";
		color: #330000;
	
	}


.textcell2{
	font-weight : 500;
	font-size : 16px;
		font-family : "Palatino,Georgia,Book Antiqua,Times,serif";
		color: #990000;
	    font-style: italic;
	
	}


.textsmall{
	font-weight : normal;
	font-size : 14px;
		font-family : "Georgia,Book Antiqua,Palatino,Times,serif";
	
	}

.textmini{
	font-weight : normal;
	font-size : 12px;
	font-family : Tahoma,Verdana,Helvetica,Arial,sans-serif;
	color:#ffffff;
	}
	a:link {
	font-weight: 600;
	text-decoration:none;
		
	}
	a:visited {
	font-weight: 600;
	text-decoration: none;

	}
	a:active {
	
	}
	a:hover {
	font-weight: 600;
	color: #FF0066;
	text-decoration:underline;
	}
