﻿/*============================================================================*/
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: #9D0102;
}
/*============================================================================*/
h3
{
	font-family:arial,verdana,helvetica;
	font-size: 14pt;
	font-weight: normal;
	margin:0;
	padding:0;
	color: #9D0102;
}
/*============================================================================*/
h4
{
	font-family:arial,verdana,helvetica;
	font-size: 12pt;
	font-weight: normal;
	margin:0;
	padding:0;
	color: #9D0102;
}
/*============================================================================*/
h5
{
	font-family:arial,verdana,helvetica;
	font-size: 10pt;
	font-weight: normal;
	margin:0;
	padding:0;
	color: #9D0102;
}
/*============================================================================*/
p
{
	line-height: 150%;
	text-align:justify;
	font-size: 9pt;
}
/*============================================================================*/
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;
	font-size: 9pt;
}
/*============================================================================*/
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: #FF0000;
	text-decoration: none; 
	font-weight:normal;
}
a:active 
{
	color: #5078B3;
	text-decoration: none;
	font-weight:normal;
}
/*============================================================================*/
input
{
	padding: 5px;
}

select
{
	padding: 5px;
}

fieldset
{
	font-weight: normal;
    font-size: 1em;
    padding: 5px;	
    margin: 5px;
}

legend
{
	font-weight: bolder;
    font-size: .8em;
    padding: 3px;	
    margin: 3px;
}

