.orange_button{
	background-color: #FFC0C0;
	font-weight: bold;
	font-size: 10px;
	text-align: center;
	height: 24px;
	min-width: 120px;
}

.advert_button{
		background-color: #7B7D39;
		border:solid 1px #000000;
		font-weight: bold;
		font-size: 10px;
		text-align: center;
		height: 24px;
		min-width: 120px;
		color:#FFFFFF;
}

.pink_button{
	background-color: #FF00FF;
	font-weight: bold;
	font-size: 10px;
	text-align: center;
	height: 24px;
	min-width: 180px;
}

.white_button{
	background-color: #F7EFE7;
	font-weight: bold;
	font-size: 10px;
	text-align: center;
	height: 24px;
	min-width: 180px;
	color: #840084;
}

.anchor_white_button{
	background-color: #F7EFE7;
	font-weight: bold;
	font-size: 10px;
	text-align: center;
	text-decoration:none;
	height: 24px;
	min-width: 180px;
	color: #840084;
	border-top:solid 1px #CCCCCC;
	border-left:solid 1px #CCCCCC;
	border-right:solid 2px #827B60;
	border-bottom:solid 2px #827B60;
	padding: 3px 10px 3px 10px;
}

.anchor_lightpink_button{
	background-color: #FFC3FF;
	font-weight: bold;
	font-size: 10px;
	text-align: center;
	text-decoration:none;
	height: 24px;
	min-width: 180px;
	color: #840084;
	border-top:solid 1px #CCCCCC;
	border-left:solid 1px #CCCCCC;
	border-right:solid 2px #827B60;
	border-bottom:solid 2px #827B60;
	padding: 3px 10px 3px 10px;
}

.anchor_lightorange_button{
	background-color: #FFE3C6;
	font-weight: bold;
	font-size: 10px;
	text-align: center;
	text-decoration:none;
	height: 24px;
	min-width: 180px;
	color: #840084;
	border-top:solid 1px #CCCCCC;
	border-left:solid 1px #CCCCCC;
	border-right:solid 2px #827B60;
	border-bottom:solid 2px #827B60;
	padding: 3px 10px 3px 10px;
}

.anchor_pink_button{
	background-color: #FF00FF;
	font-weight: bold;
	font-size: 10px;
	text-align: center;
	height: 24px;
	min-width: 180px;
	color: #840084;
	border-top:solid 1px #CCCCCC;
	border-left:solid 1px #CCCCCC;
	border-right:solid 2px #827B60;
	border-bottom:solid 2px #827B60;
	padding: 3px 10px 3px 10px;
}

.light_pink_button{
	background-color: #FFC0FF;
	font-weight: bold;
	font-size: 10px;
	text-align: center;
	height: 24px;
	min-width: 120px;
}

.light_blue_button{
	background-color: #C0C0FF;
	font-weight: bold;
	font-size:10px;
	text-align: center;
	height: 24px;
	min-width: 120px;
}

.gray_button{
	background-color: #B8B3B0;
	color: #555250;
	font-weight: bold;
	font-size:10px;
	height: 24px;
	text-align: center;
}

.gray_button:hover{
	background-color:#D2D0CB;
	font-weight: bold;
	font-size:10px;
	height: 24px;
	text-align: center;
	color:#555250;
	cursor: pointer;
	cursor: hand;
}

.green_button{
	background-color: #00FF33;
	color: #000000;
	font-weight: bold;
	font-size:10px;
	height: 24px;
	text-align: center;
}

.green_button:hover{
	cursor: pointer;
	cursor: hand;
}

.yellow_green_button{
	background-color: #84FF84;
	color: #000000;
	font-weight: bold;
	font-size:10px;
	height: 24px;
	text-align: center;
}

.taal_button{
	background-color: #7F7D39;
	color: #000000;
	font-weight: bold;
	font-size:10px;
	height: 24px;
	text-align: center;
	min-width:180px;
}

