﻿
	h1 {
		font-size: 18px;
		margin: 0px 0px 0px 0px;
		font-weight: normal;
		color: #6a609f;
	}
	
	h2 {
		font-size: 14px;
		margin: 0px 0px 0px 0px;
		font-weight: normal;
		color: #6a609f;
	}
	
	h3 {
		font-size: 18px;
		margin: 0px 0px 0px 0px;
		font-weight: normal;
		color: #bcd32b;
	}
	
	h4 {
		font-size: 14px;
		margin: 0px 0px 0px 0px;
		font-weight: normal;
		color: #bcd32b;
	}
	
	h5{
		font-size: 18px;
		margin: 0px 0px 0px 0px;
		font-weight: normal;
		color: #6a609f;
	}
	
	h6 {
		font-size: 14px;
		margin: 0px 0px 0px 0px;
		font-weight: normal;
		color: #6a609f;
	}
	
	
	a {
		color : #6a609f;
		text-decoration: none;
		cursor: pointer;
	}
	
	a:hover {
		color : #6a609f;
		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: #3d72a7;
	}
	
	#table_title_2 {
		background: #919191;
	}
	
	textarea
	{
		font-size: 11px;
		font-family: Arial, Helvetica, sans-serif; 
	}