
/*	MenuLinks Blue								*/

a.menulinkblue:link {
font-size: 8pt;
TEXT-DECORATION: none;
color: #FFD926;
background: #00407D;
}

/*	Visited links								*/
a.menulinkblue:visited {
font-size: 8pt;
TEXT-DECORATION: none;
color: #9FCA01;
background: #00407D;
}

/*	Active links (not widely supported)					*/
a.menulinkblue:active {
font-size: 8pt;
TEXT-DECORATION: underline;
color: #FFFF00;
background: #00407D;
}

/*	Links when hovered over (MSIE only)					*/
a.menulinkblue:hover {
font-size: 8pt;
TEXT-DECORATION: underline;
color: #FF6A04;
background: #00407D;
}

/*	MenuLinks Yellow								*/

a.menulinkyellow:link {
font-size: 8pt;
TEXT-DECORATION: none;
color: #000080;
background: #FFD926;
}

/*	Visited links								*/
a.menulinkyellow:visited {
font-size: 8pt;
TEXT-DECORATION: none;
color: #004080;
background: #FFD926;
}

/*	Active links (not widely supported)					*/
a.menulinkyellow:active {
font-size: 8pt;
TEXT-DECORATION: underline;
color: #000040;
background: #FFD926;
}

/*	Links when hovered over (MSIE only)					*/
a.menulinkyellow:hover {
font-size: 8pt;
TEXT-DECORATION: underline;
color: #000040;
background: #FFD926;
}

/*	MenuLinks Green								*/

a.menulinkgreen:link {
font-size: 8pt;
TEXT-DECORATION: none;
color: #000080;
background: #9FCA01;
}

/*	Visited links								*/
a.menulinkgreen:visited {
font-size: 8pt;
TEXT-DECORATION: none;
color: #004080;
background: #9FCA01;
}

/*	Active links (not widely supported)					*/
a.menulinkgreen:active {
font-size: 8pt;
TEXT-DECORATION: underline;
color: #000040;
background: #9FCA01;
}

/*	Links when hovered over (MSIE only)					*/
a.menulinkgreen:hover {
font-size: 8pt;
TEXT-DECORATION: underline;
color: #000040;
background: #9FCA01;
}

/*	MenuLinks Celeste								*/

a.menulinkceleste:link {
font-size: 8pt;
TEXT-DECORATION: none;
color: #000080;
background: #4CB5E8;
}

/*	Visited links								*/
a.menulinkceleste:visited {
font-size: 8pt;
TEXT-DECORATION: none;
color: #004080;
background: #4CB5E8;
}

/*	Active links (not widely supported)					*/
a.menulinkceleste:active {
font-size: 8pt;
TEXT-DECORATION: underline;
color: #000040;
background: #4CB5E8;
}

/*	Links when hovered over (MSIE only)					*/
a.menulinkceleste:hover {
font-size: 8pt;
TEXT-DECORATION: underline;
color: #000040;
background: #4CB5E8;
}

/*	MenuLinks Orange								*/

a.menulinkorange:link {
font-size: 8pt;
TEXT-DECORATION: none;
color: #000080;
background: #FF6A04;
}

/*	Visited links								*/
a.menulinkorange:visited {
font-size: 8pt;
TEXT-DECORATION: none;
color: #004080;
background: ##FF6A04;
}

/*	Active links (not widely supported)					*/
a.menulinkorange:active {
font-size: 8pt;
TEXT-DECORATION: underline;
color: #000040;
background: #FF6A04;
}

/*	Links when hovered over (MSIE only)					*/
a.menulinkorange:hover {
font-size: 8pt;
TEXT-DECORATION: underline;
color: #000040;
background: #FF6A04;
}

h1 {
margin-left: 0px;
margin-right: 10px;
margin-top: 5px;
margin-bottom: 5px;
font-size: 18px;
color: #FFC80F;
background: #00407D;
font-family: "verdana", "arial", "helvetica", "geneva", sans-serif;
}
h3 {
margin-left: 0px;
margin-right: 10px;
margin-top: 5px;
margin-bottom: 5px;
font-size: 14px;
color: #FFC80F;
background: #00407D;
font-family: "verdana", "arial", "helvetica", "geneva", sans-serif;
}
span.smenu {
font-size: 10px;
color: #000000;
background: #FFFFFF;
font-family: "arial", "helvetica", "geneva", sans-serif;
}
span.smenuyellow {
font-size: 11px;
color: #000040;
background: #FFD926;
font-family: "verdana", "arial", "helvetica", "geneva", sans-serif;
}
span.smenugreen {
font-size: 11px;
color: #000040;
background: #9FCA01;
font-family: "verdana", "arial", "helvetica", "geneva", sans-serif;
}
span.smenuceleste {
font-size: 11px;
color: #000040;
background: #4CB5E8;
font-family: "verdana", "arial", "helvetica", "geneva", sans-serif;
}
span.smenucobalto {
font-size: 11px;
color: #FFFFFF;
background: #00407D;
font-family: "verdana", "arial", "helvetica", "geneva", sans-serif;
}
span.smenublanco {
font-size: 11px;
color: #000040;
background: #FFFFFF;
font-family: "verdana", "arial", "helvetica", "geneva", sans-serif;
}
span.smenuorange {
font-size: 11px;
color: #000040;
background: #FF6A04;
font-family: "verdana", "arial", "helvetica", "geneva", sans-serif;
}