/* global.css - contains all global redefinitions of HTML elements */

/* Basis 16px
	20px 125.0%
	19px 118.75%
	18px 112.5%
	17px 106.25%
	16px 100.0%
	15px 93,75%
	14px 87.50%
	13px 81.25%
	12px 75.00%
	11px 68.75%
	10px 62.50%
	 9px  56.25%
	 8px  50.00%
*/

* {
  margin:0px;
  padding:0px;
  border:none;
}
html>body { font-size: 13px; /* important for cross OS compatibility */ }
html, body {
	font-size: 13px;
	font-size: 100%;
	font: small Arial, Helvetica, sans-serif;
	color: #333333;
	background-color: #FFFFFF;
	text-align: left;
}
/* ------------------------------------------------------- headings */
h1 {
	font-size: 116.67%;
/*	color: #444444;*/
	color: #333333;
/*vw	background-color: #edf5f5; */
	padding: 1px 6px 0 4px;
/*	border-top: 3px solid #e8f0f1;*/
	margin: 7px 0 0 0;
}
h2{
	clear:both;
	font-size: 108.33%;
/*	color: #444444;*/
	color: #333333;
/*	background-color: #edf5f5;*/
	padding: 1px 6px 0 4px;
/*	border-top: 3px solid #e8f0f1;*/
	margin: 7px 0 0 0;
}

h3{
	font-size: 100.00%;
/*	color: #444444;*/
	color: #333333;
/*	background-color: #edf5f5;*/
	padding: 1px 6px 0 4px;
/*	border-top: 3px solid #e8f0f1;*/
	margin: 7px 0 0 0;
}
/* ------------------------------------------------------- links */
a {
	text-decoration: none;
	/*font-weight: normal;*/
	color: #EE6907;
	/*color: #00784d;*/
	padding: 0;
}
a:hover {
	text-decoration: underline;
	font-weight: normal;
	color: #333333;
}
a:focus {
  outline: none;
} 

/* ------------------------------------------------------- lists */
ul {
	list-style: url(images/link_pic.gif);
	padding: 2px 3px 5px 21px;
}
ul li {
	font-size: 100%;
}

ul li ul {
	font-size: 93%;
	list-style: url(images/link_pic2.gif);
	padding: 0px 3px 0px 21px;
	margin-top: 2px;
}
ul li ul li{
	font-size: 100%;
}

ol {
	padding: 3px 3px 5px 34px;
}


/* ------------------------------------------------------- other */
abbr, acronym {
	border-bottom: 1px dotted #444444;
	font-style: normal;
	cursor: help;
}
p {
	padding: 2px 0 5px 4px;
}
/* ------------------------------------------------------- special case for SEO */
/*strong {
	font-weight: normal;
}*/
/* ------------------------------------------------------- end of special case */
