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

* {
	margin:0px;
	padding:0px;
	border:none;
	/*white-space: nowrap;*/
}
html>body { font-size: 13px; /* important for cross OS compatibility */ }
html, body {
	font-size: 100%;
	font: small Arial, Helvetica, sans-serif;
	color: #333333;
	background-color: #CCCCCC; /*#bgcolor="#CCCCCC";*/
	text-align: left;
}
/* ------------------------------------------------------- headings */

h1 {
	font-size: 184.62%;
	color: #000000;
	padding: 0px 0px 10px 0px;
	margin: 0px 0;
}


h2 {
	clear:both;
	font-weight: bold;
	font-size: 107.69%;
	color: #f11a29;
	padding: 2px 0px 4px 0px;
	margin: 0px 0;
}
h3{
	clear:both;
	font-size: 92.31%;
	color: #000000;
	padding: 5px 0px 0px 0px;
	margin: 0px 0;
}
h4{
	clear:both;
	font-size: 92.31%;
	color: #000000;
	padding: 5px 0px 0px 0px;
	margin: 0px 0;
}

h5 {
	font-weight: normal;
	font-size: 76.92%;
}

h6{
	clear:both;
	font-size: 92.31%;
	color: #f11a29;
	padding: 2px 0px 7px 0px;
	margin: 0px 0;
/*	font-weight:normal;*/
}


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


/* ------------------------------------------------------- lists */
ul {
	list-style:  url(images/list_dot.gif);
	padding: 2px 3px 5px 16px;
}
ul li {
	font-size: 100%;
}
ul li ul {
	font-size: 93%;
	/*list-style: url(images/link_pic2.gif);*/
	padding: 0px 3px 0px 24px;
	margin-top: 2px;
}
ul li ul li{
	font-size: 100%;
}

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


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

/* ------------------------------------------------------- special case for SEO */

/* ------------------------------------------------------- end of special case */
