body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	color: #000066;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	text-align: left;
}

td.sidebar {
	font-size: 8pt;
	background-image: url(assets/page/fade.gif);
	background-repeat: no-repeat;
}

td.contentbody {
	line-height: 1.5em;
}

th {
	font-family: Arial, Helvetica, sans-serif, Times, serif;
	font-size: 10pt;
}

h1 {
	font-size: 14pt;
	font-weight: bold;
}

h2 {
	font-size: 12pt;
	font-weight: bold;
}

h3 {
	font-size: 10pt;
	font-weight: bold;
}

a:link {
	color: #3366FF;
	text-decoration: none;
	font-weight: bold;
}

a:visited {
    color: #3366FF;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
	color: navy;
}

a:active {
	color: #FF0000;
	text-decoration: none;
	font-weight: bold;
}

a.discreet:link {
	font-size: 8pt;
	text-decoration: none;
	font-weight: normal;
	color: #666666;
}

a.discreet:hover {
	font-size: 8pt;
	text-decoration: none;
	font-weight: normal;
	color: #666666;
}

a.discreet:active {
	font-size: 8pt;
	text-decoration: none;
	font-weight: normal;
	color: #666666;
}

a.discreet:visited {
	font-size: 8pt;
	text-decoration: none;
	font-weight: normal;
	color: #666666;
}

.subtle {
	font-size: 8pt;
	text-decoration: none;
	color: #CCCCCC;
	font-weight: normal;
}

ul {
	line-height: 1.5em;
}

.indented {
	margin-left: 10px;
}

hr {
	border-collapse: collapse;
	border-width: 1px;
	border-color: #000066;
}

table { border-collapse: collapse;
border-color:#000000; }