/* CSS Document */

h1 { font: bold 1.6em "lucida sans", verdana, sans-serif; }
h2 {
	font: bold 1.3em "lucida sans", verdana, sans-serif;
	margin: 0;
	padding: 1em 0;
	color: #003366;
	text-align: center;
}
h2 span {
	font-weight: normal;
	color: #000000;
}
h3 { font: bold 1em "lucida sans", verdana, sans-serif; margin: .5 0 .5em 0; padding: 0 0 .2em 0; }

p.message {
	font: normal 1.2em "lucida sans", verdana, sans-serif;
	color: #000000;
	background: #CCCCCC;
	display: block;
	padding: 10px;
	width: 90%;
}
p.explanation {
	font-size: 10px;
	font-weight: normal;
	color: #003300;
}

select {
	font: .9em "lucida sans", verdana, sans-serif;
}


legend {
	display: table;
	font: 0.7em "lucida sans", verdana, sans-serif;
	position: relative;
	color: #003300;
	margin: 0 0 1em;
	padding: 0.5em;
	border: 1px dotted #663300;
	background: #FFFFCC;
}

p { font: .9em "lucida sans", verdana, sans-serif; color: #454545; line-height: 130%; }
span.highlight { background-color: #fbffc1; }
span.highlight2 { background-color: #d1ffc1; }
var { color: #b00000; }

codeblock {
	border: 1px solid #DADADA;
}

ul { list-style-type: square; margin: .5em 0 .5em 0; }
li { font: .9em "trebuchet ms", arial, helvetica, verdana; color: #454545; margin: 0 0 .3em 0; }

dl {
	background-color: #d8f4fe;
	color: #000;
	border: 1px solid #acd3ff;
	padding: .5em;
}

dt {
	margin: 0 1em 0 0;
	font: bold .9em "lucida sans", verdana, sans-serif;
	color: #000;
}

dd {
	font: .9em "lucida sans", verdana, sans-serif;
	color: #000;
}

a:link, a:visited {
	color: #CC0000;
	text-decoration: none;
	border-bottom: 1px dotted #CC0000;
}

a:hover, a:active {
	color: #FF3333;
	text-decoration: none;
	border-bottom: 1px dotted #FF3333;
}

