								/* CSS File: Common */






.mainbar
	{
	margin		: 0px 0px 0px 0px	;
	text-align	: center			;
	font-size	: small				;
	line-height	: 2.25em			;
	font-weight	: bold				;
	}


a.mainbar_link:link
	{
	color			: white				;
	text-decoration	: none				;
	padding			: 2px 2px 2px 2px	;
	margin			: 2px 2px 2px 2px	;
	border			: 1px solid white	;
	}

a.mainbar_link:visited
	{
	color			: white				;
	text-decoration	: none				;
	padding			: 2px 2px 2px 2px	;
	margin			: 2px 4px 2px 4px	;
	border			: 1px solid white	;
	}

a.mainbar_link:focus
	{
	color			: white	;
	text-decoration	: none	;
	}

a.mainbar_link:hover
	{
	color			: black				;
	background-color: white				;
	text-decoration	: none				;
	border			: 1px solid white	;
	}

a.mainbar_link:active
	{
	}

.center
	{
	text-align	: center	;
	}



							/* End of CSS File */