/****************************************************************************

Author: Sarah Milne
Development by: Daffodil Design
Last updated: September 1, 2008

*****************************************************************************/


/*All body text*/
.normaltext {
	font-family: "Georgia";
	FONT-SIZE:14px;
	color: #794500;
	line-height: 15pt;
}

.indextext {
	font-family: "Georgia";
	FONT-SIZE:11px;
	color: #794500;
	line-height: 14pt;
}

.smalltext {
	font-family: "Georgia";
	FONT-SIZE:11px;
	color: #794500;
	line-height: 13pt;
}

.bluesmalltext {
	font-family: "Georgia";
	FONT-SIZE:11px;
	color: #46a69c;
	line-height: 13pt;
}

.headingtext {
	font-family: "Georgia";
	FONT-SIZE:22px;
	color: #46a69c;
	line-height: 13pt;
}

.bluemedtext {
	font-family: "Georgia";
	FONT-SIZE:12px;
	color: #46a69c;
	line-height: 13pt;
}

/*copyright text*/
.copytext {
	font-family: "Verdana";
	FONT-SIZE:10px;
color: #794500; 
}

.selecttext {
font-family: "Georgia";
	FONT-SIZE:11px;
	color: #ffffff;
	text-decoration: none;
	font-weight:bold;
}

/*Navigation links*/
A.navlink:active {
font-family: "Georgia";
	FONT-SIZE:11px;
	color: #ffffff;
	text-decoration: none;
	font-weight:none;
}

A.navlink:link {
font-family: "Georgia";
	FONT-SIZE:11px;
	color: #ffffff;
	text-decoration: none;
	font-weight:none;
}

A.navlink:visited {
font-family: "Georgia";
	FONT-SIZE:11px;
	color: #ffffff;
	text-decoration: none;
	font-weight:none;
}

A.navlink:hover {
font-family: "Georgia";
	FONT-SIZE:11px;
	color: #c5e793;
	text-decoration: none;
	font-weight:none;
}

/*Subnav links*/
A.subnavlink:active {
font-family: "Georgia";
	FONT-SIZE:11px;
	color: #794500;
	text-decoration: none;
	font-weight:none;
}

A.subnavlink:link {
font-family: "Georgia";
	FONT-SIZE:11px;
	color: #794500;
	text-decoration: none;
	font-weight:none;
}

A.subnavlink:visited {
font-family: "Georgia";
	FONT-SIZE:11px;
	color: #794500;
	text-decoration: none;
	font-weight:none;
}

A.subnavlink:hover {
font-family: "Georgia";
	FONT-SIZE:11px;
	color: #78b222;
	text-decoration: underline;
	font-weight:none;
}


/*Body Links - Regular*/
A.bodylink:active {
	font-family: "Georgia";
	FONT-SIZE:14px;
	color: #78b222;
	text-decoration: none; 
	font-weight:none;
}

A.bodylink:link {
	font-family: "Georgia";
	FONT-SIZE:14px;
	color: #78b222;
	text-decoration: none; 
	font-weight:none;
}

A.bodylink:visited {
	font-family: "Georgia";
	FONT-SIZE:14px;
	color: #78b222;
	text-decoration: none; 
	font-weight:none;
}

A.bodylink:hover {
	font-family: "Georgia";
	FONT-SIZE:14px;
	color: #78b222;
	text-decoration: underline; 
	font-weight:none;
}

/*Footer Links*/
A.footerlink:active {
	font-family: Verdana;
	FONT-SIZE:10px;
	color: #78b222;
	text-decoration: none;
	font-weight:none;
}

A.footerlink:link {
	font-family: Verdana;
	FONT-SIZE:10px;
	color: #78b222;
	text-decoration: none; 
	font-weight:none;
}

A.footerlink:visited {
		font-family: Verdana;
	FONT-SIZE:10px;
	color: #78b222;
	text-decoration: none; 
	font-weight:none;
}

A.footerlink:hover {
		font-family: Verdana;
	FONT-SIZE:10px;
	color: #78b222;;
	text-decoration: underline; 
	font-weight:none;
}


/*Small Links*/
A.smalllink:active {
	font-family: "Georgia";
	FONT-SIZE:11px;
color: #b2c252; 
	text-decoration: none; 
	font-weight:bold;
}

A.smalllink:link {
	font-family: "Georgia";
	FONT-SIZE:11px;
color: #78b222; 
	text-decoration: none; 
	font-weight:bold;
}

A.smalllink:visited {
	font-family: "Georgia";
	FONT-SIZE:11px;
color: #b2c252; 
	text-decoration: none; 
	font-weight:bold;
}

A.smalllink:hover {
	font-family: "Georgia";
	FONT-SIZE:11px;
color: #b2c252; 
	text-decoration: underline; 
	font-weight:bold;
}


