body   {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000;
	background-color: #CCC;
}
#header { 
	margin: 30px 5px 15px 5px;
}
#footer {
	text-align: center; 
	font-size: 7pt;
	margin-left: 175px;
}
#top {
	background-color: #000;
	height: 22px;
	padding-left: 175px;
}
.underlay0, .underlay1, .underlay2 {
	position: absolute;
	text-align: center;
	color: black;
	width: 100%;
	filter: alpha(opacity=15);
	-moz-opacity: .15;
	margin: 10px;
	font-size: 28px;
	line-height: 26px;
}
.underlay0 {
	top: 8px;
	opacity: .15;
}
.underlay1 {
	top: 39px;
	opacity: .30;
}
.underlay2 {
	top: 70px;
	opacity: .15;
}
.index {
	margin: 0 0 1em 0;
	padding: 0 0 0 10px;
}
h1.header {
	text-align: center;
}
h1 {
	font-size: 1.5em;
	font-weight: bold;
}
h2  {
	font-size: 1em;
	font-weight: bold;
}
p, td {
	font-size: 12px;
	line-height: 1.5;
}
li {
	font-size: 12px;
	line-height: 1.5;
	text-align: left;
}
#nav {
	margin: 0;
	padding: 0;
	float: right;
	width: 100%;
	border: 1px solid #42432d;
	border-width: 1px 0;
	background-color: #000;
}
#nav li {
	display: inline;
	padding: 0;
	margin: 0;
}
#nav a:link,
#nav a:visited {
	color: #fff;
	background: #000;
	padding: 4px 15px;
	float: right;
	width: auto;
	border-left: 1px solid #42432d;
	text-decoration: none;
	text-transform: uppercase;
}
#nav a:hover {
	color: #fff;
	background: #F00;
	text-decoration: underline;
}
#nav li:first-child a {
	border-right: 1px solid #42432d;
}
/*.txtlink {
	display: inline;
	height: 22px;
}
.txtlink a {
	color: #FFF;
}
.txtlink a:hover {
	color: #000;
}
.linkout {
	height: 22px;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	padding: 0 1px;
	text-decoration: underline;
	text-align: center;
	border: solid #ccc;
	border-width: 1px;
}
.linkover {
	color: #000;
	background-color: #F00;
	font-size: 12px;
	font-weight: bold;
	padding: 0 1px;
	text-decoration: none;
	text-align: center;
	border: solid #ccc;
	border-width: 1px;
} */
.content {
	text-decoration: underline;
	color: #000;
	font-weight: bold;
}
.contentover {
	text-decoration: none;
	color: #000;
	font-weight: bold;
}
.switchcontent {
	color: inherit;
	background-color: #c0c0c0;
	z-index: 20;
	width: 525px;
	text-align: justify;
	border: dotted #000;
	border-width: 1px;
	padding: 0 10px;
}
a {
	text-decoration: underline;
	color: #000;
	font-weight: bold;
}
a:hover {
	text-decoration: none;
	color: #000;
	font-weight: bold;
}
.download {
	border: 0;
	vertical-align: middle;
	float: right;
}
.code {
	background-color: #c0c0c0;
	padding: 0 10px 10px 10px;
	border: 1px dotted #000;
	margin: 5px 0;
}
.demo {
	padding: 0 10px;
	border: 1px dotted #000;
}
.row {
	width: 100%;
	background-color: #FFFFCC;
}
.item_header {
	background-color: #CCC;
	width: 266px;
	border-left: 1px solid #000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
}
.item {
	width: 267px;
	float: left;
	border-top: 1px solid #000;
}
.item_left {
	margin-right: 10px;
}
.item right {
	margin-left: 10px;
}
.item p {
	font-size: 11px;
	text-align: left;
}