/*	css by artform media
	comments by	k. vd broek @ artform media */

* { margin:0; padding:0; }

/*	default html + body properties */
html,body { margin:0; padding:0; }

/*	default body font styling */
body { font-family:arial,sans-serif; text-align:center; }

/*	default p + div styling */
p, div { font-family:arial,sans-serif; font-size:9pt; line-height:17pt; color:#0d3c0e; }
p {	text-align:left; }

/*	default input, select and textarea properties for forms */
input, select, textarea { background-color:#eaeaea; font-family:"Arial", Helvetica, sans-serif; font-size:8pt; color:#000; }

/*	default properties for links */
a:link, a:visited, a:active { color:#0d3c0e; font-weight:normal; text-decoration:underline; }
a:hover { color: #0d3c0e; font-weight:normal; text-decoration:none; }

/*	default h1, h2 and h3 properties */
/*	classes for h1, h2 and h3 */
h1 { font-family:Arial; color:#a8a684; font-size:13pt; line-height:16pt; text-align:left; padding:0 0 .7em 0; }
h2 { font-family:Arial; color:#0d3c0e; font-size:11pt; line-height:10pt; text-align:left; padding:0 0 .4em 0; }
h3 { font-family:Arial; color:#0d3c0e; font-size:11pt; line-height:16pt; text-align:left; padding:0 0 .4em 0; }
h4 { 
	font-family:"Trebuchet MS", Arial; 
	font-style:italic; 
	color:#0d3c0e; 
	font-size:15pt; 
	line-height:21pt; 
	text-align:left; 
	padding:0 0 .4em 0; 
}

/*	default b styling */
b {	font-weight:bold;}

/*	default img styling */
img { border:0px;}

/*	default li styling */
li { list-style-type:none;}

/*	default table font styling */
table, tr, td { font-size:8pt; line-height:17pt; color:#000; }