/* GLOBAL TYPOGRAPHY */

@import url(typography_small.css);

body, div, p, th, td, li, dd {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
}

.white {
	color: #fff;
}

.noMargin {
	margin: 0 !important;
}

.noBorder {
	border: none !important;
}

.italic {
	font-style: italic;
}

h1,h2,h3,h4,h5,h6 {
	line-height: 1.5em;
}
