/* Green button link. */
#gbutton a:link {
	display:block;
	color:#000;
	text-decoration:none;
	margin:0px 0px 0px 0px;
	padding: 8px 10px 10px 10px;
	background-image: url(/images/but_g.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
#gbutton a:visited {
	display:block;
	color:#000;
	text-decoration:none;
	margin:0px 0px 0px 0px;
	padding: 8px 10px 10px 10px;
	background-image: url(/images/but_g.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
#gbutton a:hover {
	display:block;
	color:#336699;
	color:#FFF;
	text-decoration:none;
	margin:0px 0px 0px 0px;
	padding: 8px 10px 10px 10px;
	background-image: url(/images/but_g_o.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
#gbutton a:active {
	display:block;
	color:#336699;
	text-decoration:none;
	margin:0px 0px 0px 0px;
	padding: 8px 10px 10px 10px;
	background-image: url(/images/but_g.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}

/* Yellow button link */
#ybutton a:link {
	display:block;
	color:#000;
	text-decoration:none;
	margin:0px 0px 0px 0px;
	padding: 8px 10px 10px 10px;
	background-image: url(/images/but_y.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
#ybutton a:visited {
	display:block;
	color:#000;
	text-decoration:none;
	margin:0px 0px 0px 0px;
	padding: 8px 10px 10px 10px;
	background-image: url(/images/but_y.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
#ybutton a:hover {
	display:block;
	color:#336699;
	color:#FFF;
	text-decoration:none;
	margin:0px 0px 0px 0px;
	padding: 8px 10px 10px 10px;
	background-image: url(/images/but_y_o.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
#ybutton a:active {
	display:block;
	color:#000;
	text-decoration:none;
	margin:0px 0px 0px 0px;
	padding: 8px 10px 10px 10px;
	background-image: url(/images/but_y.gif);
	background-repeat: no-repeat;
	background-position: center center;
}

/* blue button link. */
#bbutton a:link {
	display:block;
	color:#FFF;
	text-decoration:none;
	margin:0px 0px 0px 0px;
	padding: 6px 10px 12px 10px;
	background-image: url(/images/but_b.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
#bbutton a:visited {
	display:block;
	color:#FFF;
	text-decoration:none;
	margin:0px 0px 0px 0px;
	padding: 8px 10px 10px 10px;
	background-image: url(/images/but_b.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
#bbutton a:hover {
	display:block;
	color:#336699;
	color:#006;
	text-decoration:none;
	margin:0px 0px 0px 0px;
	padding: 8px 10px 10px 10px;
	background-image: url(/images/but_b_o.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
#bbutton a:active {
	display:block;
	color:#FFF;
	text-decoration:none;
	margin:0px 0px 0px 0px;
	padding: 8px 10px 10px 10px;
	background-image: url(/images/but_b.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}