
html {
	height: 100%;
}

body {
	height: 100%;
	margin: 0;
	padding: 0;
	background: #fff;
}

/*  TYPOGRAPHY  */

body {
	font-family:helvetica, arial, sans-serif;
	font-size: 12px;
	color: #444;
	line-height: 1.5em;
}

h1, h2, h3, h4, h5, h6, p {
	margin: 0;
	margin-bottom: 1em;
	padding: 0;;
}
h1.flush, h2.flush, h3.flush, h4.flush, h5.flush, h6.flush, p.flush {
	margin-bottom: 0;
}

h1 {
	font-size: 18px;
	font-weight: bold;
}

h2 {
	font-size: 16px;
	font-weight: bold;
}

h3 {
	font-size: 14px;
	font-weight: bold;
}

h4 {
	font-size: 13px;
	font-weight: bold;
}

h5 {
	font-size: 12px;
	font-weight: bold;
}


a:link, a:visited {
	color: #2b8aba;
	text-decoration: none;
}
a:hover, a:active {
	color: #3bbdff;
}


/*  / TYPOGRAPHY  */



/*  TAGS  */

img {
	margin: 0;
	padding: 0;
	border: 0;
}

/*  IE6 PNG FIX  */
img, div { behavior: url('/javascripts/iepngfix.htc') }
/*  / IE6 PNG FIX  */


/*  / TAGS  */

