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				: left;
}
body{
	background				: #FFF;
	font					: 62.5%/1.5 Tahoma, Arial, sans-serif;
	color					: #565656;
	
}
h1,h2,h3,h4,h5,h6{
color						: #565656;	
}
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					: #565656;
}

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 			: -500em;
	overflow				: hidden;
}

.hidden {
	position 				: absolute;
	left 					: -500em;
	top						: 0;
}

.clear {
	clear 					: both;
	display					: block;
	height					: 0;
	line-height				: 0;
}

hr {
	display 				: none;
}

strong {
	font-weight 			: bold;
}

.cursor{
cursor						: pointer;	
}

.text-box{
border						: 1px solid #a1a1a1;
padding						: 2px;
}

input{
font-family					: Tahoma, Arial, sans-serif;
}

img{
vertical-align				: bottom;
}

em{
	font-style				: italic;	
}
	
code{
font-family:"Courier New", Courier, monospace;	
}

ul.footer-navi:after{
content:'';
clear:both;
display:block;
}
