/*hyperlinks:*/
a:link  { color: #0000FF; text-decoration: underline; font-weight: bold }
a:visited { text-decoration: underline; font-weight: bold; color: #507AE9 }
a:active { text-decoration: none; font-weight: bold; color: #DB1006 }
a:hover  { text-decoration: none; font-weight: bold; color: #DB1006 }

A.menu:link { color: #FA8C2E; text-decoration: none; text-align: center; font-weight: normal}
A.menu:visited { color: #FA8C2E; text-decoration: none; text-align: center; font-weight: normal }
A.menu:focus { color: #C8CCEF; text-decoration: none; text-align: center; font-weight: normal; }
A.menu:hover { color: #C8CCEF; text-decoration: none; text-align: center; font-weight: normal; }
A.menu:active { color: #150CC2; text-decoration: none; text-align: center; font-weight: normal; }

A.button:link { color: #FA8C2E; text-decoration: none; text-align: center; font-weight: normal}
A.button:visited { color: #FA8C2E; text-decoration: none; text-align: center; font-weight: normal }
A.button:focus { color: #C8CCEF; text-decoration: none; text-align: center; font-weight: normal; }
A.button:hover { color: #C8CCEF; text-decoration: none; text-align: center; font-weight: normal; }
A.button:active { color: #150CC2; text-decoration: none; text-align: center; font-weight: normal; }


A.start:link { color: #EF4C0B; text-decoration: none; text-align: center; font-weight: bold; }
A.start:visited { color: #EF4C0B; text-decoration: none; text-align: center; font-weight: bold }
A.start:hover { color: #EF4C0B; text-decoration: none; text-align: center; font-weight: bold; }
A.start:active { color: #EF4C0B; text-decoration: none; text-align: center; font-weight: bold; }

H1
{
	font-family: Perpetua, Arial;
	font-size: 20pt;
	font-weight: normal;
	color: #EF4C0B;
	letter-spacing: 1pt;
	text-align: center;
	text-decoration:underline;
	vertical-align: top;
	line-height: 1.5;
}                                       

H2
{
	font-family: Verdana, Bookman Old Style;
	font-size: 10pt;
	font-weight: normal;
	color: #000000;
	text-align: center;
	text-decoration: underline;
	vertical-align: top;
	line-height: 2;
}

H3
{
	font-family: Perpetua, Arial;
	font-size: 14pt;
	font-weight: normal;
	color: #000000;
	text-align: left;
	text-decoration:underline;
	vertical-align: top;
	line-height: 1.5;
}

H4
{
	font-family: Perpetua, Times New Roman;
	font-size: 13pt;
	font-weight: bold;
	color: #EF4C0B;
	text-align: left;
	letter-spacing: 1pt;
	line-height: 1;
}

H5
{
	font-family: Perpetua, Arial;
	font-size: 17pt;
	font-weight: normal;
	color: #EF4C0B;
	letter-spacing: 1pt;
	text-align: center;
	text-decoration:underline;
	vertical-align: top;
	line-height: 1.5;
}

H6
{
	font-family: Verdana, Bookman Old Style;
	font-size: 10pt;
	font-weight: normal;
	color: #000000;
	text-align: left;
	text-decoration: underline;
	vertical-align: top;
	line-height: 2;
}

table.textpage
{
	border-color: #000000;
	border-width: 0;
	width: 98%;
	height: auto;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	float: none;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	vertical-align: top;
	font-family: Verdana, Arial;
	font-size: 9pt;
	color: #000000;
	text-align: justify;
	
}

table.textpage td
{
	vertical-align: top;
}



table.button
{
	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.button td
{
	background-color: #010A0F;
	border-color: #FFFFFF;
	border-left-width: 0px;
	border-right-width: 0; 
	border-top-width: 0px; 
	border-bottom-width: 0px;
	border-style: solid;
	border-spacing: 0;
	border-collapse: collapse;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-family: Arial Narrow, Verdana;
	text-align: left;
	font-size: 10pt;
}
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: #010A0F;
	border-color: #FFFFFF;
	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: Arial Narrow, Verdana;
	text-align: left;
	font-size: 13pt;
}

