/****************************************************************************

Author: Sarah Milne
Development by: Daffodil Design
Last updated: June 06, 2006

*****************************************************************************/


/*All body text*/
.normaltext {
	font-family: Georgia;
	FONT-SIZE:14px;
	color: #a6b54b;
	line-height: 15pt;
}

.smalltext {
	font-family: Georgia;
	FONT-SIZE:11px;
	color: #a6b54b;
	line-height: 13pt;
}

/*side text*/
.headingtext {
	font-family: Georgia;
FONT-SIZE:18px; 
color: #7bb99e; 

}

/*copyright text*/
.copytext {
	font-family: "Georgia";
	FONT-SIZE:10px;
color: #a6b54b; 
}

/*highlighted headings*/
.highlight {
	background-color: #e8f6f4;
	padding:1px;
	border-bottom:1px solid #cee9e5;
}


.selecttext {
font-family: "Palatino Linotype";
	FONT-SIZE:14px;
	color: #ba4005;
	text-decoration: none;
	font-weight:bold;
}

/*Small nonbold links underlined*/
A.navlink:active {
font-family: "Palatino Linotype";
	FONT-SIZE:14px;
	color: #cc6633;
	text-decoration: none;
	font-weight:none;
}

A.navlink:link {
font-family: "Palatino Linotype";
	FONT-SIZE:14px;
	color: #cc6633;
	text-decoration: none;
	font-weight:none;
}

A.navlink:visited {
font-family: "Palatino Linotype";
	FONT-SIZE:14px;
	color: #cc6633;
	text-decoration: none;
	font-weight:none;
}

A.navlink:hover {
font-family: "Palatino Linotype";
	FONT-SIZE:14px;
	color: #cc6633;
	text-decoration: none;
	font-weight:bold;
}


/*Small nonbold links*/
A.bodylink:active {
	font-family: Georgia;
	FONT-SIZE:13px;
	color: #e2b34d;
	text-decoration: none; 
	font-weight:none;
}

A.bodylink:link {
	font-family: Georgia;
	FONT-SIZE:13px;
	color: #e2b34d;
	text-decoration: none; 
	font-weight:none;
}

A.bodylink:visited {
	font-family: Georgia;
	FONT-SIZE:13px;
	color: #e2b34d;
	text-decoration: none; 
	font-weight:none;
}

A.bodylink:hover {
	font-family: Georgia;
	FONT-SIZE:13px;
	color: #c99a35;
	text-decoration: underline; 
	font-weight:none;
}

/*Footer Links*/
A.footerlink:active {
	font-family:tahoma;
	FONT-SIZE:9px; 
	color: #CCCCCC;
	text-decoration: none; 
	font-weight:none;
}

A.footerlink:link {
	font-family:tahoma;
	FONT-SIZE:9px; 
	color: #CCCCCC;
	text-decoration: none; 
	font-weight:none;
}

A.footerlink:visited {
	font-family:tahoma;
	FONT-SIZE:9px; 
	color: #CCCCCC;
	text-decoration: none; 
	font-weight:none;
}

/*Footer Links*/
A.bottomlink:active {
	font-family: "Georgia";
	FONT-SIZE:10px;
color: #b2c252; 
	text-decoration: underline; 
	font-weight:none;
}

A.bottomlink:link {
	font-family: "Georgia";
	FONT-SIZE:10px;
color: #b2c252; 
	text-decoration: underline; 
	font-weight:none;
}

A.bottomlink:visited {
	font-family: "Georgia";
	FONT-SIZE:10px;
color: #b2c252; 
	text-decoration: underline; 
	font-weight:none;
}

A.bottomlink:hover {
	font-family: "Georgia";
	FONT-SIZE:10px;
color: #b2c252; 
	text-decoration: none; 
	font-weight:none;
}


