body {
	/* background : #fcfcdc;*/  /* Yellow, ugly! */
	background: #e9f1f4;
	font-family : sans-serif;
	margin: 0;
}

p {
	text-align: justify;
}

a {
	color : #2266ee;
	text-decoration: none;
}

a:hover {
	/* background-color: yellow; */
	text-decoration: underline;
}

h1.title {
	background-color: #e9f1f4; /* #e1f2ff; */
	border: 0px solid #001c7d;
	color: #dc2b19;
	padding: 4px 10px 4px 10px;
	font-family: trebuchet, "trebuchet ms", sans-serif;
	/* font-style: italic; */
	font-size: x-large;
}

.yah {
	background-color: #001c7d; /* #ffffff; */
	color: #ffffff;
	border-bottom: 0px solid #001c7d;
	margin: 0;
	padding: 3px;
}

.yah a {
	color: #ffffff;
}

.logo {
	background-color: #e9f1f4; /* #e8f7ff; */
	margin: 0;
	padding: 0px;
	width: 100%;
}

.tab {
	margin-top: 0px;
	width: 100%;
	background-color: #001c7d; /* #000099 */;
	border-top: 3px solid #001c7d;
}

td.fill {
	width: 100%;
}

td.tab {
	font-family: sans-serif;
}

td.inactive-tab {
	background-color: #001c7d;
	border-left: solid white 1px;
	padding-left: 10px;
	padding-right: 10px;
	color: #ffffff;
	font-family: sans-serif;
}

td.inactive-tab a {
	font-weight: bold;
	color: #ffffff;
}

td.inactive-tab a:hover {
	color: #ffffff;
}

td.active-tab {
	background-color: #f3f4c8;
	border-left: 1px solid white;
	padding-left: 10px;
	padding-right: 10px;
	color: #ffffff;
	/* font-size: 110%; */
}

td.active-tab a {
	font-weight: bold;
	color: #001c7d;
}

.foot {
	background-color: #d5e8f6;
	color: #666666;
	font-size: small;
	margin-top: 0px;
	text-align: center;
	width: 100%;
}

.foot a {
	color: #001c7d;
}

.tochead {
	background-color: #dcdcdc;
	color: #000000;
	font-weight: bold;
}

.toc {
	background-color: #eeeeee;
	font-family: sans-serif;
}

.toc td {
	vertical-align: top;
}

tr.toc-active {
	background-color: #ffffff;
	color: #dc2b19;
	vertical-align: top;
}

td.west {
	margin-right: 20px;
	width: 200px;
	padding: 8px;
	background-color: #f1efbe;
}

td.east {
	padding: 8px;
	background-color: #f3f4c8;
}

td.title {
        color: #dc2b19;
	font-family: trebuchet, "trebuchet ms", sans-serif;
        /* font-style: italic; */
}

table.main {
	width: 100%;
        height: 630px;
	margin-top: 0px;
}

table.toc {
	border: 0px solid #666666;
}

table.toc small {
	color: #666666;
}

img.thickbord {
	margin-left: 4px;
	margin-right: 4px;
}

img.noborder {
	border: none 0px;
}

img {
	border: 0px solid #001c7d;
}

news {
        /* background-color: #e57e3e; */
}

