@charset "UTF-8";

.noprint		{
					display:	none;
				}

.photo			{
					display:	none;
				}

#main-rightbox	{
					display:	none;
				}
#botlinks {
	width: 100%;
	margin-top: 0px;
	text-align: center;
	color: #CCCCCC;
	font-size: 90%;
	clear: both;
	padding-top: 20px;
	float: none;
}

.aleft	{
			text-align: left;
		}

.aright	{
			text-align: right;
		}

.shrink	{
			font-size: 90%;
		}

.bluetext	{
				color: #0000FF;
			}

.redtext	{
				color: #FF0000;
			}

.purpletext	{
				color: #FF00FF;
			}

.whitetext	{
				color: #FFFFFF;
			}

.greenbox	{
				background-color: #00FF00;
			}

.amberbox	{
				background-color: #FF9600;
			}

.redbox		{
				background-color: #FF0000;
				color: #FFFFFF;
			}

.greybox	{
				background-color: #D5D5D5;
			}

ol.withroman		{
						list-style-type:	lower-roman;
					}

ol.withalpha		{
						list-style-type:	lower-alpha;
					}

.nob	{
			border: none;
			text-decoration: none;
		}

.outline	{
				border: 1px solid black;
			}

.strike	{
			text-decoration: line-through;
		}

.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;
			}

.imgright	{
				margin-left: 8px;
				margin-right: 8px;
				float: right;
			}
