﻿	.font_color_primary
	{
		color: #6b797e;
	}
	
	.font_color_secondary
	{
		color: #6b797e;
	}
	
	.font_color_tertiary
	{
		color: #ffffff;
	}
	
	.font_color_grey
	{
		color: #6b797e !important;
	}
	
	.bg_color_primary
	{
		background: #6b797e;
	}

	.bg_color_secondary
	{
		background: #b5bcbe;
	}

	.bg_color_tertiary
	{
		background: #f7f7f7;
	}

	.bg_color_white
	{
		background: #ffffff;
	}
	
	.bg_color_grey
	{
		background: #d6d6d7;
	}
	
	.bg_color_light_grey
	{
		background: #efefef;
	}

	.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;
	}

/*
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;
		color: #7bb600;
	}
	
	h2 {
		font-size: 12px;
		margin: 0px 0px 0px 0px;
		font-weight: normal;
		color: #7bb600;
	}
	
	h3 {
		font-size: 20px;
		margin: 0px 0px 0px 0px;
		font-weight: normal;
		color: #7bb600;
	}
	
	h4 {
		font-size: 12px;
		margin: 0px 0px 0px 0px;
		font-weight: normal;
		color: #7bb600;
	}
	
	h5{
		font-size: 16px;
		margin: 0px 0px 0px 0px;
		font-weight: normal;
		color: #7bb600;
	}
	
	h6 {
		font-size: 12px;
		margin: 0px 0px 0px 0px;
		font-weight: normal;
		color: #7bb600;
	}
	
	
	
	#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;
	}
