html, body
{
	background-color: #eee;
	color: #000000;
	margin: 0;
	padding: 0;
}

body
{
	margin-left: 50%;
}

html, body, table, p
{
	font: 12px/1.2 Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.7em;
	color: #000;
}

h3
{
	font: 16px/1.2 Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 1.5em;
	color: #16678D;
}

p
{
	margin-top: 20px;
	margin-bottom: 20px;
}

ul
{
}

li
{
	line-height: 2em;
	padding: 3px;
}

img
{
	border: none;
}

#content
{
	width: 800px;
	margin-left: -400px;
	margin-top: 50px;
	border: 1px solid #999999;
	background-color: #ffffff;
}

#header
{
	/*border-top: 1px solid #000;*/ /*border-bottom: 1px solid #000;*/
}

#main
{
	padding: 25px;
}

#footer
{
	text-align: center;
	font-size: 9px;
	color: #999; /*padding-left: 10px;*/
	background-color: #f7f7f7;
}

A:link
{
	text-decoration: none;
	color: #004064;
	font-weight: bold;
}

A:visited
{
	text-decoration: none;
	color: #004064;
	font-weight: bold;
}

A:active
{
	text-decoration: none;
	color: #004064;
	font-weight: bold;
}

A:hover
{
	text-decoration: none;
	color: #FB9A00;
	font-weight: bold;
}

#tblNav
{
}

#tdNav
{
	background-color: #f7f7f7;
	vertical-align: top;
}

#tblLicense
{
	border: 1px solid #999999;
	border-collapse: collapse;
}

#tblLicense td
{
	border: 1px solid #999999;
}

#tblDownload
{
	border: 1px solid #999999;
	border-collapse: collapse;
	background-color: #f7f7f7;
}

.caption1
{
	margin-top: 0px;
	margin-bottom: 20px;
}

.caption2
{
	margin-top: 40px;
	margin-bottom: 20px;
}

.nowrap
{
	white-space: nowrap;
}

.text2
{
	font: 10px/1.2 Verdana, Arial, Helvetica, sans-serif;
}

