body, p, h1, h2, h3, ul, ol, a, a.base, a.menu, .text  {
 color: #101010;
 font-size: 12px;
 font-family: Arial, Helvetica, SunSans-Regular, verdana;
 text-decoration: none }
td {vertical-align:top}

a   { text-decoration: none }
a:hover { color: #fd8000; text-decoration: none }

/* menu cell */
.menu {
	padding:5px;
}
/* menu lins */
a.menu, a.menu:link, a.menu:visited, a.menu:active {
	font-size:14px;
	font-weight:bold;
	color:#404040;
	margin:6px;
	white-space: nowrap;
}

a.menu:hover {color:#fd8000;}
li {
	margin-bottom:5px;
}
h1    {
 margin-top:20px;
 color: #fd8000;
 font-size: 20px;
 text-align: center
 }
h2  {
 margin-top:16px;
 color: 16px;
 font-size: medium;
 }
h3 {
 margin-top:14px;
 color: black;
 font-style: oblique;
 font-size: 14px;
 }

.basetext, li.basetext, a.base, a
    {color: black; font-weight: normal; text-decoration: none; word-spacing: normal }
.em {font-weight: bold;}
a, a.base {text-decoration:none}
a:link, a.base:link {color:blue}
a:visited, a.base:visited {color:purple}
a:active, a:hover, a.base:active, a.base:hover {color:#fd8000;}
