@charset "UTF-8";

.printonly	{
				display:	none;
			}

.aleft		{
				text-align: left;
			}

.aright		{
				text-align: right;
			}

.acenter	{
				text-align: center;
			}

.avamber	{
				background-color: #FF6600;
				color: white;
				font-weight: bold;
			}

.avblue		{
				background-color: #0066FF;
				color: white;
				font-weight: bold;
			}

.avgreen	{
				background-color: #33CC66;
				color: white;
				font-weight: bold;
			}

.avred		{
				background-color: #FF0000;
				color: white;
				font-weight: bold;
			}

.av-colhead	{
				background-color: #660099;
				color: white;
				font-weight: bold;
				text-align: left;
			}

.av-rowhead	{
				background-color: #9966FF;
				color: white;
				font-weight: bold;
				text-align: left;
			}

