/*	-> www.zuurbier.com
	-> html/css by artform media
	-> comments by ken @ 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:georgia; }

/*	default p + div styling */
p, div { font-family:georgia; font-size:9pt; line-height:15pt; color:#00457d; }
p {	text-align:left; padding:10px 0 10px 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:georgia; color:#9c0059; font-size:19px; font-weight:normal; margin-bottom:0;  }
h2 { font-family:georgia; color:#ffffff; font-size:19px; font-weight:normal; margin-bottom:0;  }

/*	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; }