a:visited
{
	color: blue;
}

a:link
{
	color: green;
}

a:active
{
	color: red;
}

body
{
	color: black;
	background: white;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

h1
{
	font-size: 16pt;
	font-weight: normal;
	background: #cccccc;
	color: black;
}

h2
{
	font-size: 14pt;
	font-weight: normal;
	background: #cccccc;
	color: black;
}

h3
{
	font-size: 12pt;
	font-weight: normal;
	background: #cccccc;
	color: black;
}

p
{
	margin-left: 0.25in;
	margin-right: 0.25in;
}

p.license
{
	margin-left: 0.50in;
	margin-right: 0.50in;
	font-style: italic;
}

p.footer
{
	font-size: 8pt;
	font-style: italic;
}

img
{
	border: 0px;
}

body.border
{
	background: #aab2de;
}

table.menu
{
	background: #cccccc;
	border: solid 2px;
	border-color: #333366;
}

th.menu
{
	background: #333366;
	color: white;
	font-size: 12pt;
	font-style: bold;
}

td.menu_top
{
	padding-left: 5px;
	padding-top: 5px;
}

td.menu
{
	padding-left: 5px;
}

td.menu_bottom
{
	padding-left: 5px;
	padding-bottom: 5px;
}

table.new
{
	font-size: 10pt;
	border: 2px solid black;
}

td.new_name
{
	background: #aab2de;
}

td.new_desc
{
	background: #e1e1e1;
}

li.new
{
	margin-right: 0.50in;
}

table.download
{
	font-size: 10pt;
	border: 2px solid black;
}

table.download th
{
	font-style: bold;
	background: black;
	color: white;
}

table.download td
{
	font-style: bold;
	background: #e1e1e1;
}
