body
{
	margin: 10px;
	padding: 0px;
	background-color: #c8deeb;
}

a:link 
{ 
	font-family: tahoma, geneva, sans-serif;
	font-size: 9pt;
	font-weight: normal;
	color: #2086c4;
	text-decoration: underline;
}

a:visited 
{ 
	font-family: tahoma, geneva, sans-serif;
	font-size: 9pt;
	font-weight: normal;
	color: #2086c4;
	text-decoration: underline;
}

a:hover 
{ 
	font-family: tahoma, geneva, sans-serif;
	font-size: 9pt;
	font-weight: normal;
	color: #8cc63f;	
	text-decoration: underline;
}

a:active 
{ 
	font-family: tahoma, geneva, sans-serif;
	font-size: 9pt;
	font-weight: normal;
	color: #2086c4;
	text-decoration: underline;
}

.title
{
	font-family: tahoma, geneva, sans-serif;
	font-size: 13pt;
	font-weight: bold; 
	color: #01578b;
	text-decoration: none;
}

.subtitle
{
	font-family: tahoma, geneva, sans-serif;
	font-size: 9pt;
	font-weight: bold; 
	color: #01578b;
	text-decoration: none;
}

.text
{
	font-family: tahoma, geneva, sans-serif;
	font-size: 9pt;
	font-weight: normal;
	color: #01578b;
	text-decoration: none;
}

.smalltext
{
	font-family: arial, helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	color: #5197cb;
	text-decoration: none;
}