<!--
body, taple, p, tr, td  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	text-decoration: none;
}

h1 {
	font-size: 20px;
	color: #A7A7A7;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	letter-spacing: 0px;
}

h2 {
	font-size: 15px;
	color: #A7A7A7;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	letter-spacing: 0px;
}

h3 {
	font-size: 13px;
	color: #101010;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	letter-spacing: 0px;
}

ul {
	list-style-image: url(../gfx/arrow.gif);
}

li {
	margin: 10px;
}

a, a:link, a:active, a:visited {
	text-decoration: none;
  color: #0033CC;
}

a:hover {
	text-decoration: underline;
	color: #0033CC;
}

.m1, .m1:link, .m1:active, .m1:hover, .m1:visited {
  font-size: 12px;
	font-weight: bold;
	color: #F6F6F6;
	text-decoration: none;
}

.m2, .m2:link, .m2:active, .m2:visited {
  font-size: 11px;
	color: #101010;
	text-decoration: none;
}

.m2:hover {
  font-size: 11px;
	color: #101010;
	text-decoration: underline;
}

.m3, .m3:link, .m3:active, .m3:visited {
  font-size: 10px;
	color: #101010;
	text-decoration: none;
}

.m3:hover {
  font-size: 10px;
	color: #101010;
	text-decoration: underline;
}

.footer {
  font-size: 9px;
  color: #101010;
  text-decoration: none;
}
-->