/* CSS Document */

body {
	background-image: url(images/bkgd.gif);
}

.smallText {
	font-family: Helvetica, Arial, sans-serif;
	font-size:10px;
	color:#333333;
}

.bodyLinkText {
	font-family: Helvetica, Arial, sans-serif;
	font-size:12px;
	font-style:bold;
	color:#333333;
	line-height: 14px;
}

.navLinkText {
	font-family: Helvetica, Arial, sans-serif;
	font-size:14px;
	color:#666666;
	font-style:bold;
	line-height: 16px;
}

.headingsText {
	font-family: Helvetica, Arial, sans-serif;
	font-size:14px;
	color:#666666;
	font-weight:bold;
	line-height: 14px;
}

.bodyText {
	font-family: Helvetica, Arial, sans-serif;
	font-size:12px;
	color:#666666;
	line-height: 18px;
	font-style: normal;
}

.captionText {
	font-family: Helvetica, Arial, sans-serif;
	font-style:italic;
	font-size:12px;
	color:#82A082;
	line-height: 14px;
}

a:link {
	color:#82A082;
	text-decoration: none;	
	/* color: #CC3333; */
}
a:visited {
	color:#506450;
	text-decoration: none;
	/* color: #CC6633; */
}
a:hover {
	color:#82AA82;
	text-decoration:underline;
	/* color: #663333; */
}
a:active {
	color: #508C50;
	text-decoration:underline;
}

