/*	-> ingedelange.nl
	-> html/css by artform media
	-> comments by ken @ artform media
========================================================================== */

/*	DEFAULT HTML / BODY STYLING
========================================================================== */

html, body { margin:0; padding:0; overflow:hidden; }

html {
	height:auto;
}

body { 
	font-family:arial; 
	text-align:left;
	font-size:9pt; 
	color:#000;
}

p { line-height:15pt; padding-bottom:15px; }

/*	default input, select and textarea properties for forms 
========================================================================== */

input, select, textarea { font-family:arial; font-size:8pt; color:#000; }

/*	default H1, H2, H3, H4 properties 
========================================================================== */

h1 { font-family:Arial; color:#fff; font-size:17pt; line-height:17pt; text-align:left; padding:0; }
h2 { font-family:Arial; color:#fff; font-size:15pt; line-height:15pt; text-align:left; padding:0; }
h3 { font-family:Arial; color:#fff; font-size:13pt; line-height:13pt; text-align:left; padding:0; }
h4 { font-family:Arial; color:#fff; font-size:11pt; line-height:16pt; text-align:left; padding:0; }

/*	default img styling
========================================================================== */

img { border:0; }

/*	default table font styling
========================================================================== */

table, tr, td { font-family:arial; font-size:8pt; color:#000; vertical-align:bottom; }