body {
  	background: #666666;
  	color: black;
  	margin-top: 6px;
  	margin-bottom: 6px;
  	margin-left: 6px;
  	margin-right: 6px;
  	font-family: Verdana, Arial, Helvetica, sans-serif;
  	font-size:  10pt;
  	font-weight: normal;
}
table.outer {
  	background: #999999;
  	color: black;
  	text-align: center;
}
td.content_outer {
  	background: red;
	color: black;
  	text-align: center;
}

div.content_outer {
  	background: white;
  	color: black;
	text-align: center;
	margin-top: 20px;
  	margin-bottom: 10px;
  	margin-left: 10px;
  	margin-right: 10px;
	padding-top: 30px;
  	padding-bottom: 15px;
  	padding-left: 15px;
  	padding-right: 15px;
	border: 1px solid #666666;
}
table.content_inner {
  	margin-top: 15px;
  	margin-bottom: 15px;
}
td.inner {
	text-align: center;
	padding: 6px;
  	border: 1px solid #999999;
}
td.inner_nobord {
	text-align: center;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 7px;
	padding-right: 7px;
}
div.content_footer {
  	margin-top: 20px;
  	margin-bottom: 0px;
	padding-top: 0px;
  	text-align: center;
	padding-top: 20px;
	border-top: 3px solid #cccccc;
}
td.sidebar {
	background: blue;
	color: black;
  	text-align: center;
}
div.navdiv {
	margin-top: 15px;
  	margin-bottom: 30px;
  	margin-left: 6px;
  	margin-right: 6px;
	border-top: 1px solid #f7d736;
}
p.navlink { 
	background: #666666;
  	color: white; 
  	margin-top: 0px;
  	margin-bottom: 0px;
  	padding-top: 3px;
  	padding-bottom: 3px;
  	padding-left: 5px;
  	padding-right: 5px;
  	border-bottom: 1px solid #f7d736;
	white-space: nowrap;
	text-align: center;
}
div.sidebar_other {
	background: blue;
  	color: white; 
	margin-top: 0px;
  	margin-bottom: 30px;
  	margin-left: 6px;
  	margin-right: 6px;
	border: none;
}
div.copyright { 
	background: blue;
  	color: white; 
	margin-top: 30px;
  	margin-bottom: 20px;
  	font-size: 9pt;
}
td.parts {
	text-align: left;
	padding: 3px;
	border: none;
}
th.parts {
	background: white;
	color: red;
	text-align: left;
	padding: 3px;
	text-decoration: underline;
	border: none;
}
p {
  	text-align: left;
  	margin-top: 15px;
  	margin-bottom: 15px;
}
h1 {
  	margin-top: 0px;
  	margin-bottom: 0px;
  	margin-left: 0px;
  	margin-right: 0px;
  	font-size:  14pt;
}
h2 {
  	margin-top: 0px;
  	margin-bottom: 30px;
  	margin-left: 0px;
  	margin-right: 0px;
	border-bottom: 2px solid #999999;
	padding-bottom: 15px;
  	font-size:  12pt;
  	font-weight: bold; 
	font-style: italic;
  	text-align: left;
}
h3 {
  	margin-top: 25px;
  	margin-bottom: 0px;
  	margin-left: 0px;
  	margin-right: 0px;
  	font-size:  10pt;
	text-decoration: underline;
  	text-align: left;
}
ol,ul {
	text-align: left;
}

.navlink { 
	background: #666666;
  	color: #cccccc; 
  	font-size: 10pt;
  	font-weight: bold; 
}
.forumlink { 
	background: #666666;
  	color: white; 
  	font-size: 10pt;
  	font-weight: bold; 
}
.sidebarlink { 
	background: blue;
  	color: white; 
  	font-size: 10pt;
  	font-weight: bold; 
}
a:link     { text-decoration: none; }
a:visited  { text-decoration: none; }
a:hover    { color: red; text-decoration: underline;}
