/*Stylesheet for Willowgrove Farm at http://www.willowgrove.ca */
/*Prepared by JoceyDesigns.com */

/*set link styles*/
A:link {text-decoration: underline; color: #666600; font-weight: bold;}

A:visited
{
	text-decoration: underline;
	color: #993300;
	font-weight: bold;
}
A:alink
{
	text-decoration: none;
	color: #663300;
	font-weight: bold;
}
A:hover
{
	text-decoration: underline;
	color: #663300;
	font-weight: bold;
	background-color: #FFFFCC;
}

/*note that the font-family attribute is at the end. This is important for IE3*/

/*DARK GREEN*/
H1
{
	font-size: 12pt;
	line-height: 16pt;
	font-weight: bold;
	font-style: bold;
	color: #006633;
	font-family: Trebuchet MS, Verdana, Swiss, Geneva, sans-serif;
}

/*PALE YELLOW*/
H2 {
	font-size: 12pt;
	line-height: 16pt;
	font-weight: bold;
	font-style: bold;
	color: #FFFF99;
	font-family: Trebuchet MS, Verdana, Swiss, Geneva, sans-serif;
}

/*WHITE*/
H3
{
	font-size: 12pt;
	line-height: 16pt;
	font-weight: bold;
	color: #FFFFFF;
	font-family: Trebuchet MS, Verdana, Swiss, Geneva, sans-serif;
}

/*ORANGE*/
H4
{
	font-size: 12pt;
	line-height: 16pt;
	font-weight: bold;
	color: #FF6600;
	font-family: Trebuchet MS, Verdana, Swiss, Geneva, sans-serif;
}

/*HIGHLIGHT - DARK GREEN*/
H5
{
	font-size: 14pt;
	line-height: 18pt;
	font-weight: bold;
	font-style: bold;
	color: #006633;
	background-color: #99CC99;
	font-family: Trebuchet MS, Verdana, Swiss, Geneva, sans-serif;
}

/* Basic style for body text */

/*Text style BLACK*/
.text
{
	color: #000000;
	font-size: 10pt;
	line-height: 14pt;
	font-style: normal;
	font-weight: normal;
	font-family: Trebuchet MS, Swiss, Geneva, sans-serif;
}

/*Highlight Text style TEAL*/
.text1 {
	color: #009999;
	font-size: 10pt;
	line-height: 14pt;
	font-style: bold;
	font-weight: bold;
	font-family: Trebuchet MS, Verdana, Swiss, Geneva, sans-serif;
}

/*Highlight Title style MAROON - QUOTES*/
.text2
{
	color: #660033;
	font-size: 12pt;
	line-height: 16pt;
	font-style: oblique;
	font-weight: bolder;
	font-family: Trebuchet MS, Verdana, Swiss, Geneva, sans-serif;
}

/*Reverse Text style PALE YELLOW*/
.text3 {
	color: #FFFF99;
	font-size: 10pt;
	line-height: 14pt;
	font-style: bold;
	font-weight: bold;
	font-family: Trebuchet MS, Verdana, Swiss, Geneva, sans-serif;
}

/*Reverse Titles style BLACK*/
.text4
{
	color: #000000;
	font-size: 12pt;
	line-height: 16pt;
	font-weight: bold;
	font-family: Trebuchet MS, Verdana, Swiss, Geneva, sans-serif;
}

/*Text style RED*/
.text5
{
	color: #FF0000;
	font-size: 10pt;
	line-height: 14pt;
	font-style: normal;
	font-weight: bold;
	font-family: Trebuchet MS, Swiss, Geneva, sans-serif;
}

/*Text style GREEN*/
.text6
{
	color: #336633;
	font-size: 10pt;
	line-height: 14pt;
	font-style: normal;
	font-weight: bold;
	font-family: Trebuchet MS, Swiss, Geneva, sans-serif;
}

/*HIGHLIGHT BROWN*/
.text7
{
	font-size: 12pt;
	line-height: 16pt;
	font-weight: bold;
	color: #663300;
	font-family: Trebuchet MS, Verdana, Swiss, Geneva, sans-serif;
}

/*List style BLACK*/
.list
{
	font-size: 10pt;
	line-height: 14pt;
	color: #000000;
	text-align: left;
	padding-right: 4px;
	padding-bottom: 8px;
	margin-top: 4px;
	font-style: normal;
	font-weight: normal;
	font-family: Trebuchet MS, Verdana, Swiss, Geneva, sans-serif;
}

/*Nav text style BLACK */
.nav
{
	font-size: 10pt;
	line-height: 15pt;
	color: #000000;
	font-weight: bold;
	font-family: Trebuchet MS, Verdana, Swiss, Geneva, sans-serif;
}

/*Footer style BLACK*/
.footer {
	font-size: 9pt;
	line-height: 14pt;
	color: #000000;
	text-align: center;
	vertical-align: middle;
	font-style: normal;
	font-weight: normal;
	font-family: Trebuchet MS, Verdana, Swiss, Geneva, sans-serif;
}
