/* CSS Document */
/*---------------------------------------------------
BioFreshEnd.com
Basic Style Sheet 
version: July 2007
author: chuck hatton 
email: chuck@hattondesign.com (affiliate of Brand It Design)
website: http://www.hattondesign.com/
Navigation 

---------------------------------------------------*/
#commontitle {
	height: 45px;
	width: 71em;
}
#commontitle h1 {
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 2em;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
	color: #4F6FA0;
}
#rcoctitle {
	height: 45px;
	width: 71em;
}
#rcoctitle h1 {
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 2em;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
	color: #649A42;
}
#radctitle {
	height: 45px;
	width: 71em;
}
#radctitle h1 {
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 2em;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
	color: #E0BB4D;
}
#section {
	height: 55px;
	width: 71em; 
}
#announcementpage {
	width: 410px;
	line-height: 15px;

}
#announcementpage p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
	margin: 0px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}

/*=============Button Global (orange with red type)==============*/

.button {}
.button a:link, 
.button a:visited,
.button a:active {
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 25px;
	background-color: #FFCC00;
	text-align: center;
	display: block;
	height: 25px;
	width: 100%;
	border: 1px solid #FF9900;
	font-style: normal;
	font-weight: bold;
	color: #FF0000;
	text-decoration: none;
}
.button a:hover {
	background-color: #FFFF00;
}