/*******************************************************************************
 *
 *	Default Site Style
 *
 ******************************************************************************/

body {
	font-family:	'Trebuchet MS';
	font-size:		62.5%;
	/*	Base font is now 10pt, use %'s to allow user to resize		*/
	/*	80% = 8pt, 95% = 9.5pt, 120% = 12pt, etc.					*/
}

.VisitedAdmin {
	background-image:	url('./gfx/VisitedAdmin.png');
	width:				114px;
	height:				84px;
	position:			absolute;
	right:				0px;
	top:				0px;
}

.VisitedAdminLink {
	width:		43px;
	height:		38px;
	position:	absolute;
	right:		0px;
	top:		0px;
	cursor:		pointer;
}