
/*=============Fonts==============*/

body
{
  background-color: #eeeeee;
  font-size:            9pt;
  font-family:          arial;
}

a
{
  font-size:            9pt;
  font-family:		        Arial, Helvetica, sans-serif;

	font-weight: bold;
	color: #666666;
  text-decoration: 	    underlined;
  border-style:         none;
  border-width:         0px;
}

a:hover 
{
  color: 		             black;
}


label 
{

  font-family:          Tahoma, arial;
  font-size:		          9pt;
  color: 		             black;
  text-decoration: 	    none;
  border-style:         none;
  border-width:         0px;
}

h1 
{
	margin-bottom: 20px;
	font-size: 18px;
	font-weight:bold;
	color:#999;
	border-bottom:1px solid #999;
	font-family: Arial, Helvetica, sans-serif;

}

h2
{
  font-size: 		         17pt; 
  color: 	              black;
  text-decoration: 	    none;	
  font-weight:		        normal;
}

h3
{
  font-size: 		15pt; 
  color: 			#7e5e00;
  text-decoration: 	none;	
  font-weight:		normal;
}
h4
{
  font-size: 		15pt; 
  color: 			#7e5e00;
  text-decoration: 	none;	
  font-weight:		normal;
}
h5
{
  font-size: 		15pt; 
  color: 			#7e5e00;
  text-decoration: 	none;	
  font-weight:		normal;
}
