	.text_small{
     font-family : Verdana, Arial;
     color : Black;
     font-size : xx-small;
     }
     
     .text_regular{
     font-family : Verdana, Arial;
     color : Black;
     font-size : x-small;
     }
     
     .text_large{
     font-family : Verdana, Arial;
     color : Black;
     font-size : small;
     }
	 
	 .text_white_small{
     font-family : Verdana, Arial;
     color : White;
     font-size : xx-small;
     }
     
     .text_white_regular{
     font-family : Verdana, Arial;
     color : White;
     font-size : x-small;
     }
     
     .text_white_large{
     font-family : Verdana, Arial;
     color : White;
     font-size : small;
     }
	
	A.back_blue  {
		text-decoration: linethrough;
		font-family : Verdana,Arial;
		color : White;
		font-size : xx-small;
	}
	
	A.back_blue:Visited  {}
	
	A.back_blue:Active  {}
	
	A.back_blue:Hover  {
	color : Silver;
	}
	
	A.menu  {
		text-decoration : none;
		font-family : Verdana,Arial;
		color : White;
		font-size : xx-small;
	}
	
	A.menu:Visited  {}
	
	A.menu:Active  {}
	
	A.menu:Hover  {
	color : Yellow;
	}

	A.noaccess  {
		text-decoration : none;
		font-family : Verdana,Arial;
		color : silver;
		font-size : xx-small;
	}
	
	A.noaccess:Visited  {}
	
	A.noaccess:Active  {}
	
	A.noaccess:Hover  {
	color : silver;
	}
	
	A.regular  {
		text-decoration : none;
		font-family : Arial;
		color : black;
		font-size : x-small;
	}
	
	A.regular:Visited  {color:black;}
	
	A.regular:Active  {color:Red;}
	
	A.regular:Hover  {color :blue;}
	
	A.miniregular  {
		text-decoration : none;
		font-family : Verdana,Arial;
		color : gray;
		font-size : xx-small;
	}
	
	A.miniregular:Visited  {color:gray;}
	
	A.miniregular:Active  {color:Red;}
	
	A.miniregular:Hover  {color :blue;}
