
/* styles for Old Angel - this is a comment */

body {
  	color: black;
  	text-align: center;
  	background-image: url(images/background.gif);
	font-family: Arial, helvetica, sans-serif;
}

H2 {
  	font-family:  Arial, helvetica, sans-serif;
  	font-size: 1.5em;
  	text-align: center;
}

H3 {
  	font-family: Arial, helvetica, sans-serif;
  	font-size: 1.3em;
  	text-align: center;
}

H4 {
  	font-family:  Arial, helvetica, sans-serif;
  	font-size: 1.2em;
  	text-align: left;
  	margin-top: 0px;
}

H5 {
  	font-family: Arial, helvetica, sans-serif;
  	font-size: 1.1em;
  	text-align: center;
  	text-decoration: underline;
}

h6 {
  	font-family: Arial, helvetica, sans-serif;
  	font-size: 1em;
  	text-align: center;
}

P {
  	font-family: Arial, helvetica, sans-serif;
  	font-size: 0.9em;
  	text-align: left;
	margin-top: 4px;
	padding-left: 5px;
	padding-right: 5px;
} 

p.small {
  	font-size: 10pt;
}

LI {
  	font-family: Arial, helvetica, sans-serif;
  	font-size: 0.9em;
} 
  
table {
  	width: 100%;
	margin: 0px;
	border: 0px;
	padding: 0px;
}
table.main {
	width: 780px;
	text-align: center;
}

table.menu {
	text-align: center;
	background-color: #8aaad9; 
}

td {
	margin: 0px;
	border: 0px;
	padding: 0px;
}
td.bodytext {
	background-color: #6592a4;/*#3d85a1;*/
	padding: 5px;
	color: #ffffff;
	font-size: 0.9em;
}
td.menu {
	color: #ffffff;
	background-color: #000000; 
	padding: 0px;
	height: 30px;
	width: 195px;
	font-weight: normal;
	font-size: 1.2em;
	font-family: Tahoma, Helvetica, sans-serif;
	text-align: center;
}
td.top {
	background-color: #657480;/*#3d85a1;/*#537ab5;*/
	text-align: left;
}
.white {
  	background-color: white;
}
.center {
  	text-align: center;
}
.right {
	text-align: right;
}
.left {
	text-align: left;
}
.edged  {
	border-left: 2px solid #ffffff;
	border-top: 2px solid #ffffff;
	border-right: 2px solid #ffffff;
	border-bottom: 2px solid #ffffff;
	text-align: center;
}

a:link {
  	color: #e0e0e0;
  	background-color: transparent;
  	text-decoration: underline;
}

a:active {
  	color: #c0c0c0;
  	background-color: transparent;
  	text-decoration: underline;
}
a:visited {
  	color: #c0c0c0;
  	background-color: transparent;
  	text-decoration: underline;
}
a:hover {
  	color: #114477;
  	background-color: transparent;
  	text-decoration: underline;
}

.menu a:link {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
}
.menu a:active {
	color: #C0C0C0;
}
.menu a:visited {
	color: #C0C0C0;
	font-weight: normal;
	text-decoration: none;
}
.menu a:hover {
	color: #A0A0A0;
	text-decoration: underline;
}

