html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote,
a, abbr, acronym, address,
em, img, sub, sup, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
  	outline-width: 0;
	font-weight: normal;
	text-align: left;
	vertical-align: baseline;
}

article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section { 
	display: block; 
}

html {
	overflow-x: auto;
	-webkit-text-size-adjust: none; 
	text-size-adjust: none;
}

body {
	background: white;
	color: black;
	min-height: 100%;
}


a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
  color: #419ebc;
  text-decoration: none;
  cursor: pointer;
}
	a:hover {
		text-decoration: underline;
		color: #167a9a;
	}

ol, ul {
	list-style: none;
}

table, td, th,img {
	vertical-align: top;
	border-collapse: collapse;
	border-spacing: 0;
	empty-cells: show;
}

:focus {
	outline: 0;
}
hr {
  height: 1px;
  border: none;
  border-top: 1px solid #ddd;	
}



/* clearfix ======================================================================================*/

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	line-height: 1px;
	font-size: 1px;
	visibility: hidden;
}
.clearfix {
	display: block;
}


/* PDA version ====================================================================================*/


@-ms-viewport { 
 width: device-width;
}
@-o-viewport { 
 width: device-width;
}
@viewport { 
 width: device-width;
}

@media handheld and (max-device-width: 480px) {

}



/* Print version =================================================================================*/

@media print {

}



