/* green and blue button styles for new home page */
a.grn_button, a.blu_button {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	text-align: center;
	display: block;
	padding: 0 5px;
	vertical-align: top;
	color: #FFF;
	font-weight: bold;
}

a.grn_button:link, a.blu_button:link {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	text-align: center;
	display: block;
	padding: 0 5px;
	vertical-align: top;
	text-decoration: none;
}

a.grn_button:visited, a.blu_button:visited {
	text-decoration: none;
	color: #FFF;
}

a.grn_button:hover, a.blu_button:hover {
	text-decoration: none;
	color: #FFC;
}

a.grn_button:active, a.blu_button:active {
	text-decoration: none;
	color: #FFC;
}


/*
a.yel_button {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	text-align: center;
	display: block;
	padding-top: 0px;
	padding-right: 5px;
	padding-left: 5px;
	vertical-align: top;
	color: #FFF;
	font-weight: bold;
}

a.yel_button:link {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	text-align: center;
	display: block;
	padding-top: 0px;
	padding-right: 5px;
	padding-left: 5px;
	vertical-align: top;
	text-decoration: none;
}

a.yel_button:visited {
	text-decoration: none;
	color: #FFF;
}

a.yel_button:hover {
	text-decoration: none;
	color: #FFC;
}

a.yel_button:active {
	text-decoration: none;
	color: #FFC;
}
*/