﻿
h1 {
	font-size: 18pt;
	font-weight: bold;
	color: Black;
	font-family: Arial;}
	
h2 {
	font-size: 14pt;
	color: Black;
	font-family: Arial;}
	
h3
{
	font-size: 12pt;
	color: black;
	font-family: Arial;
	font-weight: bold;
}
h4 { font-size:12pt;
	 font-weight:bold;}

h5
{
	font-size: 17pt;
	margin-top: 20pt;
	color: #777777;
	font-family: Arial;
	font-weight: bold;
	font-style: italic;
}
h6
{
	font-size: 8pt;
	margin-top: 20pt;
	color: #333333;
	font-family: Arial;
	font-weight: bold;
}


body {
	font-family: Arial;
        margin-left : 20px;
	margin-right: 0px;
	background-color: #EAEAEA;
	margin-top: 0px;
}

div {
	font-family: Arial;
    font-size :11pt; 
    }


a:link {
	font-family:Sans-Serif;
	text-decoration: none;
	font-size:11pt;
	color: #990000;
	
}
a:visited {
	font-family: Sans-Serif;
	font-size:11pt;
	color: #990000;
	text-decoration: none;
	
}
a:hover {
	font-family: Sans-Serif;
	font-size:11pt;
	color: #990000;
	font-style:normal;
	text-decoration: underline;

}

strong  
{
	font-size: 12pt;
	font-style:inherit;
}

b
{
	font-size: 9pt;
	font-weight:bold;
	font-family: Verdanna;
}
