@charset "utf-8";
.left_buttons {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #CCC;
	text-align: center;
	background-image: url(content_bottom.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	
	
}
.left_buttons_table {
	background-image: url(buttons/smallbtn.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	text-align: center;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #CCC;
	font-weight: bold;
}
.left_buttons_table:hover{
	background-image: url(buttons/smallbtn_over.jpg);
}
.left_buttons_table a:link {
	outline-style:none;
	outline-width:0;
	text-decoration: none;
}
.left_buttons_table a:visited {
	outline-style:none;
	outline-width:0;
	text-decoration: none;
}
.left_buttons_table a:active {
	outline-style:none;
	outline-width:0;
	background-image: url(buttons/smallbtn_over.jpg);
	text-decoration: none;
}
