div, form, html, body { margin: 0; padding: 0; }
a img,:link img,:visited img { border: none; }

* {
	margin:0;
	padding:0;
	}

html, body {
	height:100%;
	padding: 0; 
	margin: 0;
	}

body {
	background-color: #ffffff;
	text-align:center; /* horizontal centering for IE Win quirks */
	}

a { text-decoration: none; }
a:hover { text-decoration: underline; }

p, h1, h2, h3, h4, h5 ul { margin: 0 0 5px 0; }

h1 { font-size: 18px; }
h2 { font-size: 16px; }
h3 { font-size: 14px; }
h4 { font-size: 12px; }
h5 { font-size: 11px; }

ul { padding: 0 0 0 20px; margin: 0 0 5px 0; }
li { margin: 0 0 2px 0;}

hr {
	margin: 10px auto 15px 0;
	text-align: left;
	border-top: 1px dashed #dcd1bd;
	height: 1px;
	}

/*
#container {
	position:relative;
	text-align:left;
	width: 100%;
	height: 100%;
}
*/

/*hide from ie on mac\*/
html {
    height: 100%;
    /*overflow: hidden;*/
}
#flashcontent {
	position:relative;
	text-align:left;
	width: 100%;
  height: 100%;
}
/* end hide */
body {
    height: 100%;
    margin: 0;
    padding: 0;
}