body {
	background-color:#f7f7f7;
	border:0;
	font:normal medium 'trebuchet ms',helvetica,georgia;
	margin:0;
	padding:10px;
}
body.Print {
	padding:0;
}
a:link,a:visited  {
	color:#006600;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
blockquote {
	color:#444444;
	font-style:italic;
	margin:6px 54px 12px 54px;
}
dl {
	text-align:justify;
}
dt {
	font-size:large;
	font-weight:bold;
	margin-bottom:5px;
	margin-top:30px;
	margin-top:expression(this == this.parentNode.firstChild ? "5px":"30px");
}
dt:first-child {
	margin-top:5px;
}
body.Print dt {
	font-size:small !important;
	text-transform:uppercase;
}
*.PageBreak {
	page-break-before:always;
}
dd {
	margin-bottom:25px;
	margin-bottom:expression(this == this.parentNode.lastChild ? "5px":"25px");
}
dd:last-child {
	margin-bottom:5px;
}
dd div.Project {
	font-weight:bold;
}
em {
	background-color:#CCFFCC;
	font-style:normal;
}
div.Canvas {
	background-color:#FFFFFF;
	border:1px solid #DDDDDD;
	margin-left:17%;
	margin-right:17%;
	padding:0px 20px 20px 20px;
}
body.Print div.Canvas {
	border:0;
	font-size:smaller !important;
	margin-left:0;
	margin-right:0;	
}
div.Actions {
	color:#000000;
	margin-top:-5px;
}
div.Header {
	border-bottom:2px solid #DDDDDD;
	color:#006600;
	clear:both;
	font-size::x-large;
	font-weight::bold;
	height:60px;
	margin:0 -20px 0 -20px;
	padding:10px 20px 0 20px;
	vertical-align:bottom;
}
*.FLL {
	float:left;
}
*.FLR {
	float:right;
}
img.PhotoR {
	border:1px solid #006600;
	margin:0 0 5px 10px;
}
span#MLAbout p {
	margin-top:expression(this == this.parentNode.firstChild ? "0":"");
}
span#MLAbout p:first-child {
	margin-top:0;
}
div.Footer {
	font-size:small;
	text-align:center;
}
span.Project {
	font-style:italic;
}
/* Test classes
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
div.OverlayT {
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:25px;
	background-color:#006600;
	border-bottom:1px solid #000000;
	filter:alpha(opacity=20);
	opacity:.2;
	z-index:3;
}
div.OverlayL {
	position:fixed;
	top:0;
	left:0;
	width:18.5%;
	height:100%;
	background-color:#006600;
	border-right:1px solid #000000;
	filter:alpha(opacity=20);
	opacity:.2;
	z-index:2;
}
div.OverlayR {
	position:fixed;
	top:0;
	right:0;
	width:18.5%;
	height:100%;
	background-color:#006600;
	border-left:1px solid #000000;
	filter:alpha(opacity=20);
	opacity:.2;
	z-index:1;
}
*.emtest {
	font-size:1.42em !important;
}
