﻿
	h1 {
		color: #8B4C2B; 
		font-size: 22px; 
		font-style: italic; 
		font-weight: normal; 
		margin: 0px 0px 10px 0px;
	}
	
	h2 {
		font-size: 12px;
		margin: 0px 0px 0px 0px;
		font-weight: normal;
		color: #368f1d;
	}
	
	h3 {
		font-size: 16px;
		margin: 0px 0px 0px 0px;
		font-weight: normal;
		color: #00108b;
	}
	
	h4 {
		font-size: 12px;
		margin: 0px 0px 0px 0px;
		font-weight: normal;
		color: #00108b;
	}
	
	h5{
		font-size: 16px;
		margin: 0px 0px 0px 0px;
		font-weight: normal;
		color: #797979;
	}
	
	h6 {
		font-size: 12px;
		margin: 0px 0px 0px 0px;
		font-weight: normal;
		color: #797979;
	}
	
	
	a {
		color : #368f1d;
		text-decoration: none;
	}
	
	a:hover {
		color : #368f1d;
		text-decoration: none;
	}
	
	#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;
	}