@charset "utf-8";
/* CSS Document */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, header {
	margin: 0;
	padding: 0;
	border: 0;
}
body {
	font-family: Helvetica, Arial, sans-serif;

}
h1,h2,h3,h4,h5,h6 {
	font-family: "Hoefler Text", Georgia, serif;
	margin-bottom: 10px;
	color:#1c1c1c;
	margin-top: 10px;
	}
#main {
	margin: 0 0 20px 60px;
}
#main ul {
	margin-left: 20px;
}
#main a {
	color:#be0f34;
	text-decoration:none;
	}
#main a:hover {
text-decoration:underline;
	}	
#appWrapper {
	margin: 20px 0 0 0px ;
}
.inputField {
	
	float: left;
	}
.cursorDefault {

    cursor: default !important;
}
