/* Header 1. */
h1
{
	margin-left: 4pt;
	margin-top: 6pt;
	margin-bottom: 1pt;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 24pt;
	color: rgb(0, 0, 102);
	letter-spacing: -0.5pt;
}

/* Header 2. */
h2
{
	margin-bottom: 1pt;
	font-family: Tahoma,Helvetica,Arial,sans-serif;
	font-size: 11pt;
	color: rgb(255, 255, 255);
	font-style: italic;
	font-weight: bold;
}

/* Header 3. */
h3
{
	margin-bottom: 2pt;
	font-family: Helvetica,Arial,sans-serif;
	font-size: 9pt;
	color: rgb(255, 102, 0);
}

/* Normal, standard links. #666699 #6666CC */
a:link
{
	color: #666699;
	text-decoration: underline;
}
a:visited, a:hover
{
	color: #999900;
	text-decoration: underline;
}

/* Index explicit standard links. #666699 #6666CC */
.navie, .navie:link, .navie:visited
{
	color: #666699;
	font-family: Tahoma,Helvetica,Arial,sans-serif;
	font-size: 9pt;
	font-weight: bold;
	text-decoration: underline;
}
.navie:hover
{
	color: #999900;
	text-decoration: underline;
}

/* Index explicit standard links - p style. #666699 #6666CC */
.pnavie
{
	margin-top: 0pt;
	margin-bottom: 3px;
	margin-left: 5px;
}

/* Small 8pt-Bold links. #666699 #6666CC */
.navis, .navis:link, .navis:visited
{
	color: #666699;
	font-family: Tahoma,Helvetica,Arial,sans-serif;
	font-size: 8pt;
	font-weight: bold;
	text-decoration: underline;
}
.navis:hover
{
	color: #999900;
	text-decoration: underline;
}

/* Small 8pt-Bold links - p style. #666699 #6666CC */
.pnavis
{
	margin-top: 0pt;
	margin-bottom: 0px;
	margin-left: 3px;
	line-height: 12pt;
}

/* Tables should show empty cells. */
table
{
	empty-cells: show;
}

/* By default (td, body..) use Times in black. */
body, td
{
	color: #000000;
	font-size: small;
	font-family: Times,serif;
}

/* The main body of the entire page. background-color: #a0c0d9; */
body
{
	background-color: rgb(249, 252, 255);
	padding: 0px;
	margin: 0px;
}

/* Selects are a bit smaller, because it makes them look even better 8). */
select
{
	font-size: 9pt;
	font-weight: normal;
	color: #000000;
	font-family: Times, serif;
}

/* Standard horizontal rule.. ([hr], etc.) */
hr, .hrcolor
{
	height: 1px;
	border: 0;
	color: #666666;
	background-color: #666666;
}

/* Default font sizes: small (8pt), normal (10pt), and large (14pt). */
.smalltext
{
	font-size: x-small;
	font-family: Tahoma,Arial,Helvetica,sans-serif;
}
.normaltext
{
	font-size: small;
}
.largetext
{
	font-size: medium;
}

/* Privacy Policy statement */
.privpol
{
	text-align: center;
}

/* Privacy Policy link */
.privpol:link, .privpol:visited
{
	color: #666699;
	font-family: Tahoma,Helvetica,Arial,sans-serif;
	font-size: 8pt;
	font-weight: bold;
	text-decoration: underline;
}
.privpol:hover
{
	color: #999900;
	text-decoration: underline;
}

/* Copyright statement */
.copyrt
{
	color: #999999;
	font-family: Tahoma,Helvetica,Arial,sans-serif;
	font-size: 8pt;
	text-align: center;
}
