/*****************************/
/*** Core html setup stuff ***/
/*****************************/


html, body, div, span, applet, object, iframe, table, caption,
tbody, tfoot, thead, tr, th, td, del, dfn, em, font, img, ins,
kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, pre, 
a, abbr, acronym, address, big, cite, code, dl, dt, dd, form, label, legend {
	padding: 0;
	margin: 0;
	border: 0;
}


:focus {
	outline: 0;
}
 
input {
	font-family: Arial, Helvetica, sans-serif;
}
 
input::-moz-focus-inner,
button::-moz-focus-inner { 
	padding:0;
	border:0;
	margin: 0;
}
 
button {overflow: visible; /* removes extra side padding in IE */}


body {
    color: #1b1b1b;
    font-family: Roboto, Arial, Helvetica, sans-serif;
    line-height: 1.2;
    background-color: #fff;
}
 
table {
	border-collapse:collapse;
	border-spacing: 0;
}
 
table, td, tr {vertical-align:top;}
  

a {
    color: #133575;
    border-bottom: 1px solid;
    text-decoration: none;
}

a:hover {
  text-decoration: none;
  border-bottom: 0 none;
}


img { border: 0 none; }

.clr,
.clear {
	clear:both;
	font-size:0;
}

sub,
sup {
	font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

/*****************************************/
/*** Template specific layout elements ***/
/*****************
************************/
