.homepage_title {
	/* 
	This is the welcome title on the home page
	*/
	font-family: Georgia, Helvetica, Times New Roman, Times, serif;
	font-size : 20;
	color : #FF6600;
}

.content{
	/*
	This is the main welcome text on the home page
	*/
	color : Black;
	font-family : Georgia, Helvetica, Times New Roman, Times, serif;
	font-size : 12;
}

.feature_titles{
	font-family : Georgia, Helvetica, Times New Roman, Times, serif;
	font-size : 13;
	font-weight : bold;
	color : #FF6600;
}
.feature_introtext{
	font-family : Georgia, Helvetica, Times New Roman, Times, serif;
	font-size : 11;
	color : #000000;
}
.feature_morelinks{
	font-family : Georgia, Helvetica, Times New Roman, Times, serif;
	font-size : 10;
	color : #FF6600;
}
.bottomleft {
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #F5E9CA;
	border-left-color: #F5E9CA;
}
.bottom {
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #F5E9CA;
}
.left {
	border-left-width: 0px;
	border-left-style: solid;
	border-left-color: #F5E9CA;
}
.tableborder {
	border-left: 0px solid #F5E9CA;
	border-right: 0px solid #F5E9CA;
	border-top: 0px solid #F5E9CA;
}
