/*------------------------------------------+DAN+ typography.css CSS file*------------------------------------------*/

* {
	margin:0;
	padding:0;
}

li,dd {
	margin-left:2em;
}
fieldset {
	padding:.8em;
}

body {
	font: 9pt "Trebuchet MS", Tahoma, Arial;
	color: #8ADBFF;
	line-height: 17px;
}

a {
	color: #CC6600;
	text-decoration: none;
}

a:visited {
	color: #CC6633;
	text-decoration: none;
}

a:hover {
	color: #ffffff;
	text-decoration: underline;
}

img {
	border: none;
}

p {
	padding: 0px 0px 10px;
	margin: 0px;
}

h1 {
	font: normal 150%/100% "Trebuchet MS", Tahoma, Arial;
	color: #c9eefe;
}

h1 a, h1 a:visited{
	color: #c9eefe;
	text-decoration: none;
}

h1 a:hover{
	color: #ffffff;
	text-decoration: none;
}

h2 {
	color: #ffffff;
	margin: 0px 0px 2px;
	border-bottom: 1px dotted #CCCCCC;
	font: normal 190%/100% "Trebuchet MS", Tahoma, Arial;
	padding-bottom: 3px;
}

h2, .contentheading {
	padding: 0;
	font-family: "Trebuchet MS", Tahoma, Arial;
	font-size: 1.7em;
	font-weight: bold;
	vertical-align: bottom;
	color: #fff;
	text-align: left;
	width: 100%;
	height: 100%;
	line-height: 30px;
}


h2 a, h2 a:visited {
	color: #ffffff;
	text-decoration: none;
}

h2 a:hover {
	color: #ffffff;
	text-decoration: none;
}

h3 {
	font: normal 138%/100% "Trebuchet MS", Tahoma, Arial;
	color: #ffffff;
	margin: 0px 0px 5px;
}

h3 a:hover {
	color: #CCCCCC;
	text-decoration: none;
}

h4 {
	font: normal 130%/100% "Trebuchet MS", Tahoma, Arial;
	color: #ffffff;
	margin: 10px 0px 5px;
}

p {
	font-size: 1.0em;
	margin-bottom: 0.8em;
}

h1+p {
	font-weight: bold;
	color: #ffffff;
}

/*-----------------------------------------------------------------------------------*/

