BODY	{
		background-color:#F5FCE6;
		font-weight:bold;
		font-family:verdana,arial,comic sans ms,times new roman;
		color:#666799;
}
.buttonover  {
	border-style:inset;
	border-width:3px;
	border-color:#e2ebfe;
	background-color:#838792;
	text-decoration:none;   
	width:100px;
	
	left:16px;
	text-align:center;
	font-size:11px;
	line-height:13px;
	position:absolute;
	color:#ffffff;
	padding:0px;
	cursor:hand;
}

.buttonout  {
	border-style:outset;
	border-width:3px;
	border-color:#e2ebfe;
	background-color:#000071;
	text-decoration:none;   
	width: 100px;
	
	left:16px;
	font-size:12px;
	line-height:16px;
	position:absolute;
	text-align:center;
	color:#e2ebfe;
	padding:0px;
	cursor:hand;
}
.navigation	{
	left:0;
	width:100%;
	text-align:center;
	font-size:10px;
	background-color:#F5FCE6;
}
.counter	{
	left:0;
	width:132;
	text-align:center;
	bottom:10;
	position:absolute;
	z-index:-99;
}

A:link {
	TEXT-DECORATION: none
}
A:visited {
	TEXT-DECORATION: none
}
A:active {
	TEXT-DECORATION: none
}
A:hover {
	TEXT-DECORATION: none
}
