/* CSS file */
html {
	overflow:hidden;
	height: 100%;
}

body {
	margin: 0; 
	padding: 0;
	height: 100%;
	font-family: Arial, Verdana, Geneva, sans-serif;
	font-size : 100.01%;
	background-color : white;
}

h1,h2,h3,h4,h5,p,form,ol,ul,li{
	margin-top: 0;
	margin-bottom : 0.6em;
	padding-bottom : 4px;
}

p {
	margin-bottom : 1em;
}

#flashcontent {
	text-align: center;
	height: 100%;
}

#defaultcontent {
	text-align : left;
	padding-top: 40px;
	padding-left: 40px;
	width: 50%;
}

#logo {
	padding-bottom: 2em;
}

a img {border:0;}

