/* * * * * * * * * * * * * * * * * * * * * */
/*            Village Farm CSS                     */
/* * * * * * * * * * * * * * * * * * * * * */

Body {
	margin: 					0;
	padding:				0;
	font-family:			"Palatino Linotype", Georgia, Arial, Helvetica, Times, Verdana, sans-serif;
	font-size:				14pt;
	/*background-color: #99CC99 #FFCC99 #CC9966 #FFCC33 #FFEECC #CC9933 #FF9933 */
	background-color: #EEB20F;
	background-color: #F8D989;
	background-color: #F3C038;
	background-color: #FFE989;
}

a:link 		{ color: #000099 }
a:visited 	{ color: #990099 }
a:hover 		{ color: #000099; background-color:#FFFFAA; text-decoration: none}
a:active 	{ color: #FFFF66 }

/* * * * * * * * * * * * * * * * * * */
/*    Styles for text formatting     */
/* * * * * * * * * * * * * * * * * * */
.VFBigDescriptor {
	font-size: 				18pt;	
	font-weight: 			bold;
	/*font-variant: 		small-caps;*/
	letter-spacing: 		1px;
	color:					#000000;
	margin-top: 			0px;
	padding: 				0px;
}

.VFDescriptor {
	font-size: 				16pt;	
	font-weight: 			bold;
	letter-spacing: 		1px;
	margin-top: 			0px;
	padding: 				0px;
}

.VFDescription {
	font-size: 				14pt;	
	margin-left:           15%;
	margin-right:         15%;
}

.VFBodyText {
	font-size: 				12pt;	
	width:					90%;
	padding-left:         4px;
}

.VFBoldText {
	font-size: 				12pt;	
	font-weight: 			bold;
}

.VFFooterText {
	font-size: 				8pt;	
	font-weight: 			bold;
	color: 					#66CCCC;
}

.VFEmphasis {
	font-size: 				12pt;	
	font-weight: 			bold;
	font-variant: 		small-caps;
	letter-spacing: 		1px;
}

/* * * * * * * * * * * * * * * * * * * * * * */
/* This section is for the Events Calendar. */
/* * * * * * * * * * * * * * * * * * * * * * */

.VFFooter {
	background-color: #ffffcc;
	border: 				ridge #336699 4px;
	width:					70%; 
	text-align: 			left;
	z-index: 				1;
	padding:				12px 6px;
	margin-left:           15%;
	margin-right:         15%;
	margin-bottom:      6px;
}