body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	background-color: #ffffff;
	margin: 0px;
	padding: 0px;
}

a:link, a:visited, a:active {
	color: #333399;
	background-color: transparent;
	text-decoration: none;
}
a:hover {
	color: #333399;
	background-color: #eeeeee;
}

table.header {
	font-size: 20px;
	color: #000000;
	background-color: #f7f7f7;
	border-bottom: solid 1px #666666;
	background-image: url(img/head.gif);
	background-repeat: no-repeat;
	background-position: left;
	width: 100%;
}

td.header {
	padding: 10px 10px 10px 35px;
}

td.linklist {
	font-size: 11px;
	width: 180px;
	border-right: dashed 1px #333399;
	padding: 10px;
	vertical-align: top;
}

td.linklist a:link, td.linklist a:visited, td.linklist a:active  {
	font-size: 11px;
	line-height: 150%;
	padding: 2px;
}

td.main {
	vertical-align: top;
	text-align: left;
	padding: 15px;
	width: auto;
}

table.entry {
	width: 100%;
	margin-bottom: 30px;
}

table.entry th {
	font-size: 14px;
	line-height: 16px;
	text-align: left;
	padding-bottom: 5px;
}

table.entry td.shortcut {
	font-size: 10px;
	padding-top: 0px;
	padding-left: 30px;

}

table.entry td.content {
	font-size: 12px;
	padding-left: 20px;
}

p.code {
	font-family: courier new, courier, serif;
	font-size: 12px;
	color: #000000;
	margin: 15px;
	padding: 5px;
	background-color: #efefff;
	border: solid 1px #333399;
}

span.code {
	font-family: courier new, courier, serif;
	color: #800000;
	background-color: transparent;
}

div.subheader {
	font-size: 12px;
	font-weight: bold;
	line-height: 14px;
	text-align: left;
	padding-top: 5px;
	padding-bottom: 5px;
}

div.subcontent {
	font-size: 13px;
	text-align: left;
	padding-left: 10px;
	padding-bottom: 10px;
}

.author {
	font-size: 13px;
	padding-left: 10px;
}

table.footer {
	font-size: 13px;
	color: #000000;
	background-color: #f7f7f7;
	border-top: solid 1px #666666;
	width: 100%;
	border-bottom: solid 1px #666666;
}

td.footer {
	font-size: 13px;
	padding: 10px;
}

img {
	border: 0px;
	vertical-align: top;
}
