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

* {
  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: #333333;
	background-color: #FFFFFF;
	text-align: left;
}
.display-none {
	display: none;
}
/* ------------------------------------------------------- headings */
h1 {
	font-size: 100%;
    color:#B4092D;
	padding: 0;
	margin:0;
	border:0;
}
h2{
	font-size: 100%;
    color:#B4092D;
	padding: 0;
	margin:0;
	border:0;
}
/* ------------------------------------------------------- links */
a {
	text-decoration: none;
	font-weight: normal;
    color:#B4092D;
	padding: 0;
}
a:hover {
	text-decoration: underline;
	font-weight: normal;
    color:#B4092D;
}


/* ------------------------------------------------------- lists */
ul {
	/*list-style-image:  url(images/list_style.gif);
	list-style-position:0 10px;*/
	list-style:none;
	padding: 0 0 0 0px;
}



ul li {
	font-size: 100%;
	padding: 5px 0;
}

ul li ul {
	font-size: 100%;
	padding: 0px 3px 0px 24px;

	margin-top: 2px 0 0 0;
}
ul li ul li{
	font-size: 100%;
	padding: 1px 0;
}

ol {
	padding: 3px 3px 5px 34px;
}


/* ------------------------------------------------------- other */
table {
	border-collapse: collapse;
	width: 100%;
}

th, td {
	padding: 3px;
}


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