/****************************************************************************

Author: Sarah Milne
Development by: Daffodil Design
Last updated: November 26, 2006

*****************************************************************************/


/*All body text*/
.normaltext {
font-family: "Trebuchet MS";
FONT-SIZE:11px; 
color: #716746; 
line-height: 13pt;
}

/*side text*/
.headingtext {
font-family: "tahoma";
FONT-SIZE:11pt; 
color: #d57791; 
}

/*copyright text*/
.copytext {
font-family: "tahoma";
FONT-SIZE:10px; 
color: #99927a; 
}

/*highlighted headings*/
.highlight {
	background-color: #eafbf9;
	padding:1px;
	border-bottom:1px solid #caebdf;
}

.selecttext {
	font-family: "Trebuchet MS";
	FONT-SIZE:11px; 
	color: #ffffff;
	text-decoration: none;
	font-weight:bold;
}

/*Small nonbold links underlined*/
A.navlink:active {
	font-family: "Trebuchet MS";
	FONT-SIZE:11px; 
	color: #ffffff;
	text-decoration: none;
	font-weight:none;
}

A.navlink:link {
	font-family: "Trebuchet MS";
	FONT-SIZE:11px;
	color: #ffffff;
	text-decoration: none;
	font-weight:none;
}

A.navlink:visited {
	font-family: "Trebuchet MS";
	FONT-SIZE:11px; 
	color: #ffffff;
	text-decoration: none;
	font-weight:none;
}

A.navlink:hover {
	font-family: "Trebuchet MS";
	FONT-SIZE:11px; 
	color: #474436;
	text-decoration: none;
	font-weight:none;
}


/*Small nonbold links*/
A.bodylink:active {
	font-family: "Trebuchet MS";
FONT-SIZE:11px; 
	color: #64a8a1;
	text-decoration: none; 
	font-weight:none;
}

A.bodylink:link {
	font-family: "Trebuchet MS";
FONT-SIZE:11px; 
	color: #64a8a1;
	text-decoration: none; 
	font-weight:none;
}

A.bodylink:visited {
	font-family: "Trebuchet MS";
FONT-SIZE:11px; 
	color: #64a8a1;
	text-decoration: none; 
	font-weight:none;
}

A.bodylink:hover {
	font-family: "Trebuchet MS";
FONT-SIZE:11px; 
	color: #86c4be;
	text-decoration: underline; 
	font-weight:none;
}

/*Footer Links*/
A.footerlink:active {
	font-family:verdana;
	FONT-SIZE:9px; 
	color: #CCCCCC;
	text-decoration: none; 
	font-weight:none;
}

A.footerlink:link {
	font-family:verdana;
	FONT-SIZE:9px; 
	color: #CCCCCC;
	text-decoration: none; 
	font-weight:none;
}

A.footerlink:visited {
	font-family:verdana;
	FONT-SIZE:9px; 
	color: #CCCCCC;
	text-decoration: none; 
	font-weight:none;
}

/*Footer Links*/
A.bottomlink:active {
	font-family:tahoma;
	FONT-SIZE:10px; 
	color: #99927a;
	text-decoration: none; 
	font-weight:none;
}

A.bottomlink:link {
	font-family:tahoma;
	FONT-SIZE:10px; 
	color: #99927a;
	text-decoration: none; 
	font-weight:none;
}

A.bottomlink:visited {
	font-family:tahoma;
	FONT-SIZE:10px; 
	color: #99927a;
	text-decoration: none; 
	font-weight:none;
}

A.bottomlink:hover {
	font-family:tahoma;
	FONT-SIZE:10px; 
	color: #474436;
	text-decoration: underline; 
	font-weight:none;
}


