/*	css by artform media
	comments by	k. vd broek @ artform media */

/*	default html + body properties */

body {
	margin:-20px 0 0px 0;
	padding:0;
	background-color: #E8E8E8;
}
*+html body {
	margin:0px 0 0px 0;
	padding:0;
	background-color: #E8E8E8;
}

/*	default body font styling */
body{ font:76% verdana,sans-serif;text-align:center }

/*	default p + div styling */
p, div { font-family:"verdana"; font-size:9pt; font-style:normal; line-height:17pt; color:#232323; vertical-align:top; }
p {	text-align:left; }

/*	default input, select and textarea properties for forms */
input, select, textarea { background-color:#eaeaea; font-family:"Verdana", Helvetica, sans-serif; font-size:10pt; color:#000; }


/*	default properties for links */
a:link, a:visited, a:active { color:#013366; font-weight:normal; text-decoration:none;  }
a:hover { color: #013366; font-weight:normal; text-decoration:underline;}

/*	default h1, h2 and h3 properties */
/*	classes for h1, h2 and h3 */
h1 { font-family:Verdana; color:#fc7C00; font-size:14pt; line-height:16pt; text-align:left; }
h2 { font-family:Verdana; color:#003580; font-size:11pt; line-height:16pt; text-align:left; }
h3 { font-family:Verdana; color:#fc7C00; font-size:11pt; line-height:10pt; text-align:left; }
h4 { font-family:Verdana; color:#003580; font-size:11pt; line-height:16pt; text-align:left; }

/*	default b styling */
b {	font-size:9pt; 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:9pt; line-height:17pt; color:#232323; }