/* CSS Document */

body	{background:#000000;
		 color:#f4d1d1;
		 font-size:large;}

.FR		{float:right;}

.FR1	{float:right;
		 margin:5px;}

.FL		{float:left;}

.FL1	{float:left;
		 margin:5px;}

.Small	{font-size:small;}

ul.tick	{list-style-image:url(images/tick.jpg);}

.hidden	{visibility:hidden;}

.norep	{background-repeat:no-repeat;}

.backcent	{background-repeat:no-repeat;
			 background-position:center;}