A:LINK, A:VISITED, A:ACTIVE, BODY, TD, H1, H2, H3, H4, SMALL, BIG, STRONG, TEXTAREA {
	font-family : Arial, Helvetica, sans-serif;
}

A:LINK {color : Blue; }
A:VISITED {	color : Purple;}
A:HOVER {background-color: Silver;   }

.menu A:LINK {color : White;  text-decoration : none;  margin-bottom : 100%;   }
.menu A:VISITED  {color : White;  text-decoration : none;  }	
.menu A:ACTIVE {color : Yellow;}
.menu A:HOVER {font-weight : normal; background-color: #515151; }

.tab A:LINK {color : #00008B;  text-decoration : none; }
.tab A:VISITED  {color : #00008B;  text-decoration : none;  }	
.tab A:ACTIVE {color : #00008B; text-decoration : none;  }
.tab A:HOVER {color : #00008B; text-decoration : none;  background-color: transparent;   }

.MINIMENU A:LINK {color : White;  text-decoration : none;   }
.MINIMENU A:VISITED  {color : White;  text-decoration : none;  }	
.MINIMENU A:ACTIVE {color : Yellow;  background-color: #8B008B; }
.MINIMENU A:HOVER {color : #000000;  background-color: White; }
.MINIMENU TD { font-size: 8pt; margin-left: 4px;  border-color: Gray; }
.MINIMENU TABLE {
	background-color: #333333; border-color: Gray;
}
BODY { font-size: 10pt;  margin-top: 6px;  background-color: White;  }
TD { font-size: 10pt;}

H1 {font-size : 20pt;}
H2 { font-size: 16pt;}
H3  { font-size: 12pt }
H4  {font-size: 10pt; font-weight: bold }
STRONG {font-weight: bolder; }
BIG {font-size: 12pt; font-weight: bold }
SMALL {font-size: 8pt }
SUP { font-size: smaller; }
