body {
		background-color: transparent;
		font-size: 1em;
		font-family:'Times New Roman',Times,serif;
		color:#000000;
}

#links   { 
		display:none;
}

a:link,
a:visited {
         color: #283981;
         background:white;
         text-decoration:none;
}

.clear {
	clear: both;
}

h1 { margin: 1.0em 0 1.0em 0; font-size: 1.3em; }
h2 { margin: 1.0em 0 1.0em 0; font-size: 1.2em; }
h3 { margin: 1.0em 0 1.0em 0; font-size: 1.1em; }
h4 { margin: 1.0em 0 1.0em 0; font-size: 1.3em; }
h5 { margin: 1.0em 0 1.0em 0; font-size: 1.2em; }
h6 { margin: 1.0em 0 1.0em 0; font-size: 1.1em; }



table {
	width: 100%;
	border-collapse: collapse;
	border-top: 1px solid #a49b7f;
	border-bottom: 1px solid #a49b7f;
}
table caption {
	font-variant: small-caps;
}
table.auto {
	width: auto;
}

table.fixed {
	table-layout: fixed;
}

th, td { padding: 3px 2px 3px 10px; }
thead th {
	border-bottom: 1px dotted #000;
}
tbody th {
	background: #ded5ba;
}
tbody th[scope="row"],
tbody th.sub {
	background: #ded5ba;
}

tbody th {
	border-bottom: 1px dotted #000;
	text-align: left;
}
tbody td {
	border-bottom: 1px dotted #000;
}

tbody tr:hover th[scope="row"],
tbody tr:hover tbody th.sub { background: #e5e5e5; }
tbody tr:hover td { background: #e5e5e5; }
