
.main_font {
	font-family: century gothic, arial;
	font-size: 13px;
	color: #000000;
}

.white_font {
	font-family: century gothic, arial;
	font-size: 14px;
	color: #ffffff;
}

.title_font {
	font-family: comic sans ms, arial;
	font-size: 16px;
	color: #000000;
}



a:link {
	font-family: century gothic;
	font-size: 13px;
	text-decoration: none;
	color: #377737;
}

a:visited {
	font-family: century gothic;
	font-size: 13px;
	text-decoration: none;
	color: #377737;
}

a:hover {
	font-family: century gothic;
	font-size: 13px;
	text-decoration: none;
	color: #3681E4;
}

a:active {
	font-family: century gothic;
	font-size: 13px;
	text-decoration: none;
	color: #377737;
}

.table_green {
	
	border-top: 1px solid #377737;
	border-left: 1px solid #377737;
	border-right: 2px solid #377737;
	border-bottom: 2px solid #377737;
}

.table_topright {
	
	border-top: 1px solid #377737;
	border-left: 0px solid #377737;
	border-right: 1px solid #377737;
	border-bottom: 0px solid #377737;
}

.table_top {
	
	border-top: 1px solid #377737;
	border-left: 0px solid #377737;
	border-right: 0px solid #377737;
	border-bottom: 0px solid #377737;
}

.table_edgeright {
	
	border-top: 0px solid #377737;
	border-left: 0px solid #377737;
	border-right: 1px solid #377737;
	border-bottom: 0px solid #377737;
}

