@charset "UTF-8";
/* CSS Document */

#button
		{
		background-color		: #ffffff ;
		border-bottom			: 1px solid #000000 ;
		border-left				: 1px solid #909090 ;
		border-right			: 1px solid #000000 ;
		border-top				: 1px solid #909090 ;
      color						: #000080 ;
		font-family				: arial ;
		font-size				: 8pt ;
		font-weight				: normal ;
		margin					: 1px 6px 0 6px ;
		padding-left			: 6px ;
		text-align				: left ;
		width						: 140px ;
		}

#button:hover
		{
	background-color		: #FFFFFF;
	border-bottom			: 1px solid #ffffff;
	border-left				: 1px solid #909090;
	border-right			: 1px solid #ffffff;
	border-top				: 1px solid #909090;
	color						: #000000;
	font-family				: arial;
	font-weight				: normal;
	margin					: 1px 6px 0 6px;
	padding-left			: 6px;
	text-align				: left;
	text-decoration		: none;
	width						: 140px;
		}

#button-item
		{
	border-bottom			: 1px solid #000000;
	border-left				: 1px solid #909090;
	border-right			: 1px solid #000000;
	border-top				: 1px solid #909090;
	color						: #663300;
	font-family				: Arial, Helvetica, sans-serif;
	font-weight				: normal;
	margin					: 0 4px 0 4px;
	text-align				: center;
	width						: 80px;
	padding: 2px;
	text-decoration: none;
	font-size: 90%;
		}

#button-item:hover
		{
	border-bottom			: 1px solid #ffffff;
	border-left				: 1px solid #909090;
	border-right			: 1px solid #ffffff;
	border-top				: 1px solid #909090;
	color						: #FFFFFF;
	font-family				: arial;
	font-weight				: normal;
	margin					: 0 4px 0 4px;
	padding-left			: 2px;
	text-align				: center;
	text-decoration		: none;
	width						: 80px;
	background-color: #A3BACC;
		}

#fth-button-item
		{
	background-color		: #ffffff;
	border-bottom			: 1px solid #000000;
	border-left				: 1px solid #909090;
	border-right			: 1px solid #000000;
	border-top				: 1px solid #909090;
	color						: #000080;
	font-family				: arial;
	font-weight				: normal;
	margin					: 0 1px 0 0;
	padding-left			: 6px;
	text-align				: center;
	width						: 72px;
		}

#fth-button-item:hover
		{
	background-color		: #FFFFFF;
	border-bottom			: 1px solid #ffffff;
	border-left				: 1px solid #909090;
	border-right			: 1px solid #ffffff;
	border-top				: 1px solid #909090;
	color						: #000000;
	font-family				: arial;
	font-weight				: normal;
	margin					: 0 1px 0 0;
	padding-left			: 6px;
	text-align				: center;
	text-decoration		: none;
	width						: 72px;
		}


#button-goto
		{
	background-color		: #ffffff;
	border-bottom			: 1px solid #000000;
	border-left				: 1px solid #909090;
	border-right			: 1px solid #000000;
	border-top				: 1px solid #909090;
	color						: #000080;
	font-family				: arial;
	font-weight				: normal;
		}

#button-goto:hover
		{
	background-color		: #FFFFFF;
	border-bottom			: 1px solid #ffffff;
	border-left				: 1px solid #909090;
	border-right			: 1px solid #ffffff;
	border-top				: 1px solid #909090;
	color						: #000000;
	font-family				: arial;
	font-weight				: normal;
	text-align				: center;
	text-decoration		: none;
	width						: 24px;
		}

