﻿	.font_color_primary
	{
		color: #55a51c !important;
	}
	
	.font_color_secondary, h3, h4
	{
		color: #005072 !important;
	}
	
	.font_color_tertiary
	{
		color: #ffffff !important;
	}
	
	.font_color_grey, h5, h6
	{
		color: #6b797e !important;
	}
	
	.bg_color_primary
	{
		background-color: #005072 !important;
	}

	.bg_color_secondary
	{
		background-color: #4d8cb1 !important;
	}

	.bg_color_tertiary
	{
		background-color: #f7f7f7 !important;
	}

	.bg_color_white
	{
		background-color: #ffffff !important;
	}
	
	.bg_color_grey
	{
		background-color: #d6d6d7 !important;
	}
	
	.bg_color_light_grey
	{
		background-color: #efefef !important;
	}

	.dotted_line
	{
		border-bottom: 1px dotted #6b797e;
		clear: both;
	}

	a {
		color : #6b797e;
		text-decoration: none;
	}
	
	a:hover {
		color : #6b797e;
		text-decoration: none;
	}

	.link 
	{
		cursor: pointer;
	}
	
	.bold
	{
		font-weight: bold;
	}

/*
Styling the Twitter Feed
*/

	.tweet_text
	{
		font-weight: normal;
	}

	.tweet_date
	{
		font-size: 9px;
	}
	
/*
Below is the old style sheet that needs to be left for backwards compatability
*/

	h1 {
		font-size: 20px;
		margin: 0px 0px 0px 0px;
		font-weight: normal;
	}
	
	h2 {
		font-size: 12px;
		margin: 0px 0px 0px 0px;
		font-weight: normal;
	}
	
	h3 {
		font-size: 20px;
		margin: 0px 0px 0px 0px;
		font-weight: normal;
	}
	
	h4 {
		font-size: 12px;
		margin: 0px 0px 0px 0px;
		font-weight: normal;
	}
	
	h5{
		font-size: 16px;
		margin: 0px 0px 0px 0px;
		font-weight: normal;
	}
	
	h6 {
		font-size: 12px;
		margin: 0px 0px 0px 0px;
		font-weight: normal;
	}
	
	
	
	#page_options {
		font-size : 12px;
		font-weight: normal;
		padding: 0px 0px 5px 0px;
		color: #797979;
	}
	
	#page_title h3 {
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 5px 0px;
	}
	
	#table_option a {
		color: #ffffff;
		font-weight: bold;
		text-decoration: none;
	}
	
	
	#table_title_1 {
		background: #afafaf;
	}
	
	#table_title_2 {
		background: #919191;
	}
	
/*
Hide or show the Facebook App below
*/
	
	#FacebookApp {
		display: ;
	}
	
	#FacebookIcon {
		display: ;
	}	
	
