<STYLE TEXT="text/css"> 

body {
}

body {
	background-color: #FFFFFF;
	margin: 0px;
}

div#frame {
	text-align: center; 
/*	border: 4px double #000; */
}

table#layout {
	width: 611px;
	height: 794px;
}

h1,h2,h3,h4,h5,h6 {
	color: #0000CD;
	font-weight: bold;
	text-align: left;
}

h1 {
}

h2 {
}

h3 {
}

h4 {
}

h5 {
	font-size: 13px; 
	margin-top: 0px;
	margin-bottom: 0px; 
}

h6 {
	font-size: 13px; 
	margin-top: 18px;
	margin-bottom: 0px; 
}

p,ul,ol,td,dl {
	margin-top: 18px;
	margin-bottom: 18px; 
	color: #000000;
	font-size: 13px; 
	text-align:left;
}

img.pagename {
	margin-top: 10px;
	margin-bottom: 0px;
}

table {
/*	margin:3px; */
/* 	needs to eliminate nested tables before this will look right */
}

td {
/*	border-width: 3px */
/* 	needs to eliminate nested tables before this will look right */
}

table#nav {
	width:135px;
}

table#nav td {
 	background-color: #E0FFFF; 
	font-size: 15px; 
	padding: 0px;
	font-weight: bold;
}

table#nav td.caption {
	color: #000000;
	text-align:center;
}

table#nav a {
	padding: 2px;
	display: block;
}

div#footer p {
	text-align:center;
	margin-top: 8px;
	margin-bottom: 18px; 
	color: #999999;
}

a:link {
	color: #FF8C00; 
	font-size: inherit;
	background-color: inherit;
}
a:visited {
	color: #FF8C00;
	font-size: inherit;
	background-color: inherit;
}
a:hover {
	color: #FF8C00; 
	font-size: inherit;
	background-color: #0000CD;
}
a:active {
	color: #FF8C00; 
	font-size: inherit;
	background-color: inherit;
}

div#footer a:link {
	text-decoration:none;
	color: #999999;
	font-size: inherit;
	background-color: inherit;
}
div#footer a:visited {
	text-decoration:none;
	color: #999999;
	font-size: inherit;
	background-color: inherit;
}
div#footer a:hover {
	text-decoration:none;
	color: #999999;
	font-size: inherit;
	background-color: #FFFFFF;
}
div#footer a:active {
	text-decoration:none;
	color: #999999;
	font-size: inherit;
	background-color: inherit;
}

</STYLE>