/* 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: #535353;
	background-color: #EDECEE;
	background-position:left top;
	background-repeat:repeat-x;
	text-align: left;
}
/* ------------------------------------------------------- headings */
h1,h2,h3,h4,h5,h6 {
	margin: 10px 0 3px 0;
}

h1 {
	font-size: 146.15%;
	color: #7a7b7d;
	text-transform: uppercase;
	letter-spacing: 2px;
	padding-left: 25px;
	color: #009933;
	margin: 20px 0 20px 0;
	font-weight: normal;
}

h2 {
	font-size: 116.67%;
	color: #7a7b7d;
}

h3 {
	margin-top: 3px;
	font-size: 108.34%;
	color: #7a7b7d;
	margin-bottom: 3px;
}

h4 {
	font-size: 100%;
	color: #7a7b7d;
}

h5 {
	font-size: 116.67%;
	color: #7a7b7d;
}

h6 {
	font-size: 108.33%;
	color: #7a7b7d;
}
/* ------------------------------------------------------- links */
a {
	text-decoration: none;
	font-weight: normal;
	color: #535353;
	padding: 0;
}
a:hover {
	font-weight: normal;
	text-decoration: underline;
}


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

ol {
	padding: 2px 3px 5px 25px;
}

/* ------------------------------------------------------- table */
table {
	margin-bottom:5px;
	border-collapse: collapse;

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

tr.ruled,
table tr:hover{
/*	background-color: #EEEEEE;*/
}

th {
	/*background-color: #EEEEEE;*/
}

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

option {
	padding: 0 3px;
}