/* CSS Document */
body 
{
	background-color: #F8F0B4;
	color: Maroon;
	margin-right: 2;
	margin-left: 2;
	margin-top: 2;
	margin-bottom: 2;
}

body.image
{
	background-image: url(mh570w.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-attachment: fixed;
}


h1,h2,h3
{
	font-weight: strong;
	text-align: center;
}
h1
{
	font-size: 42pt;
	margin-top: 10px;
	margin-bottom: 0px;
}
h2
{
	margin-top: 8px;
	font-size: 24pt;
}
h3
{
	font-size: medium;
}

table.title
{
	width: 100%;
}
td.title
{
	margin-top: 0px;
	text-align: center;
}

table
{
	margin-bottom: 0px;
	margin-top: 0px;
}

p
{
	font-size: 13pt;
}

p.copyright
{
	text-align: center;
	font-size: 7pt;
	margin-top: 3px;
}

table.menu1
{
	text-align: center;
	width: 100%;
	background: #F4A360;
	margin-top: 3px;
	margin-bottom: 3px;
}

a.menu1
{
	font-size: small;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	padding-left: 1mm;
	padding-right: 1mm;
}
a.menu1:link     { color:Maroon; }
a.menu1:visited  { color:Maroon; }
a.menu1:active   {	color:#F8F0B4; }
a.menu1:hover    { color:#F8F0B4; }


table.menu2
{
	margin-top: 3px;
	margin-bottom: 3px;
	text-align: center;
	width: 100%;
	background: #6069F4;
}

a.menu2
{
	font-size: small;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	padding-left: 1mm;
	padding-right: 1mm;
}
a.menu2:link     { color:#F8F0B4; }
a.menu2:visited  { color:#F8F0B4; }
a.menu2:active   { color:#F4A460; }
a.menu2:hover    { color:#F4A460; }



a.flag		
{
	border-width:0;
	color:White;
}
img.flag
{
	border-color: #F8F0B4;
	margin: 0px 7px 0px 0px;
	border-left-width: 0px;
	border-right-width: 0px;
	border-top-width: 0px;
	border-bottom-width: 0px;
}

.link
{
	font-size: 20px;
	font-weight: bold;
}
