/* 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: #000000;
	background-color: #D9DCDD;
	background-image: url(images/background.jpg);
	background-position: top;
	background-repeat: repeat-x;	
	text-align: left;
}
/* ------------------------------------------------------- headings */
h1 {
	font-size: 100%;
	color: #636163;
	padding: 0px 0px 28px 0px;
	margin: 0px 0;
}
h2{
	clear:both;
	border: none;
	font-size: 100%;
	color: #636163;
	padding: 0;
	margin: 0;
}
h3{
	clear:both;
	font-size: 100%;
	color: #636163;
	padding: 0;
	margin: 0px 0;
}
h4,h5,h6 {
	clear:both;
	font-size: 100%;
	color: #636163;
	padding: 0;
	margin: 0px 0;
}
/* ------------------------------------------------------- links */
a {
	text-decoration: none;
	font-weight: bold;
	color: #ee7f00;
	padding: 0;
}
a:hover {
	text-decoration: underline;
	font-weight: bold;
}


/* ------------------------------------------------------- lists */
ul {
	padding: 2px 3px 5px 21px;
}
ul li {
	font-size: 100%;
}
ol {
	padding: 2px 3px 5px 25px;
}


/* ------------------------------------------------------- other */
abbr, acronym {
    border-bottom: 1px dotted #444444;
 	font-style: normal;
    cursor: help;
}
p {
	padding: 0px 0 0px 0px;
}

hr {
	color: #D6D7D6;
	background-color: #D6D7D6;
	height: 1px;
	margin: 5px 0;
}

blockquote {
	padding-left: 15px;
}
/* ------------------------------------------------------- special case for SEO */
/*strong {
	font-weight: normal;
}*/
/* ------------------------------------------------------- end of special case */

td, th {
	/*border:1px solid #CCCCCC;*/
	padding:2px;
}

table {
	border-collapse:collapse;
	margin-bottom:5px;
}