/****************************************************************************

Author: Sarah Milne
Development by: Daffodil Design
Last updated: June 06, 2006

*****************************************************************************/


/*All body text*/
.normaltext {
	font-family: Georgia;
	FONT-SIZE:14px;
	color: #333333;
	line-height: 17pt;
}

/*side text*/
.headingtext {
	font-family: Georgia;
	FONT-SIZE:16px;
color: #0c75af; 
}

/*copyright text*/
.copytext {
	font-family: Georgia;
	FONT-SIZE:11px;
color: #666666; 
}

/*charttext*/
.charttext {
	font-family: Georgia;
	FONT-SIZE:12px;
	color: #333333;
}


/*highlighted headings*/
.highlight {
	background-color: #e8f6f4;
	padding:1px;
	border-bottom:1px solid #ff9966;
}


.selecttext {
	font-family: Georgia;
	FONT-SIZE:14px;
	color: #ffffff;
	text-decoration: none;
	font-weight:bold;
}

/*Small nonbold links underlined*/
A.navlink:active {
	font-family: Georgia;
	FONT-SIZE:14px;
	color: #ffffff;
	text-decoration: none;
	font-weight:none;
}

A.navlink:link {
	font-family: Georgia;
	FONT-SIZE:14px;
	color: #ffffff;
	text-decoration: none;
	font-weight:none;
}

A.navlink:visited {
	font-family: Georgia;
	FONT-SIZE:14px;
	color: #ffffff;
	text-decoration: none;
	font-weight:none;
}

A.navlink:hover {
	font-family: Georgia;
	FONT-SIZE:14px;
	color: #ffffff;
	text-decoration: underline;
	font-weight:none;
}


/*Small nonbold links*/
A.bodylink:active {
font-family: Georgia;
	FONT-SIZE:14px;
	color: #cc0000;
	text-decoration: none; 
	font-weight:bold;
}

A.bodylink:link {
font-family: Georgia;
	FONT-SIZE:14px;
	color: #cc0000;
	text-decoration: none; 
	font-weight:bold;
}

A.bodylink:visited {
font-family: Georgia;
	FONT-SIZE:14px;
	color: #cc0000;
	text-decoration: none; 
	font-weight:bold;
}

A.bodylink:hover {
font-family: Georgia;
	FONT-SIZE:14px;
	color: #cc0000;
	text-decoration: underline; 
	font-weight:bold;
}


/*Footer Links*/
A.emaillink:active {
	font-family: Georgia;
	FONT-SIZE:14px;
color: #cc0000; 
	text-decoration: none; 
	font-weight:none;
}

A.emaillink:link {
font-family: Georgia;
	FONT-SIZE:14px;
color: #cc0000; 
	text-decoration: none; 
	font-weight:none;
}

A.emaillink:visited {
font-family: Georgia;
	FONT-SIZE:14px;
color: #cc0000; 
	text-decoration: none; 
	font-weight:none;
}

A.emaillink:hover {
font-family: Georgia;
	FONT-SIZE:14px;
color: #cc0000; 
	text-decoration: underline; 
	font-weight:none;
}

/*Footer Links*/
A.footerlink:active {
	font-family: Georgia;
	FONT-SIZE:11px;
color: #cc0000; 
	text-decoration: none; 
	font-weight:none;
}

A.footerlink:link {
font-family: Georgia;
	FONT-SIZE:11px;
color: #cc0000; 
	text-decoration: none; 
	font-weight:none;
}

A.footerlink:visited {
font-family: Georgia;
	FONT-SIZE:11px;
color: #cc0000; 
	text-decoration: none; 
	font-weight:none;
}

A.footerlink:hover {
font-family: Georgia;
	FONT-SIZE:11px;
color: #cc0000; 
	text-decoration: underline; 
	font-weight:none;
}



