/**
 * header links
 */

a.header:link {
	color : #65A7B7;
	text-decoration: none
	}
a.header:visited {
	color : #65A7B7;
	text-decoration: none
	}
a.header:active {
	color : #FFFFFF;
	text-decoration: none
	}
a.header:hover {
	color : #FFFFFF;
	text-decoration:underline;
	}

/**
 * footer fonts
 */

.footerMenuText {
	color : #FFFFFF;
  	font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
  	font-size: 11px;
	}

.footerText {
	color : #FFFFFF;
  	font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
  	font-size: 9px;
	}

.footerTiny {
	color : #808080;
	font-size : 10px;
	font-family : "Trebuchet MS", arial, sans-serif;
	}

/**
 * header fonts
 */

.headerTextOld {
	color : #FFFFFF;
  	font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
  	font-size: 11px;
	}
.headerText {
	color : #0D5598;
  	font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
  	font-size: 11px;
	}
.headerSearchText {
	color : #0D5598;
  	font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
  	font-size: 10px;
	}
.tabTextOn {
	color : #0D5598;
  	font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
  	font-size: 11px;
	}

.tabTextOff {
	color : #808080;
	font-size : 11px;
	font-family : "lucida grande", arial, sans-serif;
	}


