
body {
  	top: 0px;
  	left: 40px;
  	padding: 0px;
	margin-top: 0px;
  	font-style: normal;
  	font-weight: normal;
  	color: #000000;
  	font-family:   "Bookman Old Style", "Times New Roman", Times, serif;
	background-color: #005279;
	text-align: center; 
}

/* text styles */

h1 {
   	font-family:  "Bookman Old Style", "Times New Roman", Times, serif;
  	font-size: 2em;
  	font-style: normal;
  	font-weight: normal;
  	color: #003333;
  	background-color: transparent;
  	text-align: center;
}

h2 {
  	font-family:  "Bookman Old Style", "Times New Roman", Times, serif;
  	font-size: 1.3em;
  	font-style: normal;
  	font-weight: bold;
  	color: #285D20;
  	background-color: transparent;
  	text-align: center;
	margin-bottom: 4px;
	margin-top: 5px;
}

h3 {
  	font-family:  "Bookman Old Style", "Times New Roman", Times, serif;
  	font-size: 1.2em;
  	font-style: normal;
  	font-weight: bold;
  	color: #000000;
  	background-color: transparent;
  	text-align: center;
	margin-bottom: 3px;
}

h4 {
  	font-family:  "Bookman Old Style", "Times New Roman", Times, serif;
  	font-size: 0.9em;
  	font-style: normal;
  	font-weight: bold;
  	color: #FFFFFF;
  	background-color: transparent;
  	text-align: center;
}

h5 {
  	margin-top: 1px;
}  	

li {
  	font-family:  "Bookman Old Style", "Times New Roman", Times, serif;
  	font-size: 0.95em;
  	font-style: normal;
  	font-weight: normal;
  	color: #000000;
  	background-color: transparent;
}

p {
  	font-family:  "Bookman Old Style", "Times New Roman", Times, serif;
  	font-size: 0.90em;
  	font-style: normal;
  	font-weight: normal;
 	color: #000000;
  	background-color: transparent;
  	text-align: left;
	margin-left: 4px;
	margin-top: 0.5em;
	margin-bottom: 0.6em;
}

p.small {
  	font-size: 0.85em;
  	font-family:    "Bookman Old Style", "Times New Roman", Times, serif;
  	text-align: center;
}

/* table styles */

table {
  	padding-left: 0px;
  	padding-right: 0px;
  	padding-top: 0px;
  	padding-bottom: 0px;
	background-color: transparent;
	margin-top: 0px;
	width: 100%
}

table.main {
	text-align: center;
	width: 780px;
	top: 0px;
}

table.menu {
	text-align: center;
	background-color: #8aaad9; 
}

td {
	margin: 0px;
	border: 0px;
	padding: 0px;
}
td.bodytext {
	background-color: #ffffff;/*#d4dff1;/*#3d85a1;*/
	padding: 5px;
	color: #000000;
	font-size: 0.9em;
}
td.menu {
	color: #ffffff;
	padding: 0px;
	height: 25px;
	width: 195px;
	font-weight: normal;
	font-size: 1em;
	font-family: "Bookman Old Style", "Times New Roman", Times, serif;/*Tahoma, Helvetica, sans-serif;*/
	text-align: center;
	background-image: url(images/menubackgd.gif);
  	background-position: top left;
	background-repeat: repeat-x;
}
td.top {
	text-align: left;
}

td.bottom {
	background-color: #d4dff1;
	font-size: 0.9em;
	padding: 3px;
}
td.pad {
	width: 20px;
}
.white {
  	background-color: white;
}
.center {
  	text-align: center;
}
.right {
	text-align: right;
}
.left {
	text-align: left;
}

.edged {
	border: 1px solid #005279;
}

/* image styles */

img {
	padding: 0px;
	margin: 0px;
}

img.high {
  	padding: 3px;
  	border: 1px solid #FF9999;
}

/* anchor styles */

a {
  	background-color: transparent;
	text-decoration: none;
}

a:link {
  	color: #2020A0;
  	background-color: transparent;
	text-decoration: underline;
}

a:active {
  	color: #404176;
  	background-color: transparent;
}

a:visited {
  	color: #2020A0;
  	background-color: transparent;
}

a:hover {
  	color: #000040;
  	background-color: transparent;
	text-decoration: underline;
}

a.menu:link {
  	color: #005279;
  	background-color: transparent;
	text-decoration: none;
}

a.menu:active {
  	color: #407641;
  	background-color: transparent;
}

a.menu:visited {
  	color: #005279;
  	background-color: transparent;
}

a.menu:hover {
  	color: #207299;
  	background-color: transparent;
	text-decoration: underline;
}

/* general styles */

.atop {
  	background-color: #FF9999;
  	vertical-align: middle;
}

.middle {
  	vertical-align: middle;
}

.left {
  	text-align: left;
}

.top {
  	vertical-align: top;
}

.center {
  	text-align: center;
}

.right {
   	text-align: right;
 }
.rightbox {
	width: 190px;
}

.spaced {
	margin-bottom: 5px;
}

  





