﻿/* CSS layout */


/*css styles*/

body         
{
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 10pt;
}

.header_font
{
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 12pt;
}

.header1 {
	font-size: x-large;
	color: #177F7A;
	font-weight: bolder;
}

.header2
{
	color: #177F7A;
	font-size: medium;
	font-weight: bold;
}
.header3
{
	color: #2D842D;
	font-size: medium;
	font-weight: bold;
}
.header4
{
	color: #EDD364;
	font-size: small;
	font-weight: bold;
}

.copyright
{
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: xx-small;
}
	

.scientific
{
	font-style: italic;
}

.normal_body {
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #000000;

