/*	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; height:100%; }

/*	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:15pt; color:#3b4247; }
p {	text-align:justify; padding:0 0 15px 0; }

/*	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:#3b4247; font-weight:normal; text-decoration:underline; }
a:hover { color: #3b4247; font-weight:normal; text-decoration:none; }

/*	default heading properties */
h1 { font-family:Arial; color:#9c0059; margin-bottom:0.5em; font-size:19px;	font-weight:normal; }
h2 { font-family:Arial; color:#9c0059; margin-top:0.5em; margin-bottom:0.5em; font-size:19px; font-weight:normal; }
h3 { font-family:Arial; color:#000000; margin-top:0px; margin-bottom:0px; font-size:17px; font-weight:normal; }
h4 { font-family:Arial; color:#000000; margin-top:0px; margin-bottom:0px; font-size:10pt; font-weight:bold; }

/*	default b styling */
b {	font-size:9pt; font-weight:bold;}

/*	default img styling */
img { border:0px;}

/*	default table font styling */
table, tr, td { font-family:arial,sans-serif; font-size:9pt; line-height:16pt; color:#4b4b4b; text-align:left; }