/*
If you change any of these colors, be sure to search and replace all of them in the file
color palette:
#FAFFF9  warm white
#F0F0C0  beige
#F0FFDF  lt beige
#C0F04A  green
#C0C04A  brown
#D8F078  olive
#483000  dk brown
#D8F0F0  lt blue
#E8F0F0  lt grey
#000 	 black

    * American Typewriter
    * American Typewriter Condensed
    * Arial
    * Arial Rounded MT Bold
    * Courier New
    * Georgia
    * Helvetica
    * Marker Felt
    * Times New Roman
    * Trebuchet MS
    * Verdana
    * Zapfino

*/
html {
	margin: .25em;
	padding: 0;
}

body {
	font: 100% Georgia;
	text-align: left;
	background-color: #FAFFF9;
	color: #000; /* changed for readability */
	line-height: 1.3em;
}

p {
	margin: .25em 0 .25em 0;
}

a {
	color: #000;
	text-decoration: none;
}

h1,h2,h3,h4,h5,h6 {
	font-weight: normal;
}

.title h1 {
	margin: .25em 0 .25em 1;
	letter-spacing: 1.5;
	display: table;
	font-size: 150%;
}

.title h2 {
	margin: .25em 0 .25em 1;
	letter-spacing: 1.2;
	display: table;
	font-size: 110%;
}

.title a {
	border-bottom: thin;
	border-bottom-color: #999;
	border-bottom-style: dotted;
}

.title ul {
	text-align: center;
	padding: 1em;
}

.title li {
	margin-left: 0;
	margin-top: 0;
	padding: 1em .25em;
	display: table;
	font-size: 100%;
}

.content h2 {
	margin: .25em 0 .25em 0;
	padding: .4em;
	font-size: 95%;
}

.content h3 {
	margin: .25em 0 .25em 0;
	padding: .4em;
	display: table;
	font-size: 90%;
	display: table;
}

.content p {
	margin: .1em 0 .1em 0;
	font-size: 100%;
	padding: .2em;
}

.content pre {
	white-space: pre-wrap; /* css-3 */
	white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
	white-space: -pre-wrap; /* Opera 4-6 */
	white-space: -o-pre-wrap; /* Opera 7 */
	word-wrap: break-word; /* Internet Explorer 5.5+ */
}

.content thead {
	font-weight: bold;
	font-size: 90%
}

.content tbody {
	font-size: 90%;
}

.content table {
	width: 100%;
	border-style: none;
	margin-top: .1em;
	margin-bottom: 1em;
}

.content tr {
	
}

.content td {
	padding: .5em;
	border-bottom: .1em;
	border-bottom-color: #DDD;
	border-bottom-style: dashed;
}

.content li {
	font-size: 80%;
}

.content a {
	color: #000;
	border-bottom: thin;
	border-bottom-color: #999;
	border-bottom-style: dotted;
}

.content ol,ul {
	margin: 0em;
}

.toc p {
	display: inline;
}

.toc a {
	font: 100% Verdana;
	color: #FFF;
	padding: .2em;
}

.toc table {
	width: 100%;
	height: 0%;
}

.toc td {
	text-align: center;
	background-color: #000;
	color: #FFF;
}

.toc2 p {
	display: inline;
	float: right;
}

.toc2 a {
	font: 100% Verdana;
	background-color: #000;
	padding: .2em;
	color: #FFF;
}

.standardform legend {
	padding: 0px 0px 0 0px;
	background-color: #FFF;
}

.standardform .formitem {
	float: left;
	width: 100%;
	margin: .2em 0 .5em 0;
}

.standardform fieldset {
	padding-top: 15px;
	border-style: none;
}

.standardform label {
	float: left;
}

.tablelegend table {
	width: 100%;
	border-style: none;
	margin-top: .1em;
	margin-bottom: 1em;
}

.tablelegend thead {
	font-weight: bold;
	font-size: 90%
}

.tablelegend tbody {
	font-size: 90%;
}

.tablelegend a {
	color: #FFF;
	border-bottom-style: none;
	font: 100% Verdana;
	border-bottom-style: none;
}

.tablelegend td {
	padding: .5em;
	background-color: #000;
	text-align: center;
}

.linkbutton a {
	color: #FFF;
	background-color: #000;
	margin: 0 .4em;
	text-decoration: none;
	padding: .3em;
}