/* global.css - contains all global redefinitions of HTML elements */
* {
	margin:0px;
	padding:0px;
	border:none;
	/*white-space: nowrap;*/
}

html>body { font-size: 10px; /* important for cross OS compatibility */ }

body {
	font-family:Arial,Helvetica,sans-serif;
	color:#000;
	background:#fffefe url(../images/mainbg.gif) repeat-x 0 0;
	text-align:left;
	font-size:62.5%;
	
}
input, select
{
	font-family:Arial,Helvetica,sans-serif;
}
/* ------------------------------------------------------- links */
a, a:hover {
	text-decoration:none;
}
a:hover {
	text-decoration: underline;
}

/* ------------------------------------------------------- other */
abbr, acronym {
    border-bottom: 1px dotted #444444;
  	font-style: normal;
    cursor: help;
}
ul li li, LI LI, LI P, TD P, BLOCKQUOTE P, th p, p li, td ul li {font-size:1em;}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
ul{list-style-type:none;}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

sup,
sub {
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	position: relative;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}

