@charset "iso-8859-1";
/* AUTHOR: canaydinoglu@hotmail.com */
/* Generated by AceHTML Freeware http://freeware.acehtml.com */
/* Creation date: 06.03.2004 */

BODY {margin: 0} 

A.button 
	
{
    font-weight: bold;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 8px;
	padding-bottom: 0px;
	padding-left: 8px;
	border: outset;
	background-color: #D3D1AD;
	text-decoration: none;
	color: #336699;
	background-position: center;
	text-align: center;
	min-width: 75px;
	text-transform: lowercase;
}
A.button:link { 
  border-width: 1px;
  background-color: #008000; 
  color: #FFF;
  border-color: white black black white;
  text-decoration: none;
  border : thin outset;
  }
A.button:visited {
	background-color: #009933;
	color: #FFF;
	border-color: white black black white;
	text-decoration: none;
	border : thin outset;
}
A.button:hover {
	border-width: 1px;
	background-color: #99cc33;
	color: #0000CC;
	border-color: black white white black;
	text-decoration: none;
	border : thin inset;
}
A.button:active { 
  background-color: #FFFF00; 
  color: #0000CC; 
  border-color: black white white black;
  text-decoration: none;
  border : inset;
  }