/*hyperlinks:*/
a:link  { color: #7689BB; text-decoration: none; font-weight: bold }
a:visited { text-decoration: none; font-weight: bold; color: #7689BB }
a:active { text-decoration: none; font-weight: bold; color: #7689BB }
a:hover  { text-decoration: none; font-weight: bold; color: #C7180B1 }

A.menu:link { color: #000000; text-decoration: none; text-align: center; font-weight: normal  }
A.menu:visited { color: #000000; text-decoration: none; text-align: center; font-weight: normal }
A.menu:hover { color: #FFFF99; text-decoration: none; text-align: center; font-weight: normal }
A.menu:active { color: #FFFF99; text-decoration: none; text-align: center; font-weight: normal  }

A.start:link { color: #FFFF99; text-decoration: none; text-align: center; font-weight: bold; }
A.start:visited { color: #FFFF99; text-decoration: none; text-align: center; font-weight: bold }
A.start:hover { color: #7689BB; text-decoration: none; text-align: center; font-weight: bold; }
A.start:active { color: #FFFF99; text-decoration: none; text-align: center; font-weight: bold; }

H1
{
	font-family: Monotype Corsiva, Georgia;
	font-size: 28pt;
	font-weight: bold;
	color: #000033;
	letter-spacing: 1pt;
	text-align: center;
	vertical-align: top;
	line-height: 1.5;
}

H2
{
	font-family: Monotype Corsiva, Georgia;
	font-size: 18pt;
	font-weight: bold;
	color: #000033;
	text-align: center;
	vertical-align: top;
	line-height: 1;
}

H3
{
	font-family: Monotype Corsiva, Georgia;
	font-size: 14pt;
	font-weight: bold;
	color: #000033;
	text-align: center;
	vertical-align: top;
	line-height: 1;
}


table.textpage
{
	border-color: #FFFF99;
	border-width: 0;
	width: 100%;
	height: auto;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	float: none;
	padding-top: 0;
	padding-right: 10;
	padding-bottom: 10;
	padding-left: 10;
	vertical-align: top;
	font-family: Arial, Georgia;
	font-size: 10pt;
	color: #000000;
	text-align: justify;	
}

table.textpage td
{
	vertical-align: top;
}

table.menu
{
	width: 100%;
	height: auto;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	float: none;
	border-spacing: 0;
	border-collapse: collapse;
	vertical-align: top;
	text-align: left;
}

table.menu td
{
	background-color: #7689BB;
	border-color: #FFFF99;
	border-left-width: 0px;
	border-right-width: 0; 
	border-top-width: 1px; 
	border-bottom-width: 1px;
	border-style: solid;
	border-spacing: 0;
	border-collapse: collapse;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-family: Monotype Corsiva, Vivaldi, Georgia;
	text-align: left;
	font-size: 16pt;
}