/* 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;
/*	font-family:"Lucida Grande", Arial, Helvetica, sans-serif;*/
	color: #333333;
	background-color: #FFFFFF;
	text-align: left;
}
/* ------------------------------------------------------- headings */
h1,h2,h3,h4,h5 {
	margin: 10px 0 3px 0;
}

h1 {
	clear: both;
	font-size: 100%;
	color: #000000;
}

h2 {
	font-size: 108.34%;
/*	color: #d40139;*/
	color: #ad0948;
}

h3 {
	font-size: 100%;
/*	color: #d40139;*/
	color: #ad0948;
}

h4 { font-size: 116.67%; }
h5 { font-size: 108.34%; }
h6 { 
	font-size: 100%; 
	color: #666666;
	font-weight: normal;
	font-style:italic;
}
/* ------------------------------------------------------- links */
a {
	text-decoration: none;
	font-weight: normal;
	/*color: #666666;*/
/*	color: #d40139;*/
	color: #ad0948;
	padding: 0;
}
a:hover {
	text-decoration: underline;
	font-weight: normal;
/*	color: #d40139;*/
	color: #ad0948;
}


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

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

/* ------------------------------------------------------- table */
table {
	border-collapse:collapse;
	margin-bottom:5px;
	
}
td, th {
	padding: 2px;
	border: 1px solid #CCCCCC;
}

thead,
thead td{
	font-weight: bold;
}

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

th {
	background-color: #ececec;
}

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

option {
	padding: 0 3px;
}

em {
/*	color: #d40139;*/
	color: #ad0948;
}