.homepage_title {
	/* 
	This is the welcome title on the home page
	*/
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 12;
	font-weight : bold;
	color : Black;
}

.content{
	/*
	This is the main welcome text on the home page
	*/
	color : Black;
	font-family : Verdana;
	font-size : 12;
}

.feature_titles{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 13;
	font-weight : bold;
	color : #336666;
}
.feature_introtext{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10;
	color : #000000;
}
.feature_morelinks{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10;
	color : #336666;
}
.news_title{
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 12;
	font-weight : bold;
	color : Black;
}
