/* 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: 16px; /* important for cross OS compatibility */ }
html, body {
	font-size: 16px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
}

/* ------------------------------------------------------- headings */
h1 {
	font-size: 112.5%;
	color: #000;
	font-weight: bold;
	padding: 30px 0 0 0;
}

h2 {
	font-size: 87.50%;
	font-weight: normal;
	color: #585A5D;
	padding: 0 0 24px 0;
}

h3 {
	font-size: 87.50%;
	color: #000;
	font-weight: bold;
	padding: 12px 0 0 0;
}

h6 {
	font-size: 62.50%;
	color: #585A5D;
	font-weight: bold;
	padding: 0 0 10px 0;
}
/* ------------------------------------------------------- links */
a {
	text-decoration: underline;
	font-weight: normal;
	color: #000000;
	cursor: pointer;
}
a:hover {
	text-decoration: underline;
}

/* ------------------------------------------------------- other */
abbr, acronym {
    border-bottom: 1px dotted #444444;
 	font-style: normal;
    cursor: help;
}
p {
	padding: 0 10px 5px 0;
	line-height: 17px;
	font-size: 75%;
}

hr {
	clear: both;
	width: 100%;
/*	width: 512px;
	height: 1px;
	background-color: #C8C8C8;*/
	display: block; 
/*	margin: 8px 3px 8px 0;*/
}
