A.data:visited  {
	FONT-WEIGHT : normal;
	FONT-SIZE : 8pt;
	COLOR : Blue;
	FONT-FAMILY : arial;
	TEXT-DECORATION : none;
}

A.data:link  {
	FONT-WEIGHT : normal;
	FONT-SIZE : 8pt;
	COLOR : Blue;
	FONT-FAMILY : arial;
	TEXT-DECORATION : none;
}

A.data:active  {
	FONT-WEIGHT : normal;
	FONT-SIZE : 8pt;
	COLOR : Blue;
	FONT-FAMILY : arial;
	TEXT-DECORATION : underline;
}

A.data:hover  {
	FONT-WEIGHT : normal;
	FONT-SIZE : 8pt;
	COLOR : Blue;
	FONT-FAMILY : arial;
	TEXT-DECORATION : underline;
	font-style : normal;
}


A.nav:visited  {
	FONT-WEIGHT : bold;
	FONT-SIZE : 8pt;
	COLOR : white;
	FONT-FAMILY : arial;
	TEXT-DECORATION : none;
}

A.nav:link  {
	FONT-WEIGHT : bold;
	FONT-SIZE : 8pt;
	COLOR : white;
	FONT-FAMILY : arial;
	TEXT-DECORATION : none;
}

A.nav:active  {
	FONT-WEIGHT : bold;
	FONT-SIZE : 8pt;
	COLOR : white;
	FONT-FAMILY : arial;
	TEXT-DECORATION : underline;
}

A.nav:hover  {
	FONT-WEIGHT : bold;
	FONT-SIZE : 8pt;
	COLOR : #99ccff;
	FONT-FAMILY : arial;
	TEXT-DECORATION : underline;
	font-style : normal;
}

A.footer:visited  {
	FONT-WEIGHT : bold;
	FONT-SIZE : 8pt;
	COLOR : Silver;
	FONT-FAMILY : arial;
	TEXT-DECORATION : none;
}

A.footer:link  {
	FONT-WEIGHT : bold;
	FONT-SIZE : 8pt;
	COLOR : Silver;
	FONT-FAMILY : arial;
	TEXT-DECORATION : none;
}

A.footer:active  {
	FONT-WEIGHT : bold;
	FONT-SIZE : 8pt;
	COLOR : Silver;
	FONT-FAMILY : arial;
	TEXT-DECORATION : underline;
}

A.footer:hover  {
	FONT-WEIGHT : bold;
	FONT-SIZE : 8pt;
	COLOR : Silver;
	FONT-FAMILY : arial;
	TEXT-DECORATION : underline;
	font-style : normal;
}

A  {
	FONT-WEIGHT : normal;
	FONT-SIZE : small;
	COLOR : blue;
	FONT-FAMILY : arial;
	TEXT-DECORATION : none;
}

A:visited  {
	FONT-WEIGHT : normal;
	FONT-SIZE : small;
	COLOR : blue;
	FONT-FAMILY : arial;
	TEXT-DECORATION : none;
}

A:active  {
	FONT-WEIGHT : normal;
	FONT-SIZE : small;
	COLOR : Blue;
	FONT-FAMILY : arial;
}

A:hover  {
	FONT-WEIGHT : normal;
	FONT-SIZE : small;
	COLOR : Navy;
	FONT-FAMILY : arial;
	TEXT-DECORATION : underline;
}

BODY  {
	FONT-SIZE : x-small;
	COLOR : Black;
	FONT-FAMILY : arial;
	font-weight : normal;
}

TD  {
	FONT-SIZE : x-small;
	COLOR : Black;
	FONT-FAMILY : arial;
	font-weight : normal;
}

H1  {
	FONT-WEIGHT : normal;
	FONT-SIZE : xx-large;
	COLOR : black;
	FONT-FAMILY : Verdana, Arial;
	TEXT-DECORATION : none;
}

H2  {
	FONT-WEIGHT : normal;
	FONT-SIZE : x-large;
	COLOR : black;
	FONT-FAMILY : Verdana, Arial;
	TEXT-DECORATION : none;
}

H3  {
	FONT-WEIGHT : normal;
	FONT-SIZE : large;
	COLOR : Red;
	FONT-FAMILY : Verdana, Arial;
	TEXT-DECORATION : none;
}

H4  {
	font-size : 9pt;
	font-weight : bold;
	font-family : Verdana, Arial;
	color : Maroon;
	font-style : normal;
}


H5  {
	FONT-WEIGHT : bold;
	FONT-SIZE : small;
	COLOR : Navy;
	FONT-FAMILY : Verdana, Arial;
	TEXT-DECORATION : none;
}

H6   { color: black; font-size: 8pt; font-family: Verdana, Arial; font-weight: bold; text-decoration: none }

.footer  {
	font-size : 8pt;
	font-family : Arial;
	font-style : normal;
	font-weight : normal;
	color : Silver;
}

.advert  {
	font-size : 14pt;
	font-family : Arial;
	font-weight : normal;
	font-style : normal;
	color : Green;
}
.data { color: #339; font-size: 8pt }



#nav-menu ul
{
list-style: none;
padding: 0;
margin: 0;

}



#nav-menu li a
{
background: #336699;
height: 1em;
line-height: 1em;
float: left;
width: 12em;
display: block;
border: 0.1em solid #ffffff;
color: white;
text-decoration: none;
text-align: left;
font-size : 10pt;
padding: 7;
font-weight : normal;
}

/* Hide from IE5-Mac \*/
#nav-menu li a
{
float: none
}
/* End hide */

#nav-menu
{
width:30em
} 



#nav-menu li a:hover 
{
background: black;
text-decoration: underline;
font-weight : normal;
}



#nav-menu li a:active 
{
background: black;
text-decoration: underline;
font-weight : normal;
}

