.left-bg {
	background-image: url(images/left-bg.jpg);
	background-repeat: repeat-y;
}
.right-bg {
	background-image: url(images/right-bg.jpg);
	background-repeat: repeat-y;
}
.bodytext {
	font-family: Tahoma;
	font-size: 12px;
	color: #333333;
}
.credits {
	font-family: Tahoma;
	font-size: 12px;
	color: #DAD1BC;
}
.titles-purple {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #623B68;
}
.titles-more-green {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #339933;
}


a.bottom-link:link {
	font-family: Tahoma;
	font-size: 12px;
	color: #F1ECDF;
	text-decoration: none;
	
}
a.bottom-link:visited {
	font-family: Tahoma;
	font-size: 12px;
		color: #FFFFCC;
	text-decoration: none;
	

}
a.bottom-link:hover {
	font-family: Tahoma;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	
}
a.bottom-link:active {
	font-family: Tahoma;
	font-size: 12px;
	color: #FFCC00;
	text-decoration: none;
	}

a.top-link:link {
	font-family: Tahoma;
	font-size: 11px;
	color: #623B68;
	text-decoration: none;


}
a.top-link:visited {
	font-family: Tahoma;
	font-size: 11px;
 color: #623B68;
	text-decoration: none;


}
a.top-link:hover {
	font-family: Tahoma;
	font-size: 11px;
	color: #623B68;
	text-decoration: underline;


}
a.top-link:active {
	font-family: Tahoma;
	font-size: 11px;
	color: #623B68;
	text-decoration: none;

	}

a.bold-link:link {
	font-family: Tahoma;
	font-size: 12px;
	color: #55455f;
	text-decoration: none;
	font-weight: bold;



}
a.bold-link:visited {
	font-family: Tahoma;
	font-size: 12px;
	color: #990000;
	text-decoration: none;
	font-weight: bold;



}
a.bold-link:hover {
	font-family: Tahoma;
	font-size: 12px;
	color: #663366;
	text-decoration: none;
	font-weight: bold;



}
a.bold-link:active {
	font-family: Tahoma;
	font-size: 12px;
	color: #55455f;
	text-decoration: none;
	font-weight: bold;


	}
.dotted-line {
	background-image: url(images/dotted-bg.jpg);
	background-repeat: repeat-y;
	background-position: right;

}
.body-bg {
	background-image: url(images/green-bg.jpg);
}

.purple {
	color: #55455f;
}
