html {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	text-align: left;
	vertical-align: middle;
	background-color: #ffffff;
	text-color: #000000;
}

a:link {
	text-decoration: none;
	font-weight: bold;
	color: #3a6ea5;
}

a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #5e6482;
}

a:hover {
	text-decoration: underline;
	font-weight: bold;
}

a:active {
	text-decoration: none;
	font-weight: bold;
	color: #4f85c1;
}

li {
	list-style-type: square;
}

td.progname {
	font-size: 10pt;
	font-weight: bold;
	line-height: 1.75em;
}

td.releasedate {
	font-size: 9pt;
}

td.links {
	background-color: #ffffff;
	padding: .50em;
	font-size: 12px;
}

td.desc {
	font-size: 10pt;
	text-align: right;
}

table.maintable {
	width: 800px;
	padding: 0;
	border: 0;
}

table.proginfo {
	background-color: #ddffff;
}

td.proginfo {
	background-color: #ddffff;
	padding: .10em;
}
	
p.note {
	text-align: left;
	font-size: 7pt;
}

td.note {
	background-color: #ffffd9;
	font-size: 8pt;
	font-style: italic;
	padding: .30em;
}

td.heading {
	background-color: #bbffee;
	text-indent: .8em;
	padding: .75em;
	font-size: 11pt;
	font-weight: bold;
}
