@charset "UTF-8";
.title_green {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 28px;
	color: #04539D;
	text-align: center;
}
.normal_black {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 13px;
	color: #FFF;
	margin: 0px;
}
.normal_black A:link {color: #FF0; text-decoration: none}
.normal_black A:hover {color: #FF0; text-decoration: underline}
.normal_black A:active {color: #FF0; text-decoration: none}
.normal_black A:visited {
	color: #FF0;
	text-decoration: none
}

.normal_title {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 16px;
	color: #FF0;
	margin: 0px;
}
.normal_title A:link {color: #04539D; text-decoration: none}
.normal_title A:hover {color: #04539D; text-decoration: underline}
.normal_title A:active {color: #04539D; text-decoration: none}
.normal_title A:visited {
	color: #04539D;
	text-decoration: none
}

.normal_footer {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #F8FF00;
	text-align: center;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
.main_background {
	background-image: url(../images/background_arizonabreastenhancement.jpg);
	background-repeat: repeat-x;
	background-position: top;
}

