/*	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:#4b4b4b; }
p {	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:#2d2d2d; font-weight:normal; text-decoration:none; }
a:hover { color: #49349c; font-weight:normal; text-decoration:none; }

/*	default heading properties */
h1 { font-family:Arial; color:#2d2d2d; margin-bottom:0.5em; font-size:19px;	font-weight:normal; }
h2 { font-family:Arial; color:#373737; margin-bottom:0.5em; font-size:19px;	font-weight:normal; }

/*	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; }
