 /* global.css - contains all global redefinitions of HTML elements */

* {
  margin:0px;
  padding:0px;
  border:none;
}
html>body { font-size: 16px; /* important for cross OS compatibility */ }
html, body {
	font-size: 16px;
	font-size: 100.01%;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #333333;
	text-align: left;
	background: url('../images/body_bg.jpg') repeat-y #EFEFEF;
	background-position: top center;
}
/* ------------------------------------------------------- headings */
h1 {
	font-size: 166.67%; /* 20px */
	color: #365164;
	padding-top: 3px;
	padding-bottom: 21px;
	/*padding: 1px 6px 1px 6px;*/
	/*margin: 7px 0;*/
}
h2{
	clear:both;
	font-size: 140%;
	color: #4E4E4E;
	/*padding-bottom: 22px;*/
	/*padding: 1px 6px 1px 6px;*/
	margin: 4px 0;
}
h3 {
	font-size: 100%;
	/*color: #4E4E4E;*/
	color: black;
}


/* ------------------------------------------------------- links */
a {
	text-decoration: underline;
	font-weight: normal;
	color: #4E4E4E;
	padding: 0;
}
a:hover {
	text-decoration: underline;
	font-weight: normal;
	color: #9A968A;
}


/* ------------------------------------------------------- lists */
ul {
	/*list-style:  url('images/link_pic.gif');*/
	list-style:  url('../images/arrow_right.gif');
	padding: 2px 3px 5px 16px;
}
ul li {
	font-size: 100%;
}
ul li ul {
	list-style: none;
	/*list-style: url('images/link_pic2.gif');*/
	/*list-style: url('images/arrow_right.gif');*/
	/*padding: 0px 3px 0px 24px;*/
	/*margin-top: 2px;*/
}
ul li ul li{
	font-size: 100%;
}

ol {
	padding: 3px 3px 5px 34px;
}


/* ------------------------------------------------------- other */
dfn, abbr, acronym {
    border-bottom: 1px dotted #444444;
    font-style: normal;
    cursor: help;
}

p {
	padding: 2px 0 10px 0px;
}

table {
	width: 100%;
}

td p {
	margin: 0;
	padding: 0;
}

td {
	padding: 2px;
}

/*hr {
	width: 100%;
	display: none; 
  	visibility: hidden;
}
*/
strong {
	font-weight: bold;
}

.anchorlink {
	display:none;
	visibility:hidden;
}
* img {
	border-style:none;
}
