
.greytxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}

.greytxtsm {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}

.whitetxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
}
                                                                                                                                        
.blacktxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

.greentxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #66cc00;
}

.purpletxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #49166d;
}

.purplebold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
 color: #49166d;
 font-weight: bold;
}

.greenbold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
 color: #66cc00;
 font-weight: bold;
}

.greybold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
 color: #333333;
 font-weight: bold;
}

.whitebold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
 color: #ffffff;
 font-weight: bold;
}

.mice {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ff0000;
}

.micegrey {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
}

.small {font-size: 10px}
.big {font-size: 14px}
.superbig {font-size: 18px}
.red {color: #CC0000;}
.redf {color:#ff0000;}
.green {color: #66cc00;}

.breadcrumb {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #49166d;
}

.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
}

a:link {color: #49166d;}
a:visited {color: #7744a0;}
a:active {color: #49166d;}
a:hover {color: #7744a0;}

a.green:link {color: #66cc00;}
a.green:visited {color: #66cc00;}
a.green:active {color: #66cc00;}
a.green:hover {color: #66cc00;}

a.greenbold:link {color: #66cc00; font-weight: bold;}
a.greenbold:visited {color: #66cc00; font-weight: bold;}
a.greenbold:active {color: #66cc00; font-weight: bold;}
a.greenbold:hover {color: #66cc00; font-weight: bold;}

a.white:link {color: #ffffff; text-decoration: none;}
a.white:visited {color: #ffffff; text-decoration: none;}
a.white:active {color: #ffffff; text-decoration: none;}
a.white:hover {color: #ffffff; text-decoration: underline;}

a.grey:link {font-family: Arial, Helvetica, sans-serif;	font-size: 12px; color: #333333;}
a.grey:visited {font-family: Arial, Helvetica, sans-serif;	font-size: 12px; color: #333333;}
a.grey:active {font-family: Arial, Helvetica, sans-serif;	font-size: 12px; color: #777777;}
a.grey:hover {font-family: Arial, Helvetica, sans-serif;	font-size: 12px; color: #333333;}

a.purplebold:link {color: #49166d; font-weight: bold;}
a.purplebold:visited {color: #7744a0; font-weight: bold;}
a.purplebold:active {color: #49166d; font-weight: bold;}
a.purplebold:hover {color: #7744a0; font-weight: bold;}

a.navgreen:link {font-family: Arial, Helvetica, sans-serif;	font-size: 12px; color: #49166d; font-weight: bold; text-decoration: none;}
a.navgreen:visited {font-family: Arial, Helvetica, sans-serif;	font-size: 12px; color: #49166d; font-weight: bold; text-decoration: none;}
a.navgreen:active {font-family: Arial, Helvetica, sans-serif;	font-size: 12px; color: #49166d; font-weight: bold; text-decoration: none;}
a.navgreen:hover {font-family: Arial, Helvetica, sans-serif;	font-size: 12px; color: #ffffff; font-weight: bold; text-decoration: none;}

a.navwhite:link {font-family: Arial, Helvetica, sans-serif;	font-size: 12px; color: #ffffff; font-weight: bold; text-decoration: none;}
a.navwhite:visited {font-family: Arial, Helvetica, sans-serif;	font-size: 12px; color: #ffffff; font-weight: bold; text-decoration: none;}
a.navwhite:active {font-family: Arial, Helvetica, sans-serif;	font-size: 12px; color: #ffffff; font-weight: bold; text-decoration: none;}
a.navwhite:hover {font-family: Arial, Helvetica, sans-serif;	font-size: 12px; color: #ffffff; font-weight: bold; text-decoration: none;}

a.lightgrey:link {color: #999999; text-decoration: none;}
a.lightgrey:visited {color: #999999; text-decoration: none;}
a.lightgrey:active {color: #666666; text-decoration: none;}
a.lightgrey:hover {color: #333333; text-decoration: underline;}

ul.purplesquare {
    list-style-type : square;
    list-style-image : url(/images/square.gif);
    margin-top : 0px;
    margin-bottom : 0px;
}

ul.awards {
    list-style-image:none;
    list-style: none;
}

li.awards {
  margin-left: -10px;
}

/* start investors nav */

  #navcontainer ul {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #333;

    text-align:center;
    margin: 0;
    padding: 5px;

    list-style-type: none;
    background-color: #a3e066;
    width: 100%;
    width: 730px;

    border-bottom: 1px solid #66cc00;
  }

  #navcontainer ul li {
    display: inline;
/*    line-height: 1.5em; */
  }

  #navcontainer ul li a {
    text-decoration: none;
/*    margin: 0.5em 1.0em 0.5em 1.0em; */
/*    margin: 0.6em; */
    margin: 1.0em;
    padding: 0px;
    color: #333;
  }

  #navcontainer ul li a:hover {
    color: #fff;
  }


  #subnavcontainer ul {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #333;

    text-align:center;
    margin: 0;
    padding: 5px;

    list-style-type: none;
    background-color: #c2eb99;
    width: 730px;
  }

  #subnavcontainer ul li {
    display: inline;
/*    line-height: 1.5em; */
  }

  #subnavcontainer ul li a {
    text-decoration: none;
    padding: 1.0em;
    color: #666;
  }

  #subnavcontainer ul li a:hover {
    color: #000;
  }
  
  .selected {
  	font-weight: bold;
  }

/* end investors nav */
