

	a:link {
		text-decoration : none;}
	a:visited {
		text-decoration : none;}
	a:hover {
		text-decoration : underline;}
	a:active {
		text-decoration : underline;}
	
	.text	 {
		color: #000000;
		font-family: Verdana, Arial;
		font-weight : normal;
		font-size : 11px;}
		
	.textwhite	 {
		color: #ffffff;
		font-family: Verdana, Arial;
		font-weight : normal;
		font-size : 12px;}
		
	.smalltext	 {
		color: #000000;
		font-family: Verdana, Arial;
		font-weight : normal;
		font-size : 10px;}
		
	.largetext	 {
		color: #000000;
		font-family: Verdana, Arial;
		font-weight : normal;
		font-size : 12px;}
		
	.link	 {
		color: #800000;
		font-family: Verdana, Arial;
		font-weight : normal;
		font-size : 11px;}
		
		
	.linkwhite {
		color: #ffffff;
		font-family: Verdana, Arial;
		font-weight : normal;
		font-size : 11px;}
		
	.linkred	 {
		color: #ff0000;
		font-family: Verdana, Arial;
		font-weight : normal;
		font-size : 11px;}
		
	.largelink	 {
		color: #333333;
		font-family: Verdana, Arial;
		font-weight : normal;
		font-size : 12px;}
		
