/* 	HTTP://WWW.ARTFORM.ORG
	html/css by artform media
	comments by ken @ artform media
========================================================================== */

/*	DEFAULT HTML / BODY STYLING
========================================================================== */

html, body { margin:0; padding:0; }

body { 
	font-family:arial; 
	text-align:left;
	font-size:9pt; 
	color:#4d4d4d;
}

a { 
	font-family:arial; 
	color:#0a9dff; 
	font-size:9pt; 
	text-align:left; 
	line-height:15pt;
	text-decoration:none;
}
a:hover { text-decoration:underline; }

p { line-height:15pt; margin:0 0 15px 0; padding:0; float:left; }

/*	default input, select and textarea properties for forms 
========================================================================== */

form { margin:0; padding:0; }
input, select, textarea { font-family:arial; font-size:8pt; color:#000; margin:0; padding:0; }

/*	default H1, H2, H3, H4 properties 
========================================================================== */

/* Some patches to remove extra spaces */
h1,h2,h3,h4,h5,h6,h7,form,hr {
	margin:0px;
	padding:0px;
}
h1,h2,h3,h4,h1 a { 
	font-family:Arial; 
	color:#0a9dff; 
	text-align:left;
	font-weight:normal;
	font-size:19px;
	line-height:23px;
	padding:0;
}
h1 { color:#0a9dff; font-size:14pt; line-height:18pt; text-align:left; line-height:23px; font-weight:lighter; }
h2 { color:#4d4d4d; font-size:11pt; line-height:12px; text-align:left; line-height:29px; font-weight:bold; }
h3 { color:#636363; font-size:13pt; line-height:13pt; text-align:left; line-height:23px; }
h4 { color:#4d4d4d; font-size:14pt; line-height:12px; text-align:left; line-height:23px; }

/*	default img styling
========================================================================== */

img { border:0; }

/*	default table font styling
========================================================================== */

table, tr, td { font-family:arial; font-size:8pt; color:#4d4d4d; vertical-align:bottom; }

