body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #595A52;
}
body {
	background-color: #FFFFFF;
	margin-left: 4px;
	margin-top: 4px;
	margin-right: 4px;
	margin-bottom: 4px;
}

p,
ol,
ul {
	line-height: 100%;
	}
ol { /* to be styled */ }
ul { /* to be styled */ }

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	font-style: normal;
	font-weight: bold;
	background: transparent;
	color: #CCCDD0;
	}

h1 {
	font-size: 10pt;
	}
h2 {
	font-size: 10pt;
	}
h3, h4, h5, h6 {
	font-size: 10pt;
	}

a:link {
	color: #FF6600;
	text-decoration: none;
	}
a:visited {
	color: #FF6600;
	text-decoration: none;
	}
a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	}
a:active {
	color: #FF6600;
	text-decoration: underline;
	}

blockquote {
	color: #CCCDD0;
	}

code {
	cursor: text;
	font-family: Verdana, Arial, Helvetica, sans-serif;
 }

small {
	font-size: 10pt;
	}

input, textarea, select { /* to be styled */ }

form { /* to be styled */ }

img { /* to be styled */ }
img.noborder {
	border: none;
	}

/*** Form **/
form {
	font-size: 10pt;
	width: 826px;
	background: #CCCDD0;
	margin-top: 4px;
}
fieldset {
	padding: 2px;
	border-width: 0;
}
legend {
	font-size: 10pt;
	padding: 2px;
	margin-bottom: 4px;
	color: #000;
}
fieldset.minor {
	padding: 2px;
}

fieldset.minor legend {
	font-style: normal;
	padding: 2px;
	font-size: 10pt;
}
textarea { width: 80%;}

/* Explanation */
div#explanation {
font-size: 1.2em;
border: 1px solid #999;
padding: 1em;
width: 500px; margin: 20px auto;
}

#footer, #header { text-align: center;}
