/* CSS Document */
@charset "iso-8859-1";

/* Reset */
html,body,div,span,applet,object,iframe,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,
dfn,em,font,img,ins,kbd,q,s,samp,small,strike,sub,sup,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,
caption,tbody,tfoot,thead,tr,th,td { 
	margin:0; 
	padding:0; 
	border:0; 
	font-style:normal; 
	font-size:100%; 
	outline:0;
}
body, html {
	width:100%;
	height:100%;
}
table { 
	border-collapse:collapse; 
	border-spacing:0; 
}
input,select,textarea,submit { 
	border:0; 
	color:#3f3e40; 
	font-family:'Roboto', sans-serif;
	font-weight:300;
	font-size:12px;
}
ol,ul { 
	list-style:none; 
}
caption,th { 
	text-align:left; 
}
a { 
	text-decoration:none;
	color:#606060;
} 
a:hover { 
	text-decoration:underline;
	color:#606060;
}
legend { 
	display:none; 
} 
label { 
	cursor:pointer; 
	cursor:hand; 
}
:focus { 
	outline:0; 
}
.clear { clear:both; }
.no-margin { margin:0 !important; }