.white {color: #ffffff ! important;}
.green {color: #519f3f ! important;}
.red {color: #cc3300 ! important;}
.black {color: #000000 ! important;}

.photo_right {float:right; margin:10px}
.photo_left {float:left; margin:10px}

a.green_button {
	background-color:#F1F1F1;
	background-image:url(/images/design/content/button/green_center.gif);
	background-position:right center;
	color:#333333 !important;
	cursor:pointer;
	display:block;
	line-height:26px;
	margin:0;
	text-align:center;
	width:100px;
}

a.green_button:hover {
	color:#0066CA !important;
}