

body { margin: 0; padding: 0px; font-family: Georgia, serif; }



A:link	 {color: #000000;

	 text-decoration:none}

A:visited {color: #000000;

	  text-decoration:none}

A:active  {color: #FFFFFF;

	  text-decoration:none}

A:hover	 {color: #FFFFFF;

	  text-decoration:none}

a img { border:none; color:#fff }


a.button {
	/* Default positioning of button */
	display: block;
	margin: 0 auto;
	width: 35px; /* if no width was set, the button would
	               expand to the width of its parent */
	text-align:center;
	line-height: 46px; /* will keep the text vertically
	                     centered on the 46px high button */				

	/* Font styling */
	font-family: Helvetica;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
	color: #fff;
	text-shadow: #333 0px 1px 1px; /* slight white drop shadow */

	/* Button image is 29px wide.
		14px for the left part of the button
		14px for the right
		1px for the middle
	*/
	border-width: 0 14px 0 14px;
	-webkit-border-image: url(grayButton.png) 0 14 0 14;
}
a.button:hover {
	color: #fff;
	text-shadow: #333 0px 1px 1px;
	-webkit-border-image: url(blueButton.png) 0 14 0 14;
}
a.button1 {
	/* Default positioning of button */
	display: block;
	margin: 0 auto;
	width: 150px; /* if no width was set, the button would
	               expand to the width of its parent */
	text-align:center;
	line-height: 46px; /* will keep the text vertically
	                     centered on the 46px high button */				

	/* Font styling */
	font-family: Helvetica;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
	color: #fff;
	text-shadow: #333 0px 1px 1px; /* slight white drop shadow */

	/* Button image is 29px wide.
		14px for the left part of the button
		14px for the right
		1px for the middle
	*/
	border-width: 0 14px 0 14px;
	-webkit-border-image: url(grayButton.png) 0 14 0 14;
}
a.button1:hover {
	color: #fff;
	text-shadow: #333 0px 1px 1px;
	-webkit-border-image: url(blueButton.png) 0 14 0 14;
}
a.button2 {
	/* Default positioning of button */
	display: block;
	margin: 0 auto;
	width: 80px; /* if no width was set, the button would
	               expand to the width of its parent */
	text-align:center;
	line-height: 46px; /* will keep the text vertically
	                     centered on the 46px high button */				

	/* Font styling */
	font-family: Helvetica;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
	color: #000;
	text-shadow: #999 0px 1px 1px; /* slight white drop shadow */

	/* Button image is 29px wide.
		14px for the left part of the button
		14px for the right
		1px for the middle
	*/
	border-width: 0 14px 0 14px;
	-webkit-border-image: url(whiteButton.png) 0 14 0 14;
}

a.button2:hover {
	color: #fff;
	text-shadow: #333 0px 1px 1px;
	-webkit-border-image: url(blueButton.png) 0 14 0 14;
}
a.button3 {
	/* Default positioning of button */
	display: block;
	margin: 0 auto;
	width: 80px; /* if no width was set, the button would
	               expand to the width of its parent */
	text-align:center;
	line-height: 46px; /* will keep the text vertically
	                     centered on the 46px high button */				

	/* Font styling */
	font-family: Helvetica;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
	color: #fff;
	text-shadow: #333 0px 1px 1px; /* slight white drop shadow */

	/* Button image is 29px wide.
		14px for the left part of the button
		14px for the right
		1px for the middle
	*/
	border-width: 0 14px 0 14px;
	-webkit-border-image: url(blueButton.png) 0 14 0 14;
}

.text  {font-family: Helvetica,Verdana, Arial;
          font-size: 12px;
          line-height: 13px;
         color: #000000;
-webkit-text-size-adjust: none;
}  




