/* 
Lofi CSS Document 
Simple Lofi Screen Stylesheet for typography - all browsers
*/

body {
	background: #fff;
	color:#333;
}
a img {
	border: 0;
}
a {
	color: #c60;
	text-decoration: underline;
}

h1 {
	color:#4C711D;
	border-bottom:1px solid #E3DFCF;
	margin-top:0;
	padding:0;
	margin-bottom:4px;
	padding-bottom:4px;
	padding-left:1px;
	margin-top:6px;
	font-size:1.5em;
}

h2 {
	color:#4C711D;
	border-bottom:1px solid #E3DFCF;
	margin-top:0;
	padding:0;
	margin-bottom:4px;
	padding-bottom:4px;
	padding-left:1px;
	margin-top:6px;
	font-size:1.5em;
}
/* 4 Aug 2008, R Curry. News h3 has to be changed to an h2, but styling must remain the same. */
h3,h2.news {
	border-bottom:1px solid #E3DFCF;
	border-top:1px solid #E3DFCF;
	padding:6px 0;
	color:#690;
	padding-left:1px;
	font-size:1.2em;
}

h4 {
	border-bottom:1px dotted #E0AC5F;
	color:#333;
	padding-left:1px;
	padding-bottom:5px;
	margin-bottom:3px;
	font-size:1em;
}

dt {
	color:#5C493B;
	text-transform:uppercase;
	font-weight:bold;
	border-bottom:1px dotted #E0AC5F;
	padding-bottom:3px;
	margin-bottom:4px;
}

dd {
	padding:2px 0;
	margin:0;
}

div.csc-textpic-imagewrap dt{
	border-bottom:0px;
}

