/** Main table sizes **/
	#table_head { height: 204px; }
	#table_foot { height: 119px; }

/** Anchors **/
	/* Menu */
		td#menu * a, a.menu
		{
			color: #333333;
			text-decoration: none;
		}
		a.menu
		{
			font-weight: bold;
		}
		td#menu * a:hover,a.menu:hover
		{
			color: #FFFF00;
		}
	
	/* Normal */
		a
		{
		}
		a:hover
		{
			margin-top: 0px;
		}
	
	/* Right */
		td.right * a
		{
			color: #333333;
			text-decoration: none;
		}
		td.right * a:hover
		{
			color: #FFFF00;
		}


.small { font-size: 9px; }

.medium { }

.mediumbold { font-weight: bold; }

.big { font-size: 16px; }

.xbig { font-size: 24px; }

.indent
{
	margin: 0;
	padding-left: 10px;
	font-size: 9px; 
}

hr, h1
{
	border-color: #8778E8;
	border-style: solid;
}

.error
{
	color: #ff0000;
	text-align: center;
	font-weight: bold;
}

td#menu
{
	vertical-align: top;
	background-color: #8678E7;
	color: #cccccc;
}

td.righttop { background-color: #E978BA; }
td.right { background-color: #E978BA; }

table#scroller
{
	background-color: #836FFF;
	border: 1px solid black;
}

/** Drop-in box **/
	#dropinboxv2
	{
		border: 2px solid black;
		background-color: #E978BA;
	}
