﻿body,html
{
	background-color: #666666;
	margin:0; 
	width:100%; 
	padding:0;
}
/*============================================================================*/
h1
{
	font-family:arial,verdana,helvetica;
	font-size: 18pt;
	font-weight: normal;
	margin:0;
	padding:0;
	color: #000;
}
/*============================================================================*/
h2
{
	font-family:arial,verdana,helvetica;
	font-size: 14pt;
	font-weight:normal;
	margin:0;
	padding:0;
	color: #CC6600;
}
/*============================================================================*/
h3
{
	font-family:arial,verdana,helvetica;
	font-size: 14pt;
	font-weight: normal;
	margin:0;
	padding:0;
	color: #CC6600;
}
/*============================================================================*/
h4
{
	font-family:arial,verdana,helvetica;
	font-size: 12pt;
	font-weight: normal;
	margin:0;
	padding:0;
	color: #CC6600;
}
/*============================================================================*/
h5
{
	font-family:arial,verdana,helvetica;
	font-size: 10pt;
	font-weight: normal;
	margin:0;
	padding:0;
	color: #CC6600;
}
/*============================================================================*/
p
{
	line-height: 150%;
	text-align:justify;
}
/*============================================================================*/
ul
{
	line-height: 100%;
	margin: 0;   
	padding: 0 0 0 15px;
	list-style-type: disc;
	list-style-position: outside;
}
li
{
	padding: 5px 0 5px 0;
}
/*============================================================================*/
img
{
	border: solid 0px #666666;
}
/*============================================================================*/
a 
{
	font-family:arial,verdana,helvetica;
	font-size:11pt;
}
a:link 
{
	color: #5078B3;
	text-decoration: none; 
	font-weight:normal;
}
a:visited 
{
	color: #5078B3;
	text-decoration: none; 
	font-weight:normal;
}
a:hover 
{	
	color: #cc6600;
	text-decoration: none; 
	font-weight:normal;
}
a:active 
{
	color: #5078B3;
	text-decoration: none;
	font-weight:normal;
}
/*============================================================================*/
