* {
	margin: 0;
	padding: 0;
}
body {
  margin: 0;
  padding: 0;
		font-size: x-small;
	line-height: 160%;
	background-attachment:fixed;
}

div.header {
  width: 700;
  top: 0;
	margin:0;
  height: 100px;
  overflow: auto;
  background-color: paleturquoise;
	background-attachment:fixed;
}

div.notheader {
  top: 100px;
  width: 100%;
  height: 100%;
  padding: 0 0 0 0;
  overflow: auto;
  background-color: red;
	background-attachment:fixed;
}

div.main {
  position: relative;
  width: 700;
  height: 100%;
  overflow: auto;
  background-color: palegreen;
	background-attachment:fixed;
}

p {
  margin: 0;
}


td {
	font-size: x-small;
	background-attachment:fixed;
}
p {
	margin-bottom: 1em;
}
p#attention {
	padding: 0px;
}
div#header {
	width: 700px;
	border-right: 0px solid;
	border-top: 0px solid;
	border-bottom: 0px solid;
	background-attachment:fixed;
}
#header td {
	margin: 0;
	padding: 0;
}
div#footer {
	width: 700px;
	text-align: center;
	border-right: 0px solid;
	border-top: 0px solid;
	border-bottom: 0px solid;
	background-attachment:fixed;
}
table#contents {
	width: 700px;
	border-right: 0px solid;
	border-left: 0px solid;
	background-attachment:fixed;
}
td#menu {
	width: 170px;
}
td#main {
	width: 530px;
	padding: 0px;
	vertical-align: top;
}
td#menu li {
  padding: 0px 0px 0px 0px;
	border-top: 0px solid :#666666;
	border-left: 0px solid :#666666;
	border-right: 0px solid :#666666;
	border-bottom: 0px solid :#666666;
	background-color:#999999;
	background-attachment:fixed;
}
td#menu li.parent {
	font-weight: bold;
	background-color: #666666;
}

.style1 {
	font-size: 14px;
	color: #000000;
}
.style2 {
	color:#FF9900;
	font-weight: bold;
}
.style3 {
	font-size: 14px;
	color: #FFCC33;
}
.style4 {
	font-size: 14px;
	color: #FFFFFF;
}
.style4b2 {
	font-size: 16px;
	color: #FFFFFF;
	font-weight:bold;
}
.style4b {
	font-size: 28px;
	color: #FFFFFF;
}
.style5 {
	font-size: 14px;
	color: #FF0000;
}
.style6 {
	color: #FF0000;
}
.style11 {
  font-size: medium
}
.style12 {
  font-size: small
}
.style14 {
	color:#000000;
	font-weight: bold;
}
.style15 {
	font-size: 28px;
	color: #FFFFFF;
	font-weight:bold;
}
.style16 {
	font-size: 14px;
	color: #FFFFFF;
	font-weight:bold;
}
a,
a:link,
a:visited{
color:#FFFFFF;
text-decoration:underline;
}
a:hover{
color:#FFFFFF;
text-decoration: underline;
}
a:active {}

td.link a:link{color:#FF0000; text-decoration:underline}
td.link a:visited{color:#FF0000; text-decoration:underline}
td.link a:hover{color:#003366; text-decoration:underline}

td.link2 a:link{color:#0033FF; text-decoration:underline}
td.link2 a:visited{color:#0033FF; text-decoration:underline}
td.link2 a:hover{color:#0033FF; text-decoration:underline}

td.link3 a:link{color:#000000; text-decoration:underline}
td.link3 a:visited{color:#000000; text-decoration:underline}
td.link3 a:hover{color:#000000; text-decoration:underline}

td.link4 a:link{color:#000000; text-decoration:underline}
td.link4 a:visited{
	color:#0000CC;
	text-decoration:underline;
	font-weight: bold;
}
td.link4 a:hover{
	color:#000000;
	text-decoration:underline;
	font-weight: bold;
}

td.link5 a:link{color:#000066; text-decoration:underline}
td.link5 a:visited{color:#000066; text-decoration:underline}
td.link5 a:hover{color:#FFFFFF; text-decoration:underline}

.top{
	font-size: 14px;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	display: inline; 
	position: static;  
}
h1 {
	font-size: 14px;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	display: inline; 
	position: static;  
}

.h2 {
	font-size: 14px;
	color: #FFFFFF;
}

