body {
	padding-left: 11em;
	font-size: 100%;
	font-family: "Lucida Sans", Verdana, sans-serif;
	font-size: 0.8125 em;
	line-height: 1.5;
	color: #000000;
	background-color: #ffffff; 
/* My own additions henceforth */
}
h1 {
	font-size: 200%; 
}
h2,h3{
	font-size: 150%;
}
h4 {
	font-size: 140%;
}
h5 {
	font-size: 110%;
}
h6 {
	font-size: 105%;
}
h1,h2,h3,h4,h5,h6 {
	color: #00008b;  /* dark blue */
	background-color: #ffffff; 
	font-weight: normal;
	font-family: Georgia, serif; 
	font-variant: small-caps;
}

ul.navbar {
	list-style-type: none;
	padding: 0;
	margin: 0;
	position: absolute;
	top: 2em;
	left: 1em;
	width: 9em 
}
ul.navbar li {
	margin: 0.5em;
	padding: 0.3em;
	border-right: .2em;
	border-color: #ffffff;  
}
ul.navbar a {
	text-decoration: none; 
	display: block; 
	border-right: .2em solid #c0c0c0; 
	border-bottom: .2em solid #c0c0c0; 
}
ul.navbar a:link {
	text-decoration: none; 
	background-color: #ffffff; 
	color: #000080; /* navy blue*/
	font-weight : bolder;
}
ul.navbar a:visited {
	text-decoration: none; 
	background-color: #ffffff; 
	color: #000080; 
	font-weight : bolder;
}
ul.navbar a:hover { 
	letter-spacing:.1em; 
	background: #e0e0e0; /*variation of white smoke(f5f5f5) */
	color: #000000;
}
ul.navbar li a.current { 
	background: #e0ffff; /* light cyan*/ 
}
ul.navbar li a.current:hover{
	background:#afeeee;  /* pale turquoise */
}
a:link {
	background-color: #ffffff; 
	color: #0000cd; /* steel blue*/
}
a:visited {
	background-color: #ffffff; 
	color: #707070; /*variation of silver (c0c0c0) */
}

#gototop { 
    display:none; 
    position:fixed; 
    right:5px; 
    bottom:5px; 
    color:black; 
    font-size: .75em; 
    font-weight:bold; 
    text-decoration:none; 
    border: 1px solid black;
    background: #90ee90;
    padding:10px; 
}

.space {
    text-indent : 1.5em;
}


/* Design 1 */
table.Design1 {
    border-spacing: 0px;
    border-collapse: collapse;
}

/* Design 1*/
table.Design1 {
    border-spacing: 0px;
    border-collapse: collapse;
    border: 1px solid #666666;
}
table.Design1 th {
    border-bottom: 1px solid #666666;
    text-align: left;
    font-weight: normal;
    padding: 0.1em 0.5em;
}
table.Design1 td {
    text-align: right;
    border-bottom: 1px solid #666666;
    padding: 0.1em 0.5em;
}
table.Design1 thead th {
    background-color: #E5E5E5;
    text-align: center;
}
table.Design1 th.Corner {
    text-align: left;
}


/* Design 2 */
table.Design2 {
    border-spacing: 0px;
    border-collapse: collapse;
    background-color: #E5E5E5;
    border: 10px solid #E5E5E5;
}
table.Design2 th {
    text-align: left;
    font-weight: normal;
    padding: 0.1em 0.5em;
}
table.Design2 td {
    text-align: right;
    border-left: 1px solid #666666;
    padding: 0.1em 0.5em;
}
table.Design2 thead th {
    border-left: 1px solid #666666;
    border-bottom: 1px solid #666666;
    text-align: center;
}
table.Design2 th.Corner {
    text-align: left;
    border-left: 0px;
}


/* Design 3 */
table.Design3 {
    border-spacing: 0px;
    border-collapse: collapse;
}
table.Design3 th {
    text-align: left;
    font-weight: normal;
    padding: 0.1em 0.5em;
    border-bottom: 2px solid #FFFFFF;
    background: #DBE2F1;
}
table.Design3 td {
    text-align: right;
    border-bottom: 2px solid #FFFFFF;
    padding: 0.1em 0.5em;
    background: #DBE2F1;
}

table.Design3 thead th {
    background: #687EAB;
    color: #FFFFFF;
    text-align: center;
}
table.Design3 th.Corner {
    text-align: left;
}



/* Design 4 */
table.Design4 {
    border-spacing: 0px;
    border-collapse: collapse;
    border-top: 4px solid #EA9A1C;
    border-bottom: 1px solid #EA9A1C;
}
table.Design4 th {
    text-align: left;
    font-weight: normal;
    padding: 0.2em 0.5em;
    border-top: 1px dotted #EA9A1C;
}
table.Design4 td {
    text-align: right;
    border-top: 1px dotted #EA9A1C;
    padding: 0.2em 0.5em;
}
table.Design4 thead th {
    text-align: center;
    border-bottom: 1px solid #EA9A1C;
}
table.Design4 th.Corner {
    text-align: left;
}




/* Design 5 */
table.Design5 {
    border-spacing: 0px;
/*    border-collapse: collapse; */
    background: #E9E9F3;
    border: 0.5em solid #E9E9F3;
}
table.Design5 th {
    text-align: left;
    font-weight: normal;
    padding: 0.1em 0.5em;
    border: 0px;
    border-bottom: 1px solid #9999AA;
}
table.Design5 td {
    text-align: right;
    border: 0px;
    border-bottom: 1px solid #9999AA;
    border-left: 1px solid #9999AA;
    padding: 0.1em 0.5em;
}
table.Design5 thead th {
    text-align: center;
    font-weight: bold;
    color: #6C6C9A;
    border-left: 1px solid #9999AA;
}
table.Design5 th.Corner {
    text-align: left;
    border-left: 0px;
}
table.Design5 tr.Odd {
    background: #F6F4E4;
}


/* Design 6 */
table.Design6 {
    border-spacing: 0px;
    border-collapse: collapse;
    background: #F9F5D7;
    border: 0.3em solid #000000;
}
table.Design6 th {
    text-align: left;
    font-weight: normal;
    padding: 0.1em 0.5em;
    border: 0px;
    border-bottom: 1px solid #000000;
}
table.Design6 td {
    text-align: left;
    border: 0px;
    border-bottom: 1px solid #000000;
    padding: 0.1em 0.5em;
}
table.Design6 thead th {
    text-align: center;
    font-weight: bold;
    background-color: #AA0000;
    color: #FFFFFF;
}
table.Design6 th.Corner {
    text-align: left;
}
table.Design6 td.Odd {
    background: #E8E4C0;
}
