html, body, div, span,
applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dd, dl, dt, li, ol, ul,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border 			: 0;
	font-weight		: normal;
	font-style		: inherit; 
	font-size			: 100%;
	margin 			: 0;
	padding 			: 0;
	text-align		: inherit;
}
body{
	font				: 62.5%/1 Arial, Helvetica, sans-serif;	
}
th{
text-align			: left;	
}

html,body{
height				: 100%;
}
a img, :link img, :visited img {
	border 			: 0;
}
a {
	outline 			: none;
	line-height		: 1;
	text-decoration	: none;
	color			: #c2cf1c;
}

a:hover{
	text-decoration	: underline;	
}

table {
	border-collapse 	: collapse;
	border-spacing 	: 0;
}
ol, ul,li {
	list-style 		: none;
}
q:before, q:after,
blockquote:before, blockquote:after {
	content 			: "";
}
.removed {
	display 			: block;
	text-indent 		: -200em;
	overflow			: hidden;
}

.hidden {
	position 			: absolute;
	left 			: -200em;
}

.clear {
	clear 			: both;
	display			: block;
	height			: 0;
}

strong, a strong  {
	font-weight 		: bold;
}
.cursor{
cursor				: pointer;	
}
.text-box{
border-width			: 0;
font-family			: Arial, Helvetica, sans-serif;
padding				: 2px;
height				: 16px;
background			: transparent;
}
img{
vertical-align:bottom;
}
has:after{
content:'.';
display:block;
clear:both;
height:0;
visibility:hidden;
}