/****************************************************************************

Author: Sarah Milne
Development by: Daffodil Design
Last updated: June 06, 2006

*****************************************************************************/


/*All body text*/
.normaltext {
font-family: "tahoma";
FONT-SIZE:11px; 
color: #582e0b; 
line-height: 13pt;
}

/*side text*/
.headingtext {
font-family: "tahoma";
FONT-SIZE:11pt; 
color: #cc6666; 
}

/*copyright text*/
.copytext {
font-family: "tahoma";
FONT-SIZE:10px; 
color: #418c86; 
}

/*highlighted headings*/
.highlight {
	background-color: #e9f7f2;
	padding:1px;
	border-bottom:1px solid #caebdf;
}

.selecttext {
	font-family:"georgia";
	FONT-SIZE:11px; 
	color: #ffffff;
	text-decoration: none;
	font-weight:bold;
}

/*Small nonbold links underlined*/
A.navlink:active {
	font-family:"georgia";
	FONT-SIZE:11px; 
	color: #ffffff;
	text-decoration: none;
	font-weight:none;
}

A.navlink:link {
	font-family:"tahoma";
	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: #ffffff;
	text-decoration: none;
	font-weight:bold;
}


/*Small nonbold links*/
A.bodylink:active {
	font-family:tahoma;
FONT-SIZE:11px; 
	color: #cc6666;
	text-decoration: none; 
	font-weight:none;
}

A.bodylink:link {
	font-family:tahoma;
FONT-SIZE:11px; 
	color: #cc6666;
	text-decoration: none; 
	font-weight:none;
}

A.bodylink:visited {
	font-family:tahoma;
FONT-SIZE:11px; 
	color: #cc6666;
	text-decoration: none; 
	font-weight:none;
}

A.bodylink:hover {
	font-family:tahoma;
FONT-SIZE:11px; 
	color: #ff9999;
	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: #418c86;
	text-decoration: none; 
	font-weight:none;
}

A.bottomlink:link {
	font-family:tahoma;
	FONT-SIZE:10px; 
	color: #418c86;
	text-decoration: none; 
	font-weight:none;
}

A.bottomlink:visited {
	font-family:tahoma;
	FONT-SIZE:10px; 
	color: #418c86;
	text-decoration: none; 
	font-weight:none;
}

A.bottomlink:hover {
	font-family:tahoma;
	FONT-SIZE:10px; 
	color: #418c86;
	text-decoration: underline; 
	font-weight:none;
}


