
/* ---------------------------------- 
typography
---------------------------------- */
body, div, span, h1, h2, h3, h4, h5, h6, li, p, input, textarea, select, form, option, td {
    font-family: arial, verdana, helvetica, sans-serif;
	font-size:11px;
	
	
}

a { 
    color:#0074BC;
	text-decoration: none;
}

a:visited {
	color:#0074BC;
	text-decoration: none;
}

a:hover {
	color:#0074BC;
	text-decoration: underline;
}
