/* global.css - contains all global redefinitions of HTML elements */
* {
	margin:0px;
	padding:0px;
	/*white-space: nowrap;*/
}

body {
	color:#000;
	text-align:left;
	background:#EEE url(../images/bg.jpg) repeat-x 0 0;
	font:12px/24px Arial,Verdana,"\5b8b\4f53";
}
input, select, textarea {
	font-family:Arial,Verdana,"\5b8b\4f53";
}
/* ------------------------------------------------------- links */
a, a:hover {
	text-decoration:none;
}
a:hover {
	text-decoration: underline;
}

/* ------------------------------------------------------- other */
abbr, acronym, dfn {
  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: 1.1ex;
}

sub {
	top: .5ex;
}

