/***************************************
 Regular links
***************************************/
a:link {
COLOR: #0B9444;
text-decoration:none;
font-family: Verdana;
}
a:visited {
COLOR: #0B9444;
text-decoration:none;
font-family: Verdana;
}
a:hover {
COLOR: #7CC574;
font-family: Verdana;
}
a:active {
COLOR: #0B9444;
text-decoration:none;
font-family: Verdana;
}

/***************************************
 search result links
***************************************/

a.searchResult {
COLOR: #0B9444;
text-decoration:none;
font-size: 9pt;
font-family: Verdana;
}

/***************************************
 class menu links
***************************************/

a.menu:link {
COLOR: #FFFFFF;
text-decoration:none;
font-family: Verdana;
}
a.menu:visited {
COLOR: #FFFFFF;
text-decoration:none;
font-family: Verdana;
}
a.menu:hover {
COLOR: #E30E68;
font-family: Verdana;
}
a.menu:active {
COLOR: #FFFFFF;
text-decoration:none;
font-family: Verdana;
}
 
/***************************************
 class top links
***************************************/

a.top:link {
COLOR: #0B9444;
text-decoration:none;
font-size: 7pt;
font-family: Verdana;
}
a.top:visited {
COLOR: #0B9444;
text-decoration:none;
font-size: 7pt;
font-family: Verdana;
}
a.top:hover {
COLOR: #E30E68;
font-size: 7pt;
font-family: Verdana;
}
a.top:active {
COLOR: #0B9444;
text-decoration:none;
font-size: 7pt;
font-family: Verdana;
}

/***************************************
 select menu text
***************************************/
select.home {
COLOR: #7F7F7F;
}

/***************************************
 header tag text
***************************************/
h1,h2,h3 {
COLOR: #E30E68;
font-weight: normal;
font-size: 11pt;
font-family: Verdana;
}  

/***************************************
 class bottom links
***************************************/

a.bottom:link {
COLOR: #7F7F7F;
text-decoration:none;
font-size: 7pt;
font-family: Verdana;
}
a.bottom:visited {
COLOR: #7F7F7F;
text-decoration:none;
font-size: 7pt;
font-family: Verdana;
}
a.bottom:hover {
COLOR: #E30E68;
font-size: 7pt;
font-family: Verdana;
}
a.bottom:active {
COLOR: #7F7F7F;
text-decoration:none;
font-size: 7pt;
font-family: Verdana;
}