/* global.css - contains all global redefinitions of HTML elements */

/* Basis 13px
	20px 153.85%
	19px 146.15%
	18px 138.46%
	17px 130.77%
	16px 123.08%
	15px 115.38%
	14px 107.70%
	13px 100.00%
	12px 92.31%
	11px 84.62%
	10px 76.92%
	 9px 69.23%
	 8px 61.54%
*/

* {
  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 Verdana, Arial, Helvetica, sans-serif;
	color: #6E645A;
	background:url(images/bg_body.gif) repeat-x #ffffcc;
	text-align: left;
}
/* ------------------------------------------------------- headings */
h1,h2,h3,h5,h6 {
	margin: 10px 0 3px 0;
}

h1 {
	font-size: 116.68%;
}

h2 {
	font-size: 108.34%;
}

h3 {
	font-size: 100.00%;
}

h4 {
	font-size: 100.00%;
}

h5 {
	font-size: 100.00%;
}

h6 {
	font-size: 100.00%;
}

/* ------------------------------------------------------- links */
a {
	text-decoration: none;
	font-weight: normal;
	color: #993300;
	padding: 0;
}
a:hover {
	text-decoration: underline;
	font-weight: normal;
	color:#FF0000;
}


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

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

/* ------------------------------------------------------- table */
table {
	border-collapse:collapse;
	margin-bottom:5px;
	
}
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: 0 0 10px 0;
	margin: 0;
}

option {
	padding: 0 3px;
}

/* ------------------------------------------------------- PageNotFound */
body.pageNotFound {
	background-image:none;
	background-color:#FFFFCC;
}