a.frontedit_menu:link    	{font-family: Arial, sans-serif; font-size:11px; color:#4D4D4D; text-decoration:none; font-weight:bold}
a.frontedit_menu:visited 	{font-family: Arial, sans-serif; font-size:11px; color:#4D4D4D; text-decoration:none; font-weight:bold}
a.frontedit_menu:hover   	{font-family: Arial, sans-serif; font-size:11px; color:#000000; text-decoration:none; font-weight:bold; background-color:transparent}
.frontedit_menuchoosen     	{font-family: Arial, sans-serif; font-size:11px; color:#000000; text-decoration:none; font-weight:bold}
.stats       			{font-family: Arial, sans-serif; font-size:9px; color:#000000; font-weight:normal}
.frontedit_link		 	{cursor:hand;}
/*
#fronteditContents {
	min-height: 100%;
	width: 100%;
	height: 100%;
}

/*
 * The "height" above is a hack for IE5+/Win.  Below we adjust
 * it using the child selector to hide from IE5+/Win
 */

html>body #fronteditContents {
	height: auto;
}

/*
 * Without this, Moz1.0 adds a vertical scrollbar
 */

#fronteditContents {
	position: absolute;
	top:0;
	left:0;
}

#fronteditFooter {
	position: absolute;
	bottom: 0;
	width: 100%; /* See note below */
}

#fronteditMain {
	height: auto;
}
*/