
/* styles for Old Angel - this is a comment */

body {
  	color: #604d46;
  	text-align: center;
	font-family: "Times New Roman", Times, Dutch, serif;
	background-color: #101010;/*#604d46;*/
}

H1 {
  	font-family:  "Times New Roman", Times, Dutch, serif;
  	font-size: 2em;
  	text-align: center;
	color: #604d46; /*#a2280b;*/
}


H2 {
  	font-family:  "Times New Roman", Times, Dutch, serif;
  	font-size: 1.5em;
  	text-align: center;
	color: #604d46; /*#a2280b;*/
}

H3 {
  	font-family: "Times New Roman", Times, Dutch, serif;
  	font-size: 1.3em;
  	text-align: center;
	color: #604d46;/*#a2280b;*/
	margin-bottom: 4px;
	margin-top: 6px;
}

H4 {
  	font-family: "Times New Roman", Times, Dutch, serif;
  	font-size: 1.2em;
  	text-align: left;
  	margin-top: 0px;
	color: #604d46;/*#a2280b;*/
	margin-bottom: 4px;
	margin-top: 6px;
}

H5 {
  	font-family: "Times New Roman", Times, Dutch, serif;
  	font-size: 1.1em;
  	text-align: center;
  	text-decoration: underline;
	margin-bottom: 4px;
	margin-top: 6px;
}

h6 {
  	font-family: "Times New Roman", Times, Dutch, serif;
  	font-size: 1em;
  	text-align: center;
}

P {
  	font-family: "Times New Roman", Times, Dutch, serif;
  	font-size: 1em;
  	text-align: left;
	margin-top: 4px;
	margin-top: 0px;
	padding-left: 5px;
	padding-right: 5px;
	color: #604d46;/*#a2280b;*/
} 

p.small {
  	font-size: 10pt;
}

LI {
  	font-family: "Times New Roman", Times, Dutch, serif;
  	font-size: 0.9em;
} 
  
table {
  	padding-left: 0px;
  	padding-right: 0px;
  	padding-top: 0px;
  	padding-bottom: 0px;
	background-color: transparent;
	margin-top: 0px;
	width: 100%
}
table.main {
	width: 780px;
	text-align: center;
	border: 2px solid #808080;
}

table.menu {
	text-align: center;
	background-color: #ffffff; 
}

td {
	margin: 0px;
	border: 0px;
	padding: 0px;
}
td.bodytext {
	background-color: #000000;/*#93a9d5; /*#e1c690;/*#6f4c6b;/*#3d85a1;*/
	padding: 5px;
	color: #ffffff;
	vertical-align: top;
	text-align: left;
}

td.bottom {
	background-color: #2d2646;
}

td.main {
	text-align: center;
	background-color: #000000;/*192439;*/
	vertical-align: top;
}
td.menu {
	color: #ffffff;
	background-color: #2d2646; 
	padding: 0px;
	height: 30px;
	width: 110px;
	font-weight: normal;
	font-size: 1.1em;
	font-family: Tahoma, Helvetica, sans-serif;
	text-align: center;
}
td.top {
	background-color: #808a9d; /*#2d2646; /*#eddfae;*/
	text-align: left;
}
.white {
  	background-color: white;
}
.center {
  	text-align: center;
}
.right {
	text-align: right;
}
.left {
	text-align: left;
}
.edged  {
	border-left: 2px solid #ffce7b;
	border-top: 2px solid #ffce7b;
	border-right: 2px solid #737373;
	border-bottom: 2px solid #737373;
}

a:link {
  	color: #5c211d;
  	background-color: transparent;
  	text-decoration: underline;
}

a:active {
  	color: #5c211d;
  	background-color: transparent;
  	text-decoration: underline;
}
a:visited {
  	color: #6c312d;
  	background-color: transparent;
  	text-decoration: underline;
}
a:hover {
  	color: #7c413d;
  	background-color: transparent;
  	text-decoration: underline;
}

.menu a:link {
	color: #ffffff;
	text-decoration: none;
	font-weight: normal;
}
.menu a:active {
	color: #e0e0e0;
}
.menu a:visited {
	color: #e0e0e0;
	font-weight: normal;
	text-decoration: none;
}
.menu a:hover {
	color: #c0c0c0;
	text-decoration: underline;
}


