/* CSS Document */

body {
	line-height:1.4em;
}

a {
	color:#FF9900;
	text-decoration:underline;
}

a:hover {
	color:#FF9900;
	text-decoration:underline;
}

a:hover { text-decoration:none; }

h1.displayed {
	color:#333333;
	font-size:180%;
	font-weight:bold;
	display:block;
	border-bottom:#CCCCCC 1px solid;
	padding:3px 0 10px 0;
	text-transform:lowercase;
}

h1 {
	color:#000000;
	font-size:240%;
	font-weight:bold;
	text-transform:none;
	line-height:1.1em;
	padding:0px;
	margin:0px 0 10px 0;
}

h2 {
	color:#333333;
	font-size:160%;
	font-weight:bold;
	text-transform:none;
	line-height:1.1em;
	padding:0px;
}

h3, h4 {
	color:#333333;
	font-size:150%;
	font-weight:bold;
	padding:0px;
	text-transform:lowercase;
}

h5, h6 {
	color:#333333;
	font-size:140%;
	font-weight:bold;
	display:block;
	padding:0px;
	text-transform:lowercase;
}