html {
	padding:0px;
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
	}

body {
	margin:0px;
	padding:0px;
	}

#left_shadow {
	background-image:url(images/template/left_side_shadow.gif);
	background-position:right;
	background-repeat:repeat-y;
	}

#right_shadow {
	background-image:url(images/template/right_side_shadow.gif);
	background-repeat:repeat-y;
	background-position:right;
	}

#undermenu {
	background:url(images/template/undermenu_bg.jpg) repeat-x;
	}
	
.content_text {
	font-size:12px;
	vertical-align:top;
	}

.process_text {
	font-size:12px;
	vertical-align:top;
	margin-left:10px;
	margin-top:10px;
	}
	
.greytext {
color:#999; text-decoration:none;
font-size:12px; 
}

#active {
color:#444; text-decoration:none; font-size:14px;
}

a:link {
color:#999; text-decoration:none; font-size:12px;
}
a:visited {
color:#777; text-decoration:none; font-size:12px;
}
a:hover {
color:#444; text-decoration:none; font-size:12px;
}
a:active {
color:#777; text-decoration:none; font-size:12px;
}

TD a:link {
color:#999; text-decoration:none; font-size:12px;
}
TD a:visited {
color:#777; text-decoration:none; font-size:12px;
}
TD a:hover {
color:#444; text-decoration:none; font-size:12px;
}
TD a:active {
color:#777; text-decoration:none; font-size:12px;
}

H1, h2 { margin:0; }


.contentBlock p { margin-top:0; }