body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
	font-color: #000000;
}



td {
	font-family: Verdana,Arial, Helvetica, sans-serif;
	font-size:  small;
	font-style: bold;
	font-color: #000000;
}
td.top {
	font-family: Verdana,Arial, Helvetica, sans-serif;
	font-size:  medium;
	font-style: bold;
	font-color: #000000;
}
td.xsmall {
	font-family: Verdana,Arial, Helvetica, sans-serif;
	font-size:  x-small;
	font-style: bold;
	font-color: #000000;
}

p  {
    font-family: Verdana,Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-color: #000000;
}
p.bold  {
    font-family: Verdana,Arial, Helvetica, sans-serif;
	font-size:  x-small;
	font-weight: bold;
	font-color: #000000;
} 
p.small  {
    font-family: Verdana,Arial, Helvetica, sans-serif;
	font-size:  small;
	font-color: #000000;
} 
 
/*  link style */
a.three:link {color: #ff0000}
a.three:visited {color: #0000ff}
a.three:hover {background: #66ff66}

a.four:link {color: #ff0000}
a.four:visited {color: #0000ff}
a.four:hover {font-family: monospace}

a:link {color: #000000; font-size: x-small; text-decoration: none}
a:visited {color: #000000; text-decoration: none}
a:hover {color: #3300cc;  font-size: x-small;   text-decoration: underline}
a:active{color: #000000}

a.green:link {color: #000000; font-size: x-small; text-decoration: none}
a.green:visited {color: #000000; text-decoration: none}
a.green:hover {color: #339999;  font-size: x-small;   text-decoration: underline}
a.green:active{color: #000000}

a.first:link {color: #000000; font-size: x-small; text-decoration: none}
a.first:visited {color: #000000; font-size: x-small; text-decoration: none}
a.first:hover {color: #cc0000;  font-size: x-small; background: #ffffff; text-decoration: underline}
a.first:active{color: #000000}

a.second:link {color: #000000;  font-size: x-small;text-decoration: none}
a.second:visited {color: #000000; font-size: x-small;text-decoration: none}
a.second:hover {color: #3300cc;  font-size: x-small;  background: #ffffff; text-decoration: underline}
a.second:active{color: #000000}

a.topmenu:link {color: #000000;style: bold; background:#ffffff; font-size: x-small;text-decoration: none}
a.topmenu:visited {color: #000000; font-size: x-small;text-decoration: bold}
a.topmenu:hover {color: #cc3300;  font-size: x-small;font-size: x-small;  background: #ffffff; text-decoration: none}
a.topmenu:active{color: #000000}


/*  List type  */
ul.disc 
{
list-style-type: disc
}

ul.circle 
{
list-style-type: circle
}

ul.square 
{
list-style-type: square}

ul.none 
{
list-style-type: none
}

